react-native-pinch
react-native-pinch copied to clipboard
.xcodeproj cannot be opened because the project file cannot be parsed
iOS HEADER_SEARCH_PATHS
in project.pbxproj
incompatible with react-native-navigation
.
Before:
HEADER_SEARCH_PATHS = "$(SRCROOT)/../node_modules/react-native-navigation/ios/**""$(SRCROOT)/../node_modules/react-native-pinch/RNPinch";
Fix:
HEADER_SEARCH_PATHS = ("$(SRCROOT)/../node_modules/react-native-navigation/ios/**","$(SRCROOT)/../node_modules/react-native-pinch/RNPinch");