From a50bded4d417d71cafd6c2b72d3e4035a5968aca Mon Sep 17 00:00:00 2001 From: reeshika-h Date: Wed, 22 Jul 2026 14:35:42 +0530 Subject: [PATCH] Update build destination for iOS Simulator in release workflow --- .github/workflows/release-package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-package.yml b/.github/workflows/release-package.yml index 72674bb..4ee472d 100644 --- a/.github/workflows/release-package.yml +++ b/.github/workflows/release-package.yml @@ -24,7 +24,7 @@ jobs: - name: Build run: | # Add commands to build and test your package - xcodebuild -workspace Contentstack.xcworkspace -scheme 'Contentstack' -destination 'platform=iOS Simulator,name=iPhone 16' + xcodebuild -workspace Contentstack.xcworkspace -scheme 'Contentstack' -destination 'generic/platform=iOS Simulator' - name: CocoaPods trunk push run: pod trunk push --allow-warnings