pods issue, linker command failed with exit code 1

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

    Actually issue is related to dependency management for xcode project. You can refer below answer link for solving "linker issue" in xcode. That worked for me.

    https://stackoverflow.com/a/38371271/6827175

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

    Same issues here. I had not made any changes other than adding some icons to the project. After a few hours of clicking around, I clicked on the pods project and changed the search path to Yes. That solved it for me. Screen shot of Xcode

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

    If you selected Legacy Build System so change that because this has deprecated from xcode so use pod deintegrate pod install

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