simulator .app for ios 10 not working in ios 8

烂漫一生 提交于 2019-12-11 16:32:04

问题


Basically I ran my project into iOS 10 and copied the .app from there and tried to run it on iOS 8 simulator on a different machine but its not getting installed.

But ideally it should get installed and run perfectly.

so ios 10 simulator .app is compatible with only iOS 10 for iOS 8 we again have to run it on iOS 8 simulator and copy it over

can anybody put some light on this problem


回答1:


You need to set the app's deployment target appropriately and properly handle the usage of API that is not available in the oldest OS that you intend to support.




回答2:


There shouldn't be any problem I have never experience this and I was able to run the app on iOS 8,9 and 10.



来源:https://stackoverflow.com/questions/43658414/simulator-app-for-ios-10-not-working-in-ios-8

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!