when I run my project, I get errors like this:
It seems that all frameworks in
This worked for me:
pod deintegrate
pod install
In my case, I plugged out my real device but in the simulator still it looks Generic iOS device. So I changed it with some simulator and it is fixed.
There are can be a few different cases;
Also, it would help to know all information from your print screen :)
Have you tried to clean your delivery data ?
Go to Xcode -> Preferences -> Open "Location Menu" -> Open Folder With DeliveryData
Close your XCode;(even go to "Force Quit.." menu and close XCode there);
Clean trash bin;
And try build again.
Second case:
in my case i changed run simulator to iphone x with ios 11.4 , then it compailed and run OK , then i run in iphone 4s with ios 9.3 , and it wont got error
i think probably issue is in ui test and unit testing components , i hope that apple fix them
Workspace Setting and change Build System to Legacy Build System worked for me
I had this issue in test project just make sure that the project has valid host application