wisha khn
09/24/2025, 5:14 PMHesam
09/24/2025, 8:12 PMembedAndSignAppleFrameworkForXcode
, this alone take around 30 minutes 🤦 I am trying to figure what should I with this, but yeah, it is super frustrating! I also use SPM in my project.wisha khn
09/25/2025, 4:15 PM/Users/runner/Library/Developer/Xcode/DerivedData/iosApp-cizixmtkcntpmffbslhqmtffyjso/SourcePackages/checkouts/firebase-ios-sdk/Package.swift: error: Firebase_FirebaseCoreInternal does not support provisioning profiles. Firebase_FirebaseCoreInternal does not support provisioning profiles, but provisioning profile Adhoc_dist_jan29_dist has been manually specified. Set the provisioning profile value to "Automatic" in the build settings editor. (in target 'Firebase_FirebaseCoreInternal' from project 'Firebase')....
When the profiling of the IOS is done it also start profiling the installed SPM packages 😕 which should not be the caseHesam
09/25/2025, 8:54 PMexportOptions.plist
to define your profiles. This is mine, in case it helps.Hesam
09/25/2025, 8:55 PM- task: Xcode@5
displayName: 'Xcode Build & Export IPA (Release)'
inputs:
actions: 'archive'
configuration: "prod_Release"
sdk: 'iphoneos'
xcodeProjectPath: 'iosApp/iosApp.xcodeproj'
scheme: "AutoHawk_prod"
xcodeVersion: 'specifyPath'
xcodeDeveloperDir: '/Applications/Xcode_16.2.app/Contents/Developer'
packageApp: true
exportOptions: 'plist'
exportOptionsPlist: 'iosApp/iosApp/exportOptions.plist'
useXcpretty: true
archivePath: "$(Build.ArtifactStagingDirectory)/iosApp.xcarchive"
exportPath: "$(Build.ArtifactStagingDirectory)/ipa_output"
args: "BUILD_NUMBER=$(BUILD.BUILDNUMBER) MARKETING_VERSION=$(BUILD_DATE) DISABLE_AUTOMATIC_PACKAGE_RESOLUTION=YES"
wisha khn
09/25/2025, 8:55 PMwisha khn
09/25/2025, 8:55 PMHesam
09/25/2025, 8:56 PMHesam
09/25/2025, 8:57 PMHesam
09/25/2025, 8:57 PM