ENSwiftSideMenu
ENSwiftSideMenu copied to clipboard
XCode 7 Test Build Settings - Directory Not Found
With XCode 7 I get a warning under the test directories:
(null): Directory not found for option '-F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk/Developer/Library/Frameworks'
The Solution was to:
- Navigate to Build Settings for
SwiftSideMenuTests - Find
Search Paths - Edit
Framework Search Pathsto beiphoneos/Developer/Library/PrivateFrameworks
@nueverest This works. Somehow, this warning became an error for me, and it was breaking the builds.