Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode Error - missing required architecture i386 in file

I'm trying to compile a demo project from Unity in Xcode (it's actually a tutorial on a new Augmented Reality platform that integrates with Unity called String) and getting this error:

ignoring file libiPhone-lib.a, missing required architecture i386 in file

I've researched this a little, and it seems to be some sort of issue with what version of iOS you're deploying too, but I'm not sure. Regardless, I've tried to deploy to different versions, and they all result in this error.

Any ideas how to fix this?

like image 750
mheavers Avatar asked Jun 30 '11 21:06

mheavers


1 Answers

I did some research and it seems Unity for iPhone doesn't deploy on simulator. It only works on device or in the Unity editor. Check out this link. Hope it helps.

like image 128
tipycalFlow Avatar answered Oct 03 '22 23:10

tipycalFlow