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.
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.