Reset the simulator:
Hardware -> Erase All content and settings...
Clean my project:
still getting an alert message from Xcode 9.2 when I run the application on the simulator.
Reset the simulator:
Hardware -> Erase All content and settings...
Clean my project:
still getting an alert message from Xcode 9.2 when I run the application on the simulator.
try to clean your project
shift+cmd+K
shift+opt+cmd+K
OR
This should fix your issue
1) Install the latest version of Xcode and make sure your XCode should be in Applications.
2) Delete the derived data from path
/Users/apple/Library/Developer/Xcode/DerivedData/
3) Clean your project using the below commands:
shift+cmd+K
shift+opt+cmd+K
4) Restart your system.
5) Run the project.