我试着添加
<preference name="deployment-target" value="6.0" /> 在我的config.xml中,当我尝试用xcode运行它时,我在main.m中得到了"Thread1: SIGABRT“
发布于 2016-06-01 17:30:34
根据科多瓦的官方文件:
The device must have at least iOS 8 installed,链接:https://cordova.apache.org/docs/en/latest/guide/platforms/ios/
https://stackoverflow.com/questions/37575182
复制相似问题