Errors building Xcode Project after adding in Run Script fatal error: lipo: input file

后端 未结 3 1548
感动是毒
感动是毒 2020-12-05 15:24

I had the following errors when attempting to upload my app to the App Store ERROR ITMS-90087, ERROR ITMS-90209, & ERROR ITMS-90125 as outlined in this Question Submit t

3条回答
  •  無奈伤痛
    2020-12-05 16:01

    Well it seems that Bolts framework is not a fat binary (i.e. Does not contain multiple architectures binaries) hence the extraction and merging fails. I guess the simplest solution will be to run the script only for specific frameworks that comes with a binary for x86_64 arch. You can identify fat binaries using the 'file' command.

提交回复
热议问题