Skip to content

Fix Xcode 10 beta 1 issues with compiling React Native apps

License

Notifications You must be signed in to change notification settings

HuangZhe007/react-native-fix-xcode-10

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-native-fix-xcode-10

Fixes issues with compiling React Native 0.55.4 apps on XCode 10

Update

Xcode 10 release and RN 0.57.0 seem to obviate the need for this package. Here's hoping everyone gets a better build experience!

Usage

yarn add rhdeck/react-native-fix-xcode-10
open ios/*.xcodeproj
# run the project
# FAIL!
react-native fix-xcode
# run the project again
# Fail? run it again
react-native fix-xcode
# run the project again
# SUCCESS!

You only need to do this when first spinning up the project, or if yarn decides to "reset" your node_modules which it often does after another add command.

Here's hoping this is only necessary for a few days.

About

Fix Xcode 10 beta 1 issues with compiling React Native apps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%