简体   繁体   English

在iPhone的xcode 4.3中导入TBXML

[英]Import TBXML in xcode 4.3 for iphone

I want to use the TBXML parser since I see it is a very fast one. 我想使用TBXML解析器,因为我认为它是非常快的。 In it's guide here http://www.tbxml.co.uk/TBXML/Guides_-_Include_in_project.html at some place is says that 在这里的指南中, http://www.tbxml.co.uk/TBXML/Guides_-_Include_in_project.html在某个地方说

"4. Locate the Targets node in the group tree under your project. Click the arrow to expand and right click your project's target file. Select "Get Info" and navigate to the "General" tab. 4. Click the plus symbol at the bottom of the window to add a linked library. From the list, select "libz.dylib". You can now close this info window. " “ 4.在项目下方的组树中找到“目标”节点。单击箭头以展开,然后右键单击项目的目标文件。选择“获取信息”并导航到“常规”选项卡。4.单击加号。在窗口底部添加一个链接的库。从列表中选择“ libz.dylib”。您现在可以关闭此信息窗口。

I'm using xcode 4.3 and I can't see any Targets group. 我正在使用xcode 4.3,但是看不到任何Targets组。 How do I add the linked library?? 如何添加链接库?

为了在xcode 4.3中添加对库的引用,请单击项目的根目录(在左上角看到项目的名称。然后在“目标”下单击项目,然后转到“构建阶段”选项卡。在那里,您可以添加任何您想要的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM