Reputation: 3545
I have a problem with my Foundation.framework. It is imported, the file exists, I havent deleted a header file. I didnt touched it at all. But xcode gives me unexplainable errors I dont know to fix.
Here is a screenshot:
Upvotes: 0
Views: 486
Reputation: 2437
you must have edited some framework file in your project, try to backtrace your actions, or figure out some lines of code which werent supposed to be present in the framework...the compiler will also ask you to delete some files from derived data, do it...then it would go
Upvotes: 1