Apple Mach -O Linker command failed

前端 未结 16 1183
名媛妹妹
名媛妹妹 2021-01-07 17:08

After updating my POD install, Xcode sprouted a new issue:

16条回答
  •  离开以前
    2021-01-07 17:30

    Remove the local files of WikitudeSDK from target. Xcode is getting confused between the paths of library, which one to chose- pod or local.

    Also try reinstalling podfile and remove wikitude from pod file to. IN linker search path settings, in build settings, check the paths mentioned to find the required library.

    Lastly install gems before updating pods

提交回复
热议问题