Reputation: 73
I have recently updated my xcode and since doing so I have the following error.
I am not sure why this has all of a sudden appeared? Any help would be fantastic.
Thank you
Upvotes: 1
Views: 742
Reputation: 2425
You can follow this steps -
Press "Cmd+Shift+K"
to clean up, and quit Xcode.
Delete the cache Run "rm -rf ~/Library/Developer/Xcode/DerivedData"
in terminal
Open the project and re-build
it
And make sure to add necessary framework to your project. Check all third party party framework and search its required framework for support. Hope this will solve your problem.
Upvotes: 0
Reputation: 2039
You can try clean project, delete Derrived Data and Clean Simulator.
It is a first that you can try to resolve this issue.
Upvotes: 1