File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff 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()
You can’t perform that action at this time.
0 commit comments