Could not build module UIKit

前端 未结 24 1387
予麋鹿
予麋鹿 2020-12-17 07:59

Suddenly it stops building application in device. In simulator its working but when I connect the device and try to run it in device it gives me an error:

24条回答
  •  太阳男子
    2020-12-17 08:24

    I am also facing this issue for very long time and after trying all the suggestions given in the different portals, i came to know that the issue is with the device you want to run the application. Device have latest iOS and your Xcode is not supporting that iOS.

    For example you have Xcode 7.2 and want to run the application on device which have iOS 9.2.1. So you only need to update your Xcode.

    And one more thing Base Sdk in Build Settings is always greater or equal to the software version number on your development device.

提交回复
热议问题