pods issue, linker command failed with exit code 1

前端 未结 15 1417
生来不讨喜
生来不讨喜 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:51

    This happened to my project because I used Admob in my Unity project and then build it for iOS. I did not note that Unity-iPhone.xcworkspace is created to open instead of Unity-iPhone.xcodeproj. I was keep opening Unity-iPhone.xcodeproj and it was giving the error. Opening the project with Unity-iPhone.xcworkspace fixed the problem for me.

提交回复
热议问题