Skip to content

Instantly share code, notes, and snippets.

@vinaykr
Created November 30, 2015 00:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vinaykr/70c0286d8d18e1dce710 to your computer and use it in GitHub Desktop.
Save vinaykr/70c0286d8d18e1dce710 to your computer and use it in GitHub Desktop.
Vinays-Mac-Book-Pro:ink vinay$ fuse import ink1.sketch --overwrite-app
Analyzing ink1.sketch. This can take a while if the file is big.
Analyzing file structure...
Extracting font: Avenir Next Regular
Extracting font: Helvetica Neue
Extracting font: Helvetica Neue Light
Extracting image: ink1.Main__4.Top_Bar.Status_Bar_white.Battery.Shape
Extracting image: ink1.Main__4.Top_Bar.Status_Bar_white.Battery.Shape_0
Extracting image: ink1.Main__4.Top_Bar.Status_Bar_white.Battery.Shape_1
Extracting image: ink1.Main__4.Top_Bar.Status_Bar_white.Blutooth
Extracting image: ink1.Main__4.Top_Bar.Status_Bar_white.Signal.Wifi
Extracting image: ink1.Main__4.Top_Bar.Status_Bar_white.Signal.Signal
Extracting image: ink1.Main__4.Top_Bar.Menu_Burger
Extracting image: ink1.Main__4.Top_Bar.Ink_Logo
Extracting image: ink1.Main__4.Top_Bar.Search_Icon
Extracting image: ink1.Main__4.Top_Bar.Top_Bar
Unhandled Exception:
Microsoft.CSharp.RuntimeBinder.RuntimeBinderException: `SketchImporter.JSON.DynamicDictionary' does not contain a definition for `NSFontNameAttribute'
at (wrapper dynamic-method) object.CallSite.Target (System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,object) <0x00103>
at SketchImporter.TextLayer.get_FontHandleIdentifier () <0x00532>
at SketchImporter.TextLayer.Emit (SketchImporter.UXBuilder) <0x00017>
at SketchImporter.ParentLayer.EmitChildren (SketchImporter.UXBuilder) <0x0005d>
at SketchImporter.ParentLayer.Emit (SketchImporter.UXBuilder) <0x0006b>
at SketchImporter.ParentLayer.EmitChildren (SketchImporter.UXBuilder) <0x0005d>
at SketchImporter.ParentLayer.Emit (SketchImporter.UXBuilder) <0x0006b>
at SketchImporter.Page.EmitChildren (SketchImporter.UXBuilder) <0x0004d>
at SketchImporter.ParentLayer.Emit (SketchImporter.UXBuilder) <0x0006b>
at SketchImporter.Document.Emit (SketchImporter.UXBuilder) <0x0002e>
at SketchImporter.Program.ProcessSketchFile (string,string,string,double[]) <0x0031b>
at SketchImporter.Program.Main (string[]) <0x00483>
[ERROR] FATAL UNHANDLED EXCEPTION: Microsoft.CSharp.RuntimeBinder.RuntimeBinderException: `SketchImporter.JSON.DynamicDictionary' does not contain a definition for `NSFontNameAttribute'
at (wrapper dynamic-method) object.CallSite.Target (System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,object) <0x00103>
at SketchImporter.TextLayer.get_FontHandleIdentifier () <0x00532>
at SketchImporter.TextLayer.Emit (SketchImporter.UXBuilder) <0x00017>
at SketchImporter.ParentLayer.EmitChildren (SketchImporter.UXBuilder) <0x0005d>
at SketchImporter.ParentLayer.Emit (SketchImporter.UXBuilder) <0x0006b>
at SketchImporter.ParentLayer.EmitChildren (SketchImporter.UXBuilder) <0x0005d>
at SketchImporter.ParentLayer.Emit (SketchImporter.UXBuilder) <0x0006b>
at SketchImporter.Page.EmitChildren (SketchImporter.UXBuilder) <0x0004d>
at SketchImporter.ParentLayer.Emit (SketchImporter.UXBuilder) <0x0006b>
at SketchImporter.Document.Emit (SketchImporter.UXBuilder) <0x0002e>
at SketchImporter.Program.ProcessSketchFile (string,string,string,double[]) <0x0031b>
at SketchImporter.Program.Main (string[]) <0x00483>
fuse: Import failed: An error occurred
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment