can't preview on iOS anymore

Hello, I ran the uno build -tios -r command to test on a device, which worked initially. I deleted the test app from my device, made some changes and tried to run it again, however now it says that no projects are found? Any ideas? thanks!

The message about a project not being found is usually encountered when fuse/uno executable can’t figure out which .unoproj file you’re referring to.

If you run uno build . -tios -r in the project root folder, it should pick up the right project file.

Hope this helps!

Thanks Uldis! in the terminal command, how can I adjust it to search the project
root folder?

Just cd to it, or use Project -> Open in Terminal from Fuse and you’ll be in that folder.

Got it working, thanks! Your support team is the best