在Xcode 6.1

时间:2015-06-08 05:00:42

标签: ios objective-c xcode

我是IOS开发人员的新手。我面临一些问题,我想在我的xcode项目中使用外部库。这些是我需要使用的库.. Libraries that I need to use

我想知道如何在xcode上添加外部库。我把这些库放到项目根文件夹下的“include”文件夹中。我遇到了这个错误。enter image description here

但该文件夹中已存在库文件。请帮我。感谢。

1 个答案:

答案 0 :(得分:1)

您必须在Build Phases中添加外部库,您可以从此链接获得简单的帮助或回复评论 adding an external library to a project in XCode 4.3

或者去项目选择Build Phases - >单击+号以添加一个,然后单击

enter image description here

或者在上面的图片中点击按钮添加其他,您可以在其中告知外部库的更多路径,或点击下面的链接获取更多帮助

https://developer.apple.com/library/ios/recipes/xcode_help-project_editor/Articles/AddingaLibrarytoaTarget.html