Apple Mach -O Linker (Id) Error?

前端 未结 12 589
借酒劲吻你
借酒劲吻你 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条回答
  •  梦毁少年i
    2020-12-29 06:57

    For me it was missing frameworks. Try searching the errors you get on Google and find out which frameworks they're part of, then import them in the Build phases tab.

提交回复
热议问题