开发者

Warning in xcode 4.0.1 about inability to link a static ios framework

开发者 https://www.devze.com 2023-02-22 15:53 出处:网络
i have upgraded my xcode to 4.0.1 in that i am tring to run my old project which built on xcode 3 but am getting following warning can any one tell me how to fix that

i have upgraded my xcode to 4.0.1 in that i am tring to run my old project which built on xcode 3 but am getting following warning can any one tell me how to fix that

ld: warning: directory not found for option '-F/Developer/new xcode/Platf开发者_运维百科orms/iPhoneOS.platform/Developer/SDKs/iPhoneOS3.1.2.sdk/System/Library/PrivateFrameworks'


You may need to update your linked frameworks.

Go into your project's build phases, and relink the frameworks...

Warning in xcode 4.0.1 about inability to link a static ios framework

EDIT

Also check the frameworks search path setting, in your project's build settings.

0

精彩评论

暂无评论...
验证码 换一张
取 消