Solving mach-o linker error on publishing Unity – XCode





One of common error when we want to build our Unity game from XCode is this mach-o linker error. There are many solutions on internet but in my case, the solution is this simple one:

  • Change target build to 8.0
  • On Build Settings, set Enable Module to Yes and Enable Bitcode to No.




loading...


Leave a Reply

Your email address will not be published. Required fields are marked *