You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### DeviceUUID just hangs and does not log the uuid to the console ([#2](https://github.com/lazywei/react-native-device-uuid/issues/2)), thanks to [@irfaan](https://github.com/irfaan)
34
+
35
+
1. In XCode, in the project navigator, right click Libraries
36
+
2. Add Files to [your project's name]
37
+
3. Go to node\_modules
38
+
4. react-native-device-uuid and add the .xcodeproj file
39
+
5. In XCode, in the project navigator, select your project
40
+
6. Add the lib\*.a from the react-native-device-uuid project to your project's Build Phases - Link Binary With Libraries. Select the .a file.
41
+
7. Go to the Build Settings tab.
42
+
8. Make sure 'All' is toggled on (instead of 'Basic').
43
+
9. Look for Header Search Paths and make sure it contains both `$(SRCROOT)/../react-native/React` and `$(SRCROOT)/../../React` - mark both as recursive.
0 commit comments