问题
I'm getting following error:
Extracting arm64 from Alamofire fatal error: lipo: input file (../myApp.app/Frameworks/Alamofire.framework/Alamofire) must be a fat file when the -extract option is specified
always when I want to run the app. It doesn't show up when I clean before, but it takes super long time.
This => Lipo Error!! can't open input file is not my case and it doesn't work for me.
Any ideas,
Thank you
回答1:
In target -> Build Phases -> Run script I had some incompatible script.
I removed it and the app works now!
来源:https://stackoverflow.com/questions/43053183/lipo-input-file-must-be-a-fat-file