iphone: deployment target -


how possible? configured iphone app this:

enter image description here enter image description here enter image description here enter image description here

i pushed app store , apple says:

you have indicated binary requires ios 4.3 or later. apps require ios 4.3 or later not available verizon iphone users.

do have change base sdk target iphone 3.0 platform??? how can this? thx!

answer: if leave default 3.0 value ios deployment target not shown/set means latest ios selected? xcode4 bug beleave.

in xcode 4 easy fix. click on project go summary tab , should see deployment target drop down select target. shortcut build setting.

i add hope have tested application on previous versions of ios before deploying app. application have weak references api , new api calls compile fine, crash when run on older devices if not use proper runtime checks.

edit image did not show when answered question. double check inside build settings deployment target same debug, release , distribution


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -