xcode5 - Xcode 5 iOS app not using correct product name for build id -
i having issues build id app.
i have 2 builds set up, debug , release. i've created 2 schemes app-debug , app-release.
app-debug set use debug configuration , app-release release config. in build settings i've set product name field appstaging , apppublish debug , release build configurations respectively.
however, build identifier field gets set apppublish when i've selected app-debug scheme. not sure why, affecting ability archive product correctly. missing?
it seems if run product clean, close xcode , reopen it, bundle identifier shows correctly in target info. however, when run product -> archive happens , builds apppublish , after, build identifier displays wrong name. still no idea why happening though.
ok figured out reason -- each scheme has separate section archive settings separate run settings. missed earlier, why kept running issue.
Comments
Post a Comment