简体   繁体   中英

can I built app (xcode 7.3.1 objective C) on iOS 10 ? or any other solotion?

我在xcode 7.3.1(Objective C)中创建了一个应用程序,并希望在我的设备iOS10上运行这个应用程序是可能的吗?

Xcode 7.3.1 cannot install applications on iOS 10. To do that from Xcode you need to upgrade to Xcode 8 and macOS 10.11.

You can upload your app to the app store and install it using TestFlight. Or you can create a Hockey account and download it using the Hockey app.

There are couple of option for your application to run in iOS 10 .

1) you can build ipa and upload on any third party service (eg https://www.diawi.com/ )

2) Create AdHoc/AppStore Build

3) Download Xcode8 and migrate your app to new Xcode . This will be better as you can debug your application code if you choose this option.

Note : For Download Xcode8 you need to upgrade your OSX to 10.11.4

For Option 1 & 2 you can not debug your application code.

Hope this will be helpful !!!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM