xcode gm ios 8 gm swift today extension crash in simulator and device: Library not loaded: @rpath/libswiftCore.dylib xcode gm ios 8 gm swift today extension crash in simulator and device: Library not loaded: @rpath/libswiftCore.dylib swift swift

xcode gm ios 8 gm swift today extension crash in simulator and device: Library not loaded: @rpath/libswiftCore.dylib


Build settings -> "Embeded content contains Swift Code" -> YES seems to do the trick.

Thanks @dlinsin on twitter

If still not working check this too:https://stackoverflow.com/a/25247890/2184338

mine is:runpath search paths

edit:if still still not:

  • Check "runpath search paths"
  • Check Linked Frameworks (I only have NotificationCenter.framework inmy case)
  • Product->clean
  • Restart xcode
  • Restart machine
  • Check provisioning and signature


I also met this problem, but Build settings -> "Embeded content contains Swift Code" -> YES invalid