Xcode 7.3 missing Private Frameworks

Viewed 1880

I recently upgraded my Xcode to version 7.3. When I compile my exisiting project I get this error message:

directory not found for option '-F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk/System/Library/PrivateFrameworks'

As per this post, private frameworks have been removed with Xcode 7.3. Any suggestions as to potential solutions?

1 Answers
Related