iphone - Three20 wont deploy to device -


I followed the issues of adding "320 to my project" and some deployment issues for a tee. I can run the iPhone app in the simulator without any issue, but when I try to run it on the device, I get the following error from "___ strore_vfp_d8_d15_regs", referenced: .....

I believe that my header is something with the search path that I have set. The header search path is currently set to: ../ three 20 / build / product / three 20

Will anyone tell me what my problem is?

Thanks

As far as I can tell, this header search path problem It will not be a different error message, try the following:

  1. Find out if you are using AdMob or not, I know that it causes the problem on iOS 4;
  2. Find out which OS you have on your device, make sure that you select Base SDK 4.0, and choose the deployment version in your device version;
  3. Then create each .xcodeproj manually in the three lists, which will create the same base SDK + deployment SDK
  4. in your project then build and run your project on your device
  5. If # 4 is still not working, then use GCC instead of GCC LAVV and try again.

Hope it helps.


Comments

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -