-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For Sketch version 97, keep getting error message while spec exporting #103
Comments
Hi all, Mac OS = Monterey 12.3.1 version Logs: Thanks. |
Hi all, Thanks. Edit: I have narrowed the cause of the issue down to text boxes that contain 2 or more different colours in them. E.g. A text box that contains 2 words where 1 word is blue and the other word is black will cause the error. |
For those wondering, all of the errors mentioned in this thread are caused by various Sketch API bugs in Sketch 97.x. The first one ("fixGeometryWithOptions is not a function") has been fixed in 97.1 update some time ago, but the rest are still there as of version 97.2. I've reported the most obvious problem on the Sketch Forum and provided a link to the fixed version of the plugin that (AFAIK) works as expected with 97.x. Feel free to give it a try or just wait until Sketch 98 is out with all the fixes. And in case you're looking for the source code changes I've made – see here. |
Since Sketch had been updated to V.97, I keep getting error messages like below.
Error processing layer CA certificates are. TypeError: this._object.fixGeometryWithOptions is not a function. (In 'this._object.fixGeometryWithOptions(0)', 'this._object.fixGeometryWithOptions' is undefined)
Bold text in** is text layer. It wasn't happened before updating Sketch version.
My macOS is Monterey by the way.
The text was updated successfully, but these errors were encountered: