-
Notifications
You must be signed in to change notification settings - Fork 308
Manual linking IOS
Maxime Mezrahi edited this page May 18, 2016
·
1 revision
- In XCode, in the project navigator, right click
Libraries➜Add Files to [your project's name] - Go to
node_modules➜react-native-spinkitand addRNSpinkit.xcodeproj - In XCode, in the project navigator, select your project. Add
libRNSpinkit.ato your project'sBuild Phases➜Link Binary With Libraries - Click
RNSpinkit.xcodeprojin the project navigator and go theBuild Settingstab. Make sure 'All' is toggled on (instead of 'Basic'). Look forHeader Search Pathsand make sure it contains both$(SRCROOT)/../react-native/Reactand$(SRCROOT)/../../React- mark both asrecursive.