简体   繁体   English

将Tapku库添加到iOS项目-链接器错误

[英]Adding Tapku Library to iOS Project - Linker Errors

I'm building a calendar application and am trying to add the Tapku library to my app. 我正在构建日历应用程序,并试图将Tapku库添加到我的应用程序中。 I've followed the steps here: " https://github.com/devinross/tapkulibrary/wiki/Adding-Tapku-to-Your-Project-in-XCode-4 ". 我在这里按照以下步骤操作:“ https://github.com/devinross/tapkulibrary/wiki/Adding-Tapku-to-Your-Project-in-XCode-4 ”。 My project builds until the last step. 我的项目将一直进行到最后一步。 When I add "-ObjC" to other linker flags I get errors when building. 当我在其他链接器标志中添加“ -ObjC”时,构建时会出错。

I've included a screenshot with an error saying that the flag is invalid along with the linker errors. 我提供了一个截图,其中包含一个错误消息,指出该标志以及链接器错误均无效。

https://f.cloud.github.com/assets/5856011/2443796/032501d0-ae40-11e3-9b4b-9f29aa46bb81.png https://f.cloud.github.com/assets/5856011/2443796/032501d0-ae40-11e3-9b4b-9f29aa46bb81.png

Thanks in advance! 提前致谢!

The problem was that my project was using both Parse and Tapku. 问题是我的项目同时使用了Parse和Tapku。 After following the instructions here: Parse for iOS: Errors when trying to run the app I was able to get it working. 在按照以下说明进行操作之后: 针对iOS进行解析:尝试运行该应用程序时出现错误,我能够使其正常运行。

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

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