sketch-toolbar-item icon indicating copy to clipboard operation
sketch-toolbar-item copied to clipboard

Maximum call stack size exceeded in `xcodeproj-loader`

Open romannurik opened this issue 5 years ago • 3 comments

I see @skpm/xcodeproj-loader in devDependencies ... should it be in dependencies? I'm getting build errors when trying to bring in this lib :-/

romannurik avatar Sep 20 '19 19:09 romannurik

Upgrading @skpm/builder from ^0.5.16 to ^0.7.4 helped, but now I get RangeError: Maximum call stack size exceeded in @skpm/xcodeproj-loader ... troubleshooting.

romannurik avatar Sep 20 '19 20:09 romannurik

Seems like xcodeproj-loader is looking for a .xcodeproj or .xcworkspace and not finding it 🤷‍♂

romannurik avatar Sep 20 '19 20:09 romannurik

Looks like an issue with later versions of @skpm/xcodeproj-loader

This seemed to fix it: npm uninstall @skpm/xcodeproj-loader --save Then: npm install @skpm/[email protected] --save

LukeFinch avatar Oct 04 '19 10:10 LukeFinch