node-xcode
node-xcode copied to clipboard
SyntaxError: Expected "/*", "//", or "{" but "<" found.
Hello!
We're using this library in a project called react-native-schemes-manager which is a utility to help manage XCode projects in React Native applications.
A user of mine hit this issue with the Pods.xcodeproj/project.pbxproj
file from CocoaPods. For now I'm going to work around this by ignoring that particular file (Because we don't need to directly manipulate it anyway) but it'd be ideal if node-xcode could handle parsing this file.
Great reproduction steps are on the original issue: https://github.com/Thinkmill/react-native-schemes-manager/issues/1
I can confirm I'm able to reproduce in a clean install following the reproduction steps.