Crash with iOS9
zdesiree opened this issue · 4 comments
zdesiree commented
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.
jeanpimentel commented
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.
lfarah commented
@jeanpimentel would love for you to update your lib!
jeanpimentel commented
@lfarah next week I will have time to fix and improve this lib.
creatando commented
This is needed on Swift 3.