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
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-PasscodeStatuswhich doesn't exist in node_modules or in Pods folder under{ReactNativeProject}/iosdirectory. Can you please confirm where these changes needs to be done?