Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.99 KB

BUILD_ISSUES.md

File metadata and controls

32 lines (25 loc) · 1.99 KB

Upgrading to the latest React Native version often leads to some build errors.

We provide the list of the issues that we have faced with and possible fixes for them.

RN 0.54 - iOS

  1. 'algorithm' file not found

  2. RCTSurfaceHostingView.h:12: Expected ‘)’

  3. 'fishhook/fishhook.h' not found

  4. 'RCTAnimation/RCTValueAnimatedNode.h' file not found

  5. xcrun: error: SDK "iphoneos" cannot be located on glog dependency install

    • Community solution: theos/theos#255
    • To fix this issue enviromenent setup should be changed:
      • run xcode-select -print-path
      • check the path printed
      • change it to /Applications/Xcode.app by running sudo xcode-select -switch /Applications/Xcode.app

Android build issues (not related to RN)

  1. more than one library with package name 'com.google.android.gms.license'