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: Cocoapods for Xcode 14.3 #370

Merged
merged 1 commit into from
Apr 4, 2023
Merged

Conversation

luxtudio
Copy link
Contributor

@luxtudio luxtudio commented Apr 4, 2023

Summary

On Thursday the 30th, Apple Released Xcode 14.3

Xcode 14.3 enforce a version check that React-Native-Safe-Area-View, which supported iOS 11 as minimum version, could not be build anymore.

Test Plan

RCT_NEW_ARCH_ENABLED=1 npx pod-install

build react-native-safe-area-context origin version (4.5.0) on Xcode 14.3
build-failure
build failure

build react-native-safe-area-context patch version as this commit on Xcode 14.3
build-success
build success

@jacobp100
Copy link
Collaborator

Thanks for this!

@janicduplessis would we be able to release this? I hit the same issue too

@janicduplessis janicduplessis merged commit cbd7a3d into th3rdwave:main Apr 4, 2023
@janicduplessis
Copy link
Member

Looks good, will release in a few hours when I get on computer

@luxtudio
Copy link
Contributor Author

luxtudio commented Apr 6, 2023

@janicduplessis When will package be released in the next version?

@janicduplessis
Copy link
Member

Published as 4.5.1

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.

3 participants