iphone - xCode Active Configuration: Release, Distribution -
in xcode 3.2.3 (haven't updated 4.1 yet) under active configurations have: debug, release, distribution. when select release, 'base sdk missing' , when 'build , archive' , try 'validate application', code sign error.
when select 'distribution' 'validate application' succeeds.
i have confirmed using valid distribution provisioning profile.
so, how can 'release' setting work (ie. eliminate validate application error of not code signing properly) , happen if sent 'distribution' build itunes , accepted on app store?
thank time.
check base sdk option under release configuration in target build properties. needs updated sdk have available.
Comments
Post a Comment