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

后端 未结 8 623
离开以前
离开以前 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:20

    In your Pod File, just delete the comment at this line:

    platform :ios, '8.0'
    

    It work for me.

提交回复
热议问题