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
Maybe I am not using this feature correctly, but I am unable to get "images -> apply from folder" to work. I am trying to populate a set of thumbnails, and I selected four of them (four rectangles), and then ran the plugin, but nothing happened. I would expect to see a file dialog box to pop up where I could select a directory.
[NSArray arrayWithObjects] stopped working on 10.13. This is a bug caused by CocoaScript itself. Reference on: ccgus/CocoaScript#48 . Workaround this bug by using [NSArray arrayWithArray] instead.
Fixestimuric#175
Hi @timuric
Maybe I am not using this feature correctly, but I am unable to get "images -> apply from folder" to work. I am trying to populate a set of thumbnails, and I selected four of them (four rectangles), and then ran the plugin, but nothing happened. I would expect to see a file dialog box to pop up where I could select a directory.
When I run the console, I see this message:
default 18:58:46.217625 -0500 Sketch Exception: ObjC method arrayWithObjects: requires 1 argument, but JavaScript passed 5 arguments
default 18:58:46.217758 -0500 Sketch ObjC method arrayWithObjects: requires 1 argument, but JavaScript passed 5 arguments
Thanks
The text was updated successfully, but these errors were encountered: