-
Notifications
You must be signed in to change notification settings - Fork 467
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
[1.26.0] misconfigure some Pod build settings #990
Comments
I have the same issue and in my case the issue happens in both Xcode versions, 15.4 and 16. |
I have the same issue on my project with Xcode version 15.x and 16 too and I have to add below line in "Gemfile" file
|
FYI: This change has been reverted, released in 1.27.0. |
@ynyyn Thanks. I have tried 1.27.0. It worked. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I'm using Xcode15.2. After updating to 1.26.0, I found that some build settings of pods are changed.
ENABLE_USER_SCRIPT_SANDBOXING
andENABLE_MODULE_VERIFIER
was set to YES.Supported Languages
andSupported Languages Dialects
used to be empty. Now they are set.I have too many pods cannot be compiled with those settings.
I have locked version of xcodeproj to a lower one to resolve this problem.
I found this version is meant to support xcode16. Is it possible to be compatible with Xcode15?
The text was updated successfully, but these errors were encountered: