ios - Swift compiler error on Xcode 6 -


i have problems swift compiler: created new project ios on latest xcode 6 , tried build - recieved 2 errors viewcontroller.swift , appdelegate.swift.

<unknown>:0: error: unable execute command: segmentation fault: 11 <unknown>:0: error: swift frontend command failed due signal (use -v see invocation) <unknown>:0: error: unable execute command: bus error: 10  <unknown>:0: error: swift frontend command failed due signal (use -v see invocation) 

i can post full logs if if necessary.

what should do? thanks.

i have faced similar issue while working swift project. found this on apple support website. says type of error occurs when tried access non-existent/inaccessible memory address. solve issue can quit unused applications or restart mac you.


Comments

Popular posts from this blog

Python Kivy ListView: How to delete selected ListItemButton? -

asp.net mvc 4 - A specified Include path is not valid. The EntityType '' does not declare a navigation property with the name '' -