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 for iOS13 + XCode11 #7

Merged
merged 1 commit into from
Sep 23, 2019
Merged

fix for iOS13 + XCode11 #7

merged 1 commit into from
Sep 23, 2019

Conversation

lhong375
Copy link

@lhong375 lhong375 commented Sep 23, 2019

to work with iOS13, we need XCode11. to use XCode11, we need to fix a bug in RN ( < 0.59.8 )

or we will run into error like "Unknown argument type __attribute __ in method" when starting our app.

see this post for the bug:facebook#25138
this pr for the fix: https://github.com/facebook/react-native/pull/25146/files

tested with XCode11, build into iphoneX which I upgrade to use iOS13.

NOTE: I haven't tested with older version of XCode or older version if iOS, but the change seems safe to me.

when can we move back to official release of RN ? we do have another pr:https://github.com/ubiquity6/react-native/pull/1/files fix the same thing, it's just never merged.

… bug in RN0.5x.x.

or we will run into "Unknown argument type '__attribute__' in method" when start our app.
see this post for the bug:facebook#25138
this pr for the fix: https://github.com/facebook/react-native/pull/25146/files
Copy link

@matthova matthova left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💯 - 89 👍

@matthova matthova mentioned this pull request Sep 23, 2019
@matthova matthova merged commit 51b3e83 into master Sep 23, 2019
@matthova matthova deleted the linda/fix-for-XCode11-iOS13 branch September 23, 2019 18:54
@matthova matthova restored the linda/fix-for-XCode11-iOS13 branch September 24, 2019 14:49
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

Successfully merging this pull request may close these issues.

2 participants