Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Lipo Error: can't open input file

Tags:

xcode

lipo

I'm getting this error:

/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/lipo: can't open input file: /Users/snowcrash/Library/Developer/Xcode/DerivedData/MyApp-awldrudjpictkjfutpthiwoocing/Build/Intermediates/ArchiveIntermediates/MyApp/IntermediateBuildFilesPath/MyApp.build/Distribution-iphoneos/MyApp.build/Objects-normal/armv7/MyApp (No such file or directory)

Any suggestions?

like image 241
Snowcrash Avatar asked Jul 22 '13 15:07

Snowcrash


1 Answers

Go to Project target-> Build setting-> Build Active Architecture only and set this Build Active Architecture only to YES. And it's working fine now..

like image 198
gunas Avatar answered Sep 22 '22 11:09

gunas