- Home /
Unity Iphone Exporting, armv???
So I am so close to exporting my game but it seems to not be working because unity only goes up to 3.2 so it doesn't work with my armv7 for some reason...is there anyway to get back armv6? Or even a different way to export it so it will work?
thanks in advanace
Comment
Answer by Peter G · Aug 08, 2010 at 08:16 PM
Unity 3 will have built in support for armv7 in the editor. Using 1.7, you can do it in xCode on your own though. Go to "Project/ Edit Active Target 'Project Name'" and change the architecture to standard armv 6 + armv 7 and change the target os to whichever you want to support.