Expo for some reason has started giving me the following error when I try to build using "npx expo run:ios":
Your computer requires some additional setup before you can build onto physical iOS devices.
Learn more
CommandError: No code signing certificates are available to use.
However, I have no intention of building for physical iOS devices, only for simulator. Googling this error, all the solutions talk about getting this to run on. a physical device, but this is not what I want - I want to go back to using a simulator.
I've been trying to deal with this issue for the past day as it has never shown this message before in the past; tried deleting my ios folder and looked in config and xcode settings for anything which might be relevant, as well as settings or additional commands but it keeps thinking I wish to build to a physical iOS device.
Also working with a new node_modules and pods folder and yarn.lock file.
Please help!