Honour icon indicating copy to clipboard operation
Honour copied to clipboard

Crash with iOS9

Open zdesiree opened this issue 9 years ago • 4 comments

Hey, thanks for the great library! It worked like a charm until today when I updated to iOS 9. My app is crashing with the following log output:

dyld: Library not loaded: @rpath/Honour.framework/Honour
  Referenced from: /private/var/mobile/Containers/Bundle/Application/6834122C-6D06-464B-B2C4-375E8890F3C0/highfive.app/highfive
  Reason: no suitable image found.  Did find:
    /private/var/mobile/Containers/Bundle/Application/6834122C-6D06-464B-B2C4-375E8890F3C0/highfive.app/Frameworks/Honour.framework/Honour: mach-o, but wrong architecture
    /private/var/mobile/Containers/Bundle/Application/6834122C-6D06-464B-B2C4-375E8890F3C0/highfive.app/Frameworks/Honour.framework/Honour: mach-o, but wrong architecture
    /private/var/mobile/Containers/Bundle/Application/6834122C-6D06-464B-B2C4-375E8890F3C0/highfive.app/Frameworks/Honour.framework/Honour: mach-o, but wrong architecture

I tried removing the app and rebuilding, but nothing seems to help.

Any ideas? Thanks.

zdesiree avatar Sep 18 '15 19:09 zdesiree

Hey @zdesiree. Thanks for this report. The library was designed with Swift 1.2 and iOS 8 and I didnt migrate yet to Swift 2.0. I will take a look soon.

jeanpimentel avatar Sep 18 '15 19:09 jeanpimentel

@jeanpimentel would love for you to update your lib!

lfarah avatar Aug 12 '16 23:08 lfarah

@lfarah next week I will have time to fix and improve this lib.

jeanpimentel avatar Aug 12 '16 23:08 jeanpimentel

This is needed on Swift 3.

creatando avatar Feb 12 '17 06:02 creatando