benlau / sketchqml

Export to a QML in SketchApp
19 stars 4 forks source link

Exception Error #1

Open mojtabajml opened 6 years ago

mojtabajml commented 6 years ago

I got this error when I try to export:

{
    column = 60;
    line = 124;
    sourceURL = "/Users/applr/Library/Application Support/com.bohemiancoding.sketch3/Plugins/SketchQML.sketchplugin/Contents/Sketch/uiform.cocoascript";
}
benlau commented 6 years ago

What is your sketch version?

jperals commented 6 years ago

Same here —I tried the plugin against several artboards of Sketch's Elements UI Kit and I always get exactly the same error with the same column and line numbers as @mojtabajml. If I create a new document with just a simple artboard and one rectangle in it, then the column and line numbers change to 26 and 86 respectively.

Using Sketch version 48.2 (latest).

raw-motion commented 6 years ago

I'm running Sketch v49 and I get the error. When I open up qml.cocoascript, there's only 15 lines in there, so I'm not even sure where to look for this error.


{
    column = 26;
    line = 86;
    sourceURL = "/Users/ryan.west/Library/Application Support/com.bohemiancoding.sketch3/Plugins/SketchQML.sketchplugin/Contents/Sketch/qml.cocoascript";
}
simonemarcarino commented 6 years ago

Same here. Using Sketch version 50.2

{ column = 60; line = 124; sourceURL = "/Users/SSS/Library/Application Support/com.bohemiancoding.sketch3/Plugins/SketchQML.sketchplugin/Contents/Sketch/qml.cocoascript"; }