Skip to content

Instantly share code, notes, and snippets.

@RidaRidss
Last active October 26, 2017 07:28
Show Gist options
  • Save RidaRidss/53a3ec264adf50a2d3cc7432c1dfb70d to your computer and use it in GitHub Desktop.
Save RidaRidss/53a3ec264adf50a2d3cc7432c1dfb70d to your computer and use it in GitHub Desktop.
Got an Error : " Linking SDK with IOS " : while Building react-native On IOS
This error means you are missing some library while rebuilding react-native ios , show below link
https://github.com/facebook/react-native/blob/master/.github/ISSUE_TEMPLATE.md
this an reproduction error , check comparasion of your links and your package.json by using below command
react-native link
Remove unwanted library from package.json and unlink it using below command
react-native unlink "library_name"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment