node-xcode icon indicating copy to clipboard operation
node-xcode copied to clipboard

SyntaxError: Expected "/*", "//", or "{" but "<" found.

Open thekevinbrown opened this issue 7 years ago • 1 comments

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.

thekevinbrown avatar Mar 22 '17 10:03 thekevinbrown

Here's the .pbxproj that it's having trouble parsing.

project.pbxproj.zip

thekevinbrown avatar Mar 22 '17 11:03 thekevinbrown