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

后端 未结 8 628
离开以前
离开以前 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条回答
  •  执念已碎
    2020-12-05 02:12

    1) Goto, Target -> General -> deployment Info

    2) set the deployment Target as the one being prompted in the error message(8.3 in your case).

    3) product -> clean

    4) product -> Build

提交回复
热议问题