ENSwiftSideMenu icon indicating copy to clipboard operation
ENSwiftSideMenu copied to clipboard

XCode 7 Test Build Settings - Directory Not Found

Open nueverest opened this issue 10 years ago • 1 comments

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:

  1. Navigate to Build Settings for SwiftSideMenuTests
  2. Find Search Paths
  3. Edit Framework Search Paths to be iphoneos/Developer/Library/PrivateFrameworks

nueverest avatar Sep 23 '15 15:09 nueverest

@nueverest This works. Somehow, this warning became an error for me, and it was breaking the builds.

h8rry avatar May 04 '16 09:05 h8rry