带有 xcode 4 的phonegap 无法在 ios 3.1.3 (UIKIT) 上运行
当运行一个简单的 HelloWorld PhoneGap 项目时, 在具有 4.3.2 操作系统的 iPhone 4 上它运行得很好
但是当我尝试在具有 3.1.3 操作系统的 iPhone 3 上运行它时,我遇到了 CoreMedia 库的问题,我需要在构建设置中“弱化”它。
一旦我解决了这个问题,我遇到了一个全新的问题,我找不到解决方案:
dyld:未找到符号:_UIAccessbilityAnnouncmentNotifcation .... 在 /SystemLibrary/Frameworks/UIKit.framework/UIKIT 中除外
项目和目标部署目标都是 3.1
有什么想法吗? 提前致谢 盖伊。
When running a simple HelloWorld phonegap project ,
on iPhone 4 with 4.3.2 OS it works great
But when I tried to run it on iPhone 3 with 3.1.3 OS I have came across with a problem with the CoreMedia lib which i needed to 'weak' in the build settings.
Once I worked this one out, I came across with a whole new problem which I couldn't find a solution for:
dyld: Symbol not found: _UIAccessbilityAnnouncmentNotifcation
.... Excpeted in /SystemLibrary/Frameworks/UIKit.framework/UIKIT
Both Project and Target Deployment Target is 3.1
Any idea's?
Thanks in advance
Guy.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
抱歉,对于死灵术,我只是回答您是否仍然遇到此问题或其他人遇到此问题。以下解决方案可能会有所帮助:
来源:
http://community.phonegap.com/nitobi/topics/ios_3_1_3_crashing_when_using_phonegap_with_xcode_4_uikit_problem?from_gsfn=true
希望这有帮助!
sorry for necromancing, i'm just answering if you still have this problem or someone else encounters it. The following solution may help:
Source:
http://community.phonegap.com/nitobi/topics/ios_3_1_3_crashing_when_using_phonegap_with_xcode_4_uikit_problem?from_gsfn=true
Hope this helps!