Your help would be really appreciated. Error: I’m not able to run my iOS app in Xcode simulator while the project builds. The option to run the app (from Menu bar -> Product -> Run) is grayed out. What I tried to fix it:
- Restarted Xcode and my Mac
- Cleaned build folder
- Created a brand new project and the app of the new project runs in the simulator
- Checked the scheme settings. However, the "executable" drop down menu doesn't show my app. (as shown in the screenshot below). If I choose "Other" from the drop down, the app isn't there in the other list either. Executable not showing my app
Environment & project info Environment: macOS 13.2.1 + Xcode 14.2 Project target iOS: 15.5 External packages: Firebase (Auth), Facebook & Google (all via Swift Package Manager)
Please help and let me know if more info is needed.
Expecting that:
- The app runs in the simulator when I hit cmd + R
- The app show up as the executable in scheme settings.