idoodler
idoodler

Reputation: 3545

iOS: Foundation framework issue

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: enter image description here

Upvotes: 0

Views: 486

Answers (1)

Geet
Geet

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

Related Questions