react-native-shine-button: dyld: Library not loaded: @rpath/libswiftCore.dylib Referenced from: /Users/stathis/Library/Developer/Xcode/DerivedData/zzzzxxxdddd-gxpbgcpggospzxavpqtfdhnkuaez/Build/Products/Debug-iphonesimulator/WCLShineButton.framework/WCLShineButton Reason: image not found (lldb)
I followed the installation instructions but i get this error:
dyld: Library not loaded: @rpath/libswiftCore.dylib
Referenced from: /Users/stathis/Library/Developer/Xcode/DerivedData/christian_tete-gxpbgcpggospzxavpqtfdhnkuaez/Build/Products/Debug-iphonesimulator/WCLShineButton.framework/WCLShineButton
Reason: image not found
(lldb)
Xcode version 9.2 (9C40b), iOS 11.2, iPhone 8 simulator, iPhone 7 real device
About this issue
- Original URL
- State: open
- Created 6 years ago
- Comments: 19 (8 by maintainers)
Thanks @efstathiosntonas for raising the issue.
Have you added WCLShineButton.framework in your app Embedded Binaries? Please follow below steps in order to add the same:
Add WCLShineButton.framework in Embedded Binaries & Linked Frameworks and Libraries. You can find this library from below path:
node_modules/react-native-shine-button/ios/WCLShineButton/WCLShineButton.xcodeprojLet me know in case it does not work.
Thanks Pranav