This repository has been archived by the owner on Apr 2, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 26
Ionic Package - Build was working, but no longer [Error code 70 for command: xcodebuild] #208
Comments
Hey @jarodms6, Thank you. |
I have a similar error: [Error code 70 for command: xcodebuild], but:
On 2017-05-03 with same configuration the build was succeeded. After only the ionic cli, angular, native, etc... was upgraded.
|
Android works. |
Let me chime in. The very same error ("Error code 70" and "No valid iOS Distribution signing identities belonging") happened to us. Similarly, there was no change in our configuration it just stopped working. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
On 4-24-2017, this build was working just fine. Now it is failing with a very odd error.
Command I used: "ionic package build ios --noresources --release --profile dev"
certs are still valid and I did not change the Security Profile. I didn't change anything with the Ionic Package settings actually, just a code change.
== END OF MY MESSAGE; ERROR BELOW ==
error: exportArchive: The operation couldn’t be completed. (IDEDistributionErrorDomain error 3.)
Error Domain=IDEDistributionErrorDomain Code=3 "(null)" UserInfo={IDEDistributionErrorSigningIdentityToItemToUnderlyingErrorKey={
"<DVTSigningCertificate: 0x7f962568f8a0; name='iPhone Distribution: Lions Den Mobile LLC (GLGDAJ9VWM)', hash='EA3C63274EB2F355AEA849981C75BB42A2DDBC12', serialNumber='3575A07C5F4926AA', certificateKind='1.2.840.113635.100.6.1.4, issueDate='2016-08-19 04:26:16 +0000''>" = {
"<IDEDistributionItem: 0x7f96257d3f40 'com.lionsdenmobile.sleepytime' '<DVTFilePath:0x7f9625650840:'/Users/package/workspace/apps-d010f143-20/cordova/platforms/ios/Sleepy Time.xcarchive/Products/Applications/Sleepy Time.app'>'>" = "Error Domain=IDECodesignResolverErrorDomain Code=7 "No matching provisioning profiles found" UserInfo={NSLocalizedRecoverySuggestion=None of the valid provisioning profiles allowed the specified entitlements: beta-reports-active., NSLocalizedDescription=No matching provisioning profiles found, IDECodesignResolverError_ResolutionInputsKey=<IDECodesignResolutionInputs: 0x7f96257f9250; portalTeamID='GLGDAJ9VWM', usingTeamBasedSigning='NO', bundleIdentifier='com.lionsdenmobile.sleepytime', targetName='(null)', provisioningProfilePurpose='1', requiresProvisioningProfile='YES', provisioningProfilePlatform='iOS', certificateKind='1.2.840.113635.100.6.1.4', requiredEntitlements='{\n "beta-reports-active" = 1;\n}', requiredCodesignableDevices='(null)', requiredFeatures='(null)'>\n}";
};
}}
** EXPORT FAILED **
Error: Error code 70 for command: xcodebuild with args: -exportArchive,-archivePath,Sleepy Time.xcarchive,-exportOptionsPlist,/Users/package/workspace/apps-d010f143-20/cordova/platforms/ios/exportOptions.plist,-exportPath,/Users/package/workspace/apps-d010f143-20/cordova/platforms/ios/build/device
The text was updated successfully, but these errors were encountered: