react-native-isDeviceRooted icon indicating copy to clipboard operation
react-native-isDeviceRooted copied to clipboard

where to Update the header search paths

Open gouravsood opened this issue 7 years ago • 1 comments

Hi,

For the installation of this Library, ReadMe suggest in Step 4 to add header search paths for RNIsDeviceRooted.xcodeproj. Location suggest react-native-is-device-rooted/ios/Pods/Headers/Public/UIDevice-PasscodeStatus which doesn't exist in node_modules or in Pods folder under {ReactNativeProject}/ios directory. Can you please confirm where these changes needs to be done?

Click RNIsDeviceRooted.xcodeproj in the project navigator and go the Build Settings tab. Make sure 'All' is toggled on (instead of 'Basic'). Look for Header Search Paths and make sure it contains the following and all marked as recursive:

$(SRCROOT)/../../React
$(SRCROOT)/../../react-native/React
${SRCROOT}/../../react-native-is-device-rooted/ios/Pods/Headers/Public
${SRCROOT}/../../react-native-is-device-rooted/ios/Pods/Headers/Public/UIDevice-PasscodeStatus


gouravsood avatar Nov 07 '18 04:11 gouravsood

same issue facing

siddharthanelango avatar Aug 29 '22 11:08 siddharthanelango