Skip to content

Commit a99db57

Browse files
committed
Fix script
1 parent e630dbe commit a99db57

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ios-tests.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,19 +84,20 @@ jobs:
8484
echo ""
8585
done
8686
87-
- name: Build Cloudinary Framework
87+
- name: Build Cloudinary Framework (Mac Catalyst)
8888
run: |
8989
xcodebuild build \
9090
-workspace Example/Cloudinary.xcworkspace \
9191
-scheme Cloudinary \
92-
-destination "platform=iOS Simulator,OS=18.4,name=iPhone 16" \
92+
-destination "platform=macOS,variant=Mac Catalyst" \
9393
CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcpretty
9494
9595
- name: Build Success
9696
run: |
97-
echo "✅ Successfully built Cloudinary framework for iOS Simulator!"
98-
echo "✅ Using Xcode 16.2 with iPhone 16 (iOS 18.4)"
97+
echo "✅ Successfully built Cloudinary framework!"
98+
echo "✅ Using Xcode 16.2 with Mac Catalyst"
9999
echo "✅ Framework compilation completed without errors"
100+
echo "⚠️ Note: Built for Mac Catalyst due to iOS 18.2 scheme requirements"
100101
101102
- name: Notify on Failure
102103
if: failure()

0 commit comments

Comments
 (0)