error: module file's minimum deployment target is ios8.3 v8.3

后端 未结 8 632
离开以前
离开以前 2020-12-05 01:35

All attempts to import a dynamic framework in an Xcode playground yield the following error:

error: module file\'s minimum deployment target is ios8.3 v8.3
<         


        
8条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-05 02:07

    I had this problem when the minimum deployment target of a select few dependencies was set to a more recent iOS version than main targets minimum deployment target.

提交回复
热议问题