There was an error while loading. Please reload this page.
2 parents b16ed79 + d4ce795 commit e29f16cCopy full SHA for e29f16c
1 file changed
.github/workflows/release-package.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Build
25
run: |
26
# Add commands to build and test your package
27
- xcodebuild -workspace Contentstack.xcworkspace -scheme 'Contentstack' -destination 'platform=iOS Simulator,name=iPhone 16'
+ xcodebuild -workspace Contentstack.xcworkspace -scheme 'Contentstack' -destination 'generic/platform=iOS Simulator'
28
29
- name: CocoaPods trunk push
30
run: pod trunk push --allow-warnings
0 commit comments