带有 xcode 4 的phonegap 无法在 ios 3.1.3 (UIKIT) 上运行

发布于 2024-12-02 03:49:19 字数 365 浏览 0 评论 0原文

当运行一个简单的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

南风几经秋 2024-12-09 03:49:19

抱歉,对于死灵术,我只是回答您是否仍然遇到此问题或其他人遇到此问题。以下解决方案可能会有所帮助:

This is covered in the README FAQ. Basically you need to weak link three frameworks for iOS 3.x:
1. CoreMedia
2. AVFoundation
3. UIKit

Try that and see if that solves your problem. 

来源:
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:

This is covered in the README FAQ. Basically you need to weak link three frameworks for iOS 3.x:
1. CoreMedia
2. AVFoundation
3. UIKit

Try that and see if that solves your problem. 

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!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文