xcode7 - Xcode 7 Library search path warning -


this warning showing:

directory not found option '-f/applications/xcode-beta.app/contents/developer/platforms/iphoneos.platform/developer/sdks/iphoneos9.0.sdk/developer/library/frameworks' "

can resolve warning?

this how fixed problem

further migration of xcode project, xcode 6.4 xcode 7, warning message below (after compilation) test target :

directory not found option '-f/applications/xcode.app/contents/developer/platforms/iphonesimulator.platform/developer/sdks/iphonesimulator9.0.sdk/developer/library/frameworks' 

actually found when comparing new project vs older one...

in old project, warning being produced test target of projects. under 'search paths', found including 2 items under 'framework search paths':

$(sdkroot)/developer/library/frameworks $(inherited) 

the new project kept 'framework search paths' empty.

deleting entries in older project removed warning.

notes:

i have not exhaustively compared settings, there may additional differences.

also, in case if 1 day re-encounter 1 of 2 following warning messages, remember have that: if warning option '-l/...' library search paths, delete stuff there. if warning option '-f/...' framework search paths, delete stuff there.


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -