-
Notifications
You must be signed in to change notification settings - Fork 27.7k
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
[CP] Upgrading to Xcode 14.3 will not build when plugin transitive dependencies have a low deployment target #124529
Comments
Approving this as it has already been validated by @christopherfujino and @vashworth on the master channel. |
LGTM |
I think you mean 14.3 🙂 Anyway, setting the deployment target to 11 is not a valid workaround for us (in 14.3). It is already set to 13, and the error remains: This is just an FYI; we're looking at other workarounds EDIT:
|
Thanks, I did, updated.
I linked to https://stackoverflow.com/questions/75574268/missing-file-libarclite-iphoneos-a-xcode-14-3 which says to set We don't really need to document the workaround in detail in this hotfix request, you can check stackoverflow, my point is that the workaround involves manually updating files, which developers shouldn't need to do. |
@CaseyHillers since this was included in 3.7.11 (thank you!), can this be closed? |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of |
issue_link
#124340
Commit Hash
c60f20
Target
stable
pr_link
#124527
Impacted Users
App developers running latest Xcode building iOS or macOS apps with certain plugins, including some firebase plugins
Impact Description
When running latest Xcode (14.3) iOS and macOS apps will not build when using certain plugins that have dependencies with very low iOS target versions. This includes any apps that use firebase_auth.
Workaround
ios/Podfile
andmacos/Podfile
that sets the pods to the same version the Flutter app is targeting. https://stackoverflow.com/questions/75574268/missing-file-libarclite-iphoneos-a-xcode-14-3``
Risk
low
Test Coverage
yes
Validation Steps
flutter_appauth
) as a pubspec dependency.On master this does not build:
On this PR it does build.
The text was updated successfully, but these errors were encountered: