-
-
Notifications
You must be signed in to change notification settings - Fork 314
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: Inconsistent behaviour with Xcode 16 when PBXProject.TargetAttributes
is empty
#865
fix: Inconsistent behaviour with Xcode 16 when PBXProject.TargetAttributes
is empty
#865
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for contributing this @Speakus
I added some tests. Thanks a lot @Speakus for your contribution 🙏🏼 |
@all-contributors add @Speakus for code |
This project's configuration file has malformed JSON: .all-contributorsrc. Error:: Unexpected token : in JSON at position 10330 |
PBXProject.TargetAttributes
is empty
3075f20
to
dfdecc9
Compare
@all-contributors add @Speakus for code |
I've put up a pull request to add @Speakus! 🎉 |
Short description 📝
stop generate empty TargetAttributes - because Xcode 16 will always remove such item
Solution 📦
very simple fix
NB! Better to wait for merging this fix first: fastlane/fastlane#23872