我在 iphone iOS 4 项目中使用 Three20。我无法将项目编译到设备上
我尝试编译,但失败了,因为它在依赖项之一和主依赖项中找到了重复的类定义。我用google搜索了很多,甚至找到了这个问题的原因,这是由于xcode中的一个错误以及对amr6和arm7代码的优化。但我找不到如何解决这个问题。有人在 iOS4 上使用 Three20 库吗?
I try to compile but it fails because it find a duplicated definition of class in one of the dependencies and in the main dependency. I googled a lot and i even found the cause of this, due to a bug in xcode and the optimization for amr6 and arm7 code. But i could't found how to solve this. Has anybody use the three20 library with iOS4 ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
确保所有依赖项目都设置为使用基础 sdk,然后它应该可以正常编译。
Make sure that all dependency projects are set to use the base sdk, then it should compile ok.