jzau / fpingx

A swift wrapper of fping which is a high performance ping tool
Other
6 stars 2 forks source link

dyld: Library not loaded #1

Closed Laban1 closed 4 years ago

Laban1 commented 4 years ago

Hello,

I just added fpingx to an existing projects (using Carthage). It builds fine, but when trying to run / link, the app now crashes with:

dyld: Library not loaded: @rpath/fpingx.framework/fpingx Referenced from: /Users/joe/Library/Developer/CoreSimulator/Devices/BF370471-BAF6-4803-B8B7-AFB51A361441/data/Containers/Bundle/Application/FC8736B5-85E1-41AE-A2F9-F75E5D3BAC32/SomeApp.app/SomeApp Reason: image not found (lldb)

I have been using several other 3rd-party libraries via Carthage for years and never had this issue until now. It works fine if I remove fpingx.

Xcode version 10.3, Swift 5

Help would be appreciated.

Thanks.

Laban1 commented 4 years ago

Bump...

jzau commented 4 years ago

Hey @Laban1 , did you add it here?

image

Laban1 commented 4 years ago

Hey @jzau,

Sorry for the looong delay, just saw your response above. No, I had missed that. I added that and it works fine now!

Thanks.