Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provisioning profile is not an "iOS Ad Hoc" profile. #969

Open
ZaymonFC opened this issue Apr 10, 2024 · 0 comments
Open

Provisioning profile is not an "iOS Ad Hoc" profile. #969

ZaymonFC opened this issue Apr 10, 2024 · 0 comments

Comments

@ZaymonFC
Copy link

System details

> uname -a

Darwin Zaymons-MacBook-Pro.local 23.4.0 Darwin Kernel Version 23.4.0: Fri Mar 15 00:11:05 PDT 2024; root:xnu-10063.101.17~1/RELEASE_X86_64 x86_64
> ssc -v
0.5.4 (372e532a) (built from dev)
> clang --version                                                                                                           

Apple clang version 15.0.0 (clang-1500.3.9.4)
Target: x86_64-apple-darwin23.4.0
Thread model: posix
> cat .sscrc                                                                                                                                              

[settings.apple]
team_identifier = ...

[settings.ios]
codesign_identity = ...
provisioning_profile = /Users/zaymonfoulds-cook/Developer/ssc/profiles/zan.mobileprovision
simulator_device = "iPad Pro"

[settings.mac]
codesign_identity = ...

[settings.meta]
application_protocol = "composer"
bundle_identifier = "org.dxos-zan.composer"

Issue

My provisioning profile type is 'iOS App Development' as per the documentation.

ssc build -o -c -p --platform ios

• cleaned: /Users/zaymonfoulds-cook/Projects/dxos/packages/apps/composer-app/build/ios +661ms
• generated icons +38ms
• package prepared +1479ms
• building for iOS +81ms
• created archive +12671ms
• ERROR: failed to export project +5310ms
• 2024-04-10 15:06:00.691 xcodebuild[57563:2589513] [MT] IDEDistribution: -[IDEDistributionLogging _createLoggingBundleAtPath:]: Created bundle at path "/var/folders/bt/qrh40k8n46d93t9s9bq9y9lc0000gn/T/Composer-dev_2024-04-10_15-06-00.688.xcdistributionlogs".
2024-04-10 15:06:00.960 xcodebuild[57563:2589513] [MT] IDEDistribution: Command line name "ad-hoc" is deprecated. Use "release-testing" instead.
error: exportArchive: Provisioning profile "zan-2024-04-05" is not an "iOS Ad Hoc" profile.

Error Domain=IDEProfileQualificationErrorDomain Code=3 "Provisioning profile "zan-2024-04-05" is not an "iOS Ad Hoc" profile." UserInfo={IDEProfileQualificationError_Profile=<DVTEmbeddedProvisioningProfile 0x600002b48000: name: zan-2024-04-05, UUID: 2d6049bd-7f1a-40b9-89e1-00c6ceee41b1, teamName: Braneframe, Inc., teamIdentifierPrefixes: (
   *******
), entitlements: {
    "application-identifier" = "";
    "com.apple.developer.team-identifier" =*********;
    "get-task-allow" = 1;
    "keychain-access-groups" =     (
        "9428WC5MR8.*",
        "com.apple.token"
    );
}, appIdentifierName: DXOS - Composer - Zan, applicationIdentifierPrefixes: (
    9428WC5MR8
), dateCreated: 2024-04-05 21:51:19 +0000, dateExpired: 2025-04-05 21:51:19 +0000, certificateKinds: {(
    "1.2.840.113635.100.6.1.12",
    "1.2.840.113635.100.6.1.2"
)}, certificateSHA1Hashes: {(
    ************************************
)}, supportedUDIDs: {(
    "00008101-001a514c3498001e",
    "00008103-000e546a3e68801e"
)}, isUniversal: 0, isXcodeManaged: 0, platforms: {(
    <DVTPlatform:0x600002c76b50:'com.apple.platform.xros':<DVTFilePath:0x600003077300:'/Applications/Xcode.app/Contents/Developer/Platforms/XROS.platform'>>,
    <DVTPlatform:0x600002c76ac0:'com.apple.platform.watchos':<DVTFilePath:0x600003077000:'/Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform'>>,
    <DVTPlatform:0x600002c60120:'com.apple.platform.iphoneos':<DVTFilePath:0x600003058f80:'/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform'>>
)}, filePath: <DVTFilePath:0x600002f4c8c0:'/Users/zaymonfoulds-cook/Library/MobileDevice/Provisioning Profiles/2d6049bd-7f1a-40b9-89e1-00c6ceee41b1.mobileprovision'>>, NSLocalizedDescription=Provisioning profile "zan-2024-04-05" is not an "iOS Ad Hoc" profile., IDEDistributionIssueSeverity=3}

** EXPORT FAILED **

 +0ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant