Apple Mach -O Linker (Id) Error?

前端 未结 12 586
借酒劲吻你
借酒劲吻你 2020-12-29 06:49

I am trying to build this xcode workspace which was built from Unity. And after modifying the project a little bit when I getting to the very end of building the project (li

12条回答
  •  自闭症患者
    2020-12-29 07:19

    This problem has different solutions , one of them is to set Enable Bitcode to No . ( I don't know why by default it is Yes )

    This problem is a ghost like problem . Clearing Cache , Restarting Xcode , Simulator and MAC ,Ensuring proper linking of Frameworks ,Changing app Architecture or , Sometimes just doing nothing can solve this problem .

提交回复
热议问题