简体   繁体   English

Xcode 9编译的应用程序和iOS 9.5.3(iPad 2)

[英]Xcode 9 compiled app and iOS 9.5.3 (iPad 2)

Anyone noticed issues with apps that are created with Xcode 9 and do not seem to work on iOS 9.5.3 and in this case an older iPad 2? 有人注意到使用Xcode 9创建的应用程序出现问题,但似乎无法在iOS 9.5.3上运行,在这种情况下,这是一个较旧的iPad 2?

I have a customer that downloaded my app that I've complied and uploaded with Xcode 9, but when he installs the app it crashes straight away, and on some occasions in a flash of 2 sec. 我有一个客户下载了我已经编译并使用Xcode 9上传的应用程序,但是当他安装该应用程序时,该应用程序立即崩溃,有时甚至需要2秒的时间。 will display the interface builder screen layout of the app (ie all the views, buttons etc that are visible on interface builder but with a normal app nicely hidden until needed etc). 将显示该应用程序的界面构建器屏幕布局(即,在界面构建器上可见的所有视图,按钮等,但在需要之前隐藏了一个普通应用程序等)。

The minimum development target in Xcode is set to 8.2 so I assume it will and should be backwards compatible? Xcode中的最低开发目标设置为8.2,因此我认为它将并且应该向后兼容?

Seems like the device is jailbroken.. My latest app version includes a check for a jailbroken device, and does not allow the app to load when it detects one. 好像该设备已越狱。。我最新的应用程序版本包括对越狱设备的检查,并且不允许该应用程序在检测到该设备时加载。 I Could reproduce the exact behaviour when triggering this validation check. 触发此验证检查时,我可以重现确切的行为。

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

相关问题 IOS7升级后,Xcode 5在iPad上编译iPhone应用程序的框架问题(在iPhone中正常工作) - Frame issue for Xcode 5 compiled iPhone app in iPad after IOS7 upgrade (works fine in iPhone) 用iOS 7编译的iOS应用程序可以在iPad1上运行吗 - Can an iOS app compiled with iOS 7 run on iPad1 有没有办法用iOS 9.3测试我的Xcode 7.2编译的应用程序? - Is there a way to test my Xcode 7.2-compiled app with iOS 9.3? XCode 4.01 iOS通用应用程序未显示iPad视图 - XCode 4.01 iOS Universal App not showing iPad View Xcode、iOS 应用程序 - 如何禁用 iPad 和 Mac 兼容性? - Xcode, iOS app - How to disable iPad and Mac compatibility? 使用Xcode 6.2在iPad 1(iOS 5.1.1)上测试应用 - Testing app on iPad 1 (iOS 5.1.1) using Xcode 6.2 如何从Xcode 5为iOS 6.1部署iPad应用程序 - How to deploy iPad app for iOS 6.1 from Xcode 5 iOS:Xcode中的哪个标志将声明我的iPhone和iPad应用程序? - iOS: Which flag in Xcode will declare my app for both iPhone and iPad? 仅ipad air,在Xcode 6中编译应用程序时不显示图像,其他iPad都可以 - ipad air only, does not display images when app is compiled in Xcode 6, other iPads are okay 如果我将 iOS 应用程序从 XCode 发布到我的 iPad,它会在 iPad 中保留多少天? - How many days does an iOS app stay in the iPad if I publish it from XCode to my iPad?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM