XCode 6.0.1 Enterprise In House Distribution Is Not Creating ipa/plist
问题 After upgrading to XCode 6.0.1, in In House Enterprise Distribution from Archive now creates a .pkg file instead of .ipa/.plist files. This breaks our enterprise distribution system. I haven't found any documentation on this change. Does anyone have any insight on this? 回答1: add key "Application supports iTunes file sharing" value YES or "LSRequiresIPhoneOS" value YES to info.plist before choose Archive now.it will built ipa with xcode 6.0.1 来源: https://stackoverflow.com/questions/26022943