ackerleytng opened a new issue, #125:
URL: https://github.com/apache/cordova-node-xcode/issues/125
If parsing fails, will `project.hash.objects` be undefined? Has anyone had
any experience with `project.hash.objects` being undefined? This is a react
native project.
```
const project =
pbxProject('ios/MyApp.xcodeproj/project.pbxproj').parseSync();
console.log({
project, // ok
hash: project.hash, // ok
objects: project.hash.objects // undefined
})
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]