[Solved-4 Solutions] Xcode 6.1 error while building IPA
Error Description:
Xcode 6.1 error while building IPA
Solution 1:
- Solution for building IPA is:
- Found the fix !
- Click on our project > Targets > Select your target > Build Settings >
- and add :
Solution 2:
- The solution we found is to call
codesign
before usedPackageApplication
and askPackageApplication
to not sign. Like this :
- Don't forget to embedded the
.mobileprovision
file using to sign withcp.
Solution 3:
- The following patch for PackageApplications fixed it for us, we removed resource-rules as it says it's deprecated on 10.10.
- Testflight builds work without it. Appstore builds too.
Solution 4:
- The solution is to clear our Code Signing Resource Rules Path and replace xcrun with xcodebuild tool:
- The simplest Options.plist for exporting ad-hoc distribution ipa files looks like this:
- There are other options available for this plist file regarding bitcode, app thinning, etc.
Learn ios - ios tutorial - iphone xcode 6-1 error - ios examples - ios programs