I created a new react native 0.60.5
project called iostest
with react native init, opened 'iostest.xcworkspace', clicked run and got - Build Failed:
/Users/ronsivan/Desktop/iostest/node_modules/react-native/Libraries/LinkingIOS/RCTLinkingManager.h:10:9: 'UIKit/UIUserActivity.h' file not found
I've tried deleting node_modules
and npm install
, reinstalling cocoapods didn't work.
I'm running hackintosh with macOS High Sierra 10.13.6 and Xcode 9.4. React Native documentation says that developing requires Xcode 9.4 or newer but this doesn't seem to be reliable.