pods issue, linker command failed with exit code 1

前端 未结 15 1305
生来不讨喜
生来不讨喜 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 13:55

    This worked for me:

    pod deintegrate 
    pod install 
    
    0 讨论(0)
  • 2020-12-25 14:00

    In my case, I plugged out my real device but in the simulator still it looks Generic iOS device. So I changed it with some simulator and it is fixed.

    0 讨论(0)
  • 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
    0 讨论(0)
  • 2020-12-25 14:04

    in my case i changed run simulator to iphone x with ios 11.4 , then it compailed and run OK , then i run in iphone 4s with ios 9.3 , and it wont got error

    i think probably issue is in ui test and unit testing components , i hope that apple fix them

    0 讨论(0)
  • 2020-12-25 14:04

    Workspace Setting and change Build System to Legacy Build System worked for me

    0 讨论(0)
  • 2020-12-25 14:06

    I had this issue in test project just make sure that the project has valid host application

    0 讨论(0)
提交回复
热议问题