From d4cce915d98d7e3d95fe999a18868b985d610a48 Mon Sep 17 00:00:00 2001 From: Admin Date: Mon, 9 Mar 2026 15:23:26 +0500 Subject: [PATCH] fix: explicitly set PROVISIONING_PROFILE with sdk filter for iphoneos only --- justfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/justfile b/justfile index ff453e1..9ffca1c 100644 --- a/justfile +++ b/justfile @@ -139,7 +139,9 @@ ios-archive team_id profile_uuid: ios-gen ios-resolve -destination 'generic/platform=iOS' \ -clonedSourcePackagesDirPath {{ios_spm}} \ -archivePath {{runner_temp}}/LibNovel.xcarchive \ - -allowProvisioningUpdates + CODE_SIGN_IDENTITY="Apple Distribution" \ + "PROVISIONING_PROFILE[sdk=iphoneos*]={{profile_uuid}}" \ + DEVELOPMENT_TEAM="{{team_id}}" # Export an IPA from the archive produced by ios-archive. # Requires ios/LibNovel/ExportOptions.plist.