Reputation: 800
I have just recently upgraded to Xcode 7 and now I get this warning: ld: warning: directory not found for option '-F/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk/Developer/Library/Frameworks'
I researched different forums and everybody with similar issue recommends to remove paths from build settings but I can't find any paths there resembling iPhone simulators....
Upvotes: 2
Views: 230
Reputation: 65
I had the same issue, here are the steps that worked for me
Hope it will work for you too
Upvotes: 2
Reputation: 535121
The problem has to do with the test target. Delete your test target. (Copy the code out to some other program if there is any.) Quit Xcode and clean out the Derived Data folder. Now open your project again, and the problem will be gone. If necessary, now make a new test target.
Upvotes: 1