Lipo error when coverting iOS project to ARC Lipo error when coverting iOS project to ARC xcode xcode

Lipo error when coverting iOS project to ARC


Does the file referenced by lipo exist or is it of size zero?

Try changing your build target to a simulator build, clean and re-run.


Removing architecture armv7 while leaving armv7s (found here) did it for me.


I had to add i386 to my valid architectures to get this to work.