pods issue, linker command failed with exit code 1

前端 未结 15 1411
生来不讨喜
生来不讨喜 2020-12-25 13:35

when I run my project, I get errors like this: \"enter

It seems that all frameworks in

15条回答
  •  独厮守ぢ
    2020-12-25 14:03

    There are can be a few different cases;

    Also, it would help to know all information from your print screen :)

    Have you tried to clean your delivery data ?

    1. Go to Xcode -> Preferences -> Open "Location Menu" -> Open Folder With DeliveryData

    2. Close your XCode;(even go to "Force Quit.." menu and close XCode there);

    3. Clean trash bin;

    4. And try build again.

    Second case:

    1. Open your target -> Build Settings -> Build Active Architecture Only-> set "No" option
    2. Do the same with all your pods' target

提交回复
热议问题