ios - Archive in xcode 6 is producing a pkg, not ipa -
recently updated xcode 6 , whenever archive project, .pkg instead of .ipa. i've set other target in project (cocoapods) skip install didn't trick. deployment target ios, not mac (it's iphone/ipad app archived .ipas fine).
am missing new setting somewhere (i.e. default archive ios apps .ipa) or there gotcha ad hoc distribution on xcode 6 i'm not aware of?
add lsrequiresiphoneos
yes
info.plist
key can found application requires iphone environment
Comments
Post a Comment