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 unused attribute parsing for Xcode 11 beta #25148

Closed
wants to merge 1 commit into from
Closed

Fix unused attribute parsing for Xcode 11 beta #25148

wants to merge 1 commit into from

Conversation

ex3ndr
Copy link

@ex3ndr ex3ndr commented Jun 4, 2019

Fixes crash when any native method with unused attribute is called

Summary

In latest Xcode 11 beta format of method signatures was changed a little and causes a crash for any method with unused attribute. This PR fixes the issue

Changelog

[iOS] [Fixed] - Xcode 11 beta runtime crash for methods with unused attribute.

Fixes crash when any native method with unused attribute is called
@ex3ndr ex3ndr requested a review from shergin as a code owner June 4, 2019 19:04
@react-native-bot react-native-bot added Bug Platform: iOS iOS applications. labels Jun 4, 2019
@facebook-github-bot
Copy link
Contributor

Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need the corporate CLA signed.

If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks!

@pull-bot
Copy link

pull-bot commented Jun 4, 2019

Messages
📖 📋 Missing Test Plan - Can you add a Test Plan? To do so, add a "## Test Plan" section to your PR description. A Test Plan lets us know how these changes were tested.

Generated by 🚫 dangerJS against ecb8cb5

@cpojer
Copy link
Contributor

cpojer commented Jun 4, 2019

Thanks! We are already landing the same fix in this PR: #25146

@cpojer cpojer closed this Jun 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Platform: iOS iOS applications.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants