alunny / node-xcode

tools and utilities for working with xcode/ios projects
Apache License 2.0
225 stars 105 forks source link

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

Open thekevinbrown opened 7 years ago

thekevinbrown commented 7 years ago

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 commented 7 years ago

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

project.pbxproj.zip