objective c - iOS Crash : libswiftAssetsLibrary.dylib not loaded -


when tried run app on simulator, run fine. when try run on device (iphone 6, ios 8.1), crashes instantly.

it happens on macmini, , not on macbook pro. both running yosemite xcode 6.1.

here log :

exception type:  exc_breakpoint (sigtrap) exception codes: 0x0000000000000001, 0x00000000e7ffdefe triggered thread:  0  dyld error message:   library not loaded: @rpath/libswiftassetslibrary.dylib   referenced from: /private/var/mobile/containers/bundle/application/03823de6-b2fd-4a2d-b03f-3770d433cbca/lima.app/lima   reason: no suitable image found.  did find: /private/var/mobile/containers/bundle/application/03823de6-b2fd-4a2d-b03f-3770d433cbca/lima.app/frameworks/libswiftassetslibrary.dylib: mmap() error 1 @ address=0x00871000, size=0x00004000 segment=__text in segment::map() mapping /private/var/mobile/containers/bundle/application/03823de6-b2fd-4a2d-b03f-3770d433cbca/lima.app/frameworks/libswiftassetslibrary.dylib   dyld version: 353.5 

what tried , doesn't work :

  • changing runpath search paths build setting @executable_path/frameworks
  • go project build settings , set embedded content contains swift code flag yes
  • regenerating certificate , mobileprovision

nothing worked.

thanks !

i fix same issue revoking old certificate , create new one.


Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -