ios - directory not found for option '-F/Applications/Xcode.app/../Developer/Library/Frameworks' ld: file not found: -
i'm not sure why sudden project fails build , shows:
ld: warning: directory not found option '-f/applications/xcode.app/contents/developer/platforms/iphonesimulator.platform/developer/sdks/iphonesimulator9.2.sdk/developer/library/frameworks' ld: file not found: /users/../library/developer/xcode/deriveddata/inline-ios-axberuiwgueuitfzxttaoekgigob/build/products/debug-iphonesimulator/myapp-ios.app/my-app clang: error: linker command failed exit code 1 (use -v see invocation)
how can investigate this?
i deleted file tests folder
and bundle id changed day ago
update
i saw answer in thread in so, saying delete under framework search path.
but mine empty already
make sure check of targets. main app target had framework search path
empty , still had issue well.
i found github issue project having issue , solved removing test (or test file maybe). checked test target , found did have {sdk-root} path in there still. deleted it, , warning went away.
Comments
Post a Comment