xcode4.2 & not linking GS to iphone3(armv6) devices
patm1982
Member Posts: 50
Dont know if anybody else was having this issue, but i figured I would share the solution:
When trying to get GS viewer on a older iOS device using xcode4.2, xcode was saying it was successfully running on the device, but in when you look at the device nothing happens. Well as it turns out xcode4.2 has a bug where it doesn't support the armv6 devices (iphone3 & below).
........luckily I found this link that explains how to fix xcode to link to your older devices too,
http://stackoverflow.com/questions/7053466/application-executable-is-missing-a-required-architecture-armv6
hope this helps if anyone is having similar issues.
-pat
When trying to get GS viewer on a older iOS device using xcode4.2, xcode was saying it was successfully running on the device, but in when you look at the device nothing happens. Well as it turns out xcode4.2 has a bug where it doesn't support the armv6 devices (iphone3 & below).
........luckily I found this link that explains how to fix xcode to link to your older devices too,
http://stackoverflow.com/questions/7053466/application-executable-is-missing-a-required-architecture-armv6
hope this helps if anyone is having similar issues.
-pat