简体   繁体   English

生成存档时AKTabBarController不起作用

[英]AKTabBarController does not work when building for archiving

I am using this in my project: https://github.com/alikaragoz/AKTabBarController 我在我的项目中使用它: https : //github.com/alikaragoz/AKTabBarController

It works fine in the simulator but once I want to build in on my phone or make a ad-hoc built it fails. 它在模拟器中可以正常工作,但是一旦我要在手机上构建或临时构建,它就会失败。 I don't really know how to understand the error messages. 我真的不知道如何理解错误消息。 临时创建时的xCode错误日志

Do I have to change something in the build settings? 我是否需要在构建设置中进行某些更改? Traget is iOS 5 or higher. Traget是iOS 5或更高版本。

Thanks for any help! 谢谢你的帮助! Nick 缺口

It look like you have multiples files on your project with the same name (maybe you added the AKTabBarController library twice)? 看起来您的项目上有多个具有相同名称的文件(也许您两次添加了AKTabBarController库)?

Try to clean up the project, see if you have duplicates and remove them. 尝试清理项目,查看是否有重复项并将其删除。 Then CMD+Shift+K and CMD+Shift+Alt+K 然后CMD + Shift + K和CMD + Shift + Alt + K

Possibly the same problem as stated here: 106 duplicate symbols for architecture armv7 可能与这里所述的问题相同: 体系结构armv7的106个重复符号

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

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