在 xcode 3.2.6 中为 OpenEars 配置您的应用程序
我借助此链接成功配置了开启器。 http://www.politepix.com/openears/configuring。
然而,它们仅在 Xcode 4 中记录了“为 OpenEars 配置您的应用程序”。
我使用的是 xcode 3.2.6,无法使用本文档在我的应用程序中使用 Openears 库。我可能不知道任何其他文档链接来解释“为 OpenEars 配置您的应用程序” OpenEars”仅在 Xcode 3.2.6 中。请任何人帮助我。我卡在文档中。无法在 Xcode 3.2.6 中执行此过程。以下我可以使用 xcode 3.2.6 执行的步骤...请帮助我
我无法在 xcode 3.2.6 中执行的步骤
步骤 2:从 Xcode 中,为您的应用程序选择蓝色项目图标(而不是 OpenEarsLibrary)项目),然后在编辑器左侧列的 TARGETS 标题下选择其目标。导航到“构建阶段”选项卡。单击“目标依赖项”。
单击目标依赖项的加号按钮。然后选择该对话框中的灰色 OpenEarsLibrary 图标并单击“添加”。
步骤 3:在同一视图中,在编辑器窗口左侧窗格中的标题 TARGETS 下仍选择应用程序目标的情况下,导航到“构建阶段”窗格并选择“Link Binary With Libraries”
点击加号按钮,添加OpenEars框架libOpenEarsLibrary.a在顶部名为workspace的文件夹中找到,
请帮助根据xcode 3.2.6转换上述步骤
i configured the Openers successfully with the help of this link. http://www.politepix.com/openears/configuring.
however they are documented "Configuring Your App For OpenEars" only in Xcode 4.
i am using xcode 3.2.6 cant able to use Openears library in my application using this document .may i knoe any other document links to explain "Configuring Your App For OpenEars" only in Xcode 3.2.6.can any one help me please.i stuck in here in the document.cant able to do this process in xcode 3.2.6.this following steps i can do with xcode 3.2.6...please help me
steps that i cant do in xcode 3.2.6
Step 2: From Xcode, select your blue project icon for your app (not the OpenEarsLibrary project) in the Project Navigator and select its target under the TARGETS header in the left-hand column in the editor. Navigate to the tab Build Phases. Click “Target Dependencies”.
Click the plus button for Target Dependencies. Then select the gray OpenEarsLibrary icon in that dialog and click “Add”.
Step 3: In the same view, with the app target still selected underneath the header TARGETS in the left-hand pane of the editor window, navigate to the Build Phases pane and select “Link Binary With Libraries”
Tapping the plus button, add the OpenEars framework libOpenEarsLibrary.a found in a folder at the top called workspace
please help by converting the above step according to the xcode 3.2.6
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
转到此页面:http://www.politepix.com/openears/gettingstarted并找到短语“仍然可以下载 OpenEars 的早期版本,其发行版包含 Xcode 3 的说明,这对于弄清楚如何在 Xcode 3 中安装当前版本的 OpenEars 非常有帮助”。下载“下载 OpenEars 的早期版本”短语中链接的 OpenEars 的早期版本。
此下载内容包含在 Xcode 3 中安装旧版本 OpenEars 的完整说明(另存为 PDF)。 PDF 中的步骤与当前版本的说明并不完全相同,但有关链接库的部分(您所询问的特定部分)仍然完全相同。此说明位于从第 4 页开始的名为“为 OpenEars 配置您的应用程序.pdf”的 PDF 中。
Go to this page: http://www.politepix.com/openears/gettingstarted and find the phrase "It is still possible to download the previous version of OpenEars and its distribution contains instructions for Xcode 3 which should be very helpful for figuring out how to install current versions of OpenEars in Xcode 3". Download the previous version of OpenEars that is linked in the phrase "download the previous version of OpenEars".
Inside this download are the entire instructions for installing that older version of OpenEars in Xcode 3, saved as PDFs. The steps in the PDFs are not all the same as the instructions for the current version, but the part about linking the library (the specific part you are asking about) is still exactly the same. This explanation is in the PDF called "Configuring Your App For OpenEars.pdf" starting on page 4.
想知道为什么您仍在使用 Xcode 3,但您需要凭记忆做的是在树中查找根级别目标扩展器图标。它看起来像一个红/白射箭目标,通常位于资源文件夹之后。展开它并右键单击可能是您项目的唯一目标的内容。从那里您将获得类似的机会来添加构建阶段。
如果上下文菜单中不存在该内容,请在目标的“属性”部分中进行挖掘。它可能是添加链接依赖项的选项卡之一。
Wondering why you are still using Xcode 3 but what you need to do from memory is look for the root level targets expander icon in the tree. It looks like a red/white archery target and was usually after the resources folder. Expand it and right click what will probably be the sole target for your project. From there you will be offered the similar opportunity to add build phases.
If that doesnt exist in the contextual menu have a dig around in the Properties section for the target. It might be one of the tabs to add link dependancies.