-
Notifications
You must be signed in to change notification settings - Fork 300
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-spinkit
and addRNSpinkit.xcodeproj
- In XCode, in the project navigator, select your project. Add
libRNSpinkit.a
to your project'sBuild Phases
➜Link Binary With Libraries
- Click
RNSpinkit.xcodeproj
in the project navigator and go theBuild Settings
tab. Make sure 'All' is toggled on (instead of 'Basic'). Look forHeader Search Paths
and make sure it contains both$(SRCROOT)/../react-native/React
and$(SRCROOT)/../../React
- mark both asrecursive
.