Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(.github/workflows): iOS SDK version issue #3239

Merged
merged 2 commits into from
Apr 3, 2024
Merged

Conversation

olgahaha
Copy link
Contributor

@olgahaha olgahaha commented Apr 3, 2024

Changed

  1. Upgrade macOS from version 12 to version 14 to resolve the SDK version issue. #3239

The app was built with the iOS 16.2 (20C52) SDK. However, starting April 29, 2024, apps must be built with the iOS 17 SDK or later, included in Xcode 15 or later. The current macOS-latest is macOS 12, which uses Xcode 14. We need to update to macOS 14, which uses Xcode 15.


The issue is also created on Asana

@olgahaha olgahaha changed the title fix(.github/workflows): upgrade mac OS to 14 fix(.github/workflows): iOS SDK version issue Apr 3, 2024
@olgahaha olgahaha force-pushed the fix-ios-sdk-issue branch 5 times, most recently from 8a16e24 to 4a80a42 Compare April 3, 2024 09:26
Upgrade macOS from version 12 to version 14 to resolve the SDK version
issue.

The app was built with the iOS 16.2 (20C52) SDK. However, starting
April 29, 2024, apps must be built with the iOS 17 SDK or later,
included in Xcode 15 or later. The current macOS-latest is macOS 12,
which uses Xcode 14. We need to update to macOS 14, which uses Xcode
15.
Set up Python version 3.11 for the macOS environment to prevent
installation errors such as
"ModuleNotFoundError: No module named 'distutils'."
@olgahaha olgahaha requested a review from shc261392 April 3, 2024 09:47
Base automatically changed from feature-firebase-ci-cd to master April 3, 2024 09:59
@olgahaha olgahaha merged commit ff70091 into master Apr 3, 2024
9 checks passed
@olgahaha olgahaha deleted the fix-ios-sdk-issue branch April 3, 2024 10:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants