Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将 x 代码 4.4.1 与 cordova 1.7.0 一起使用,我创建了 Ad Hoc IPA 文件并安装在带有 iOS6 的 iPad 上,它工作正常。然后我在带有 iOS 4.2.1 的 iPhone 3gs 中尝试安装时显示错误 - “应用程序 “xxx” 未安装在 iPhone “xxx” 上,因为它与此 iPhone 不兼容”。我使用的部署目标是 4.2。
you might created your project only for iPad. If you want to run your app in both iPhone and iPad, you need to create your project as Universal. Check your Targets, in Summary tab whether Devices is set to Universal or iPad.
iPad
app
iPhone
Universal
Targets
Summary
Devices