开发者

Release Configuration does not link header libraries in iPhone application

I am working on an application which is working properly in Debug configuration.

But when I am trying to build it in Release mode, its showing me list of errors specifically not finding header libraries.

Is there any extra s开发者_Go百科ettings I have to do for it?

Thank You.


Check the build settings of your application. (In XCode3: Project -> Project Settings -> Build tab).

You may set options for 'All Configurations' or for individual configuration separately. Check the entries you have for 'Header Search Paths' in Release versus Debug.


See the header paths settings in dubug and release mode .Make them same in both configurations

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜