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

[1.26.0] misconfigure some Pod build settings #990

Closed
ParryingDagger opened this issue Oct 28, 2024 · 4 comments
Closed

[1.26.0] misconfigure some Pod build settings #990

ParryingDagger opened this issue Oct 28, 2024 · 4 comments

Comments

@ParryingDagger
Copy link

ParryingDagger commented Oct 28, 2024

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 and ENABLE_MODULE_VERIFIER was set to YES.

Supported Languages and Supported Languages Dialects used to be empty. Now they are set.

I have too many pods cannot be compiled with those settings.

WeChatWorkScreenshot_4a7ac772-c642-4cd3-a12f-3e67cd0296f4 WeCom20241028-211702@2x

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?

@TomaszPilarski
Copy link

I have the same issue and in my case the issue happens in both Xcode versions, 15.4 and 16.

@Alger
Copy link

Alger commented Oct 28, 2024

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

gem "xcodeproj", "= 1.25.0"

@ynyyn
Copy link

ynyyn commented Nov 1, 2024

FYI: This change has been reverted, released in 1.27.0.
#992
https://github.com/CocoaPods/Xcodeproj/releases/tag/1.27.0

@ParryingDagger
Copy link
Author

@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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants