Skip to content

Instantly share code, notes, and snippets.

@resting
Last active October 11, 2018 08:03
Show Gist options
  • Save resting/587beae14899e432fbda09e5b8ecb76a to your computer and use it in GitHub Desktop.
Save resting/587beae14899e432fbda09e5b8ecb76a to your computer and use it in GitHub Desktop.
Xcode 10 compilation errors

Check: facebook/react-native#20774

If you get any file not found errors, and you're sure you could compile the project prior to upgrading to Xcode 10, try the following:

  1. Navigate to node_modules/react-native/third-party/glog-0.3.4
  2. ../../scripts/ios-configure-glog.sh
  3. Under Libraries (in workspace), select RCTWebSocket.xcodeproj.
  4. Remove and add back libfishhook.a under Build Phases > Link Binary With Libraries.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment