-
Bug
-
Resolution: Unresolved
-
Blocker
-
Java 8.1, IOS 10.11.5, xcode-plugin latest version.
When running a build the log shows that the xcode plugin is still using the old PackageApplication method to archive an .ipa. This makes use of the CFBundleResourceSpecifications which then causes a error when you try to upload the .ipa to itunesconnect.
Since iOS 10.10 the xcodebuild command should be used to archive the application. This should help avoid the above stated error.