You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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: thekevinbrown/react-native-schemes-manager#1
I can confirm I'm able to reproduce in a clean install following the reproduction steps.
The text was updated successfully, but these errors were encountered: