alunny / node-xcode

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

TypeError: Cannot read property 'replace' of undefined #97

Closed grabbou closed 8 years ago

grabbou commented 8 years ago
TypeError: Cannot read property 'replace' of undefined
        at unquoted (node_modules/xcode/lib/pbxFile.js:67:16)
        at detectGroup (node_modules/xcode/lib/pbxFile.js:104:39)
        at new pbxFile (node_modules/xcode/lib/pbxFile.js:173:18)

That used to work. Turns out the reason is that self = this before passing to detectGroup points to a global object.

bestander commented 8 years ago

@imhotep, could you please release 0.8.9 with that fix?

imhotep commented 8 years ago

@bestander done