paypal / paypal-here-sdk-ios-distribution

Add credit card (tap, insert, swipe & key-in) capabilities to your iOS app
Other
81 stars 91 forks source link

XCFramework files have linking issues #377

Open Corydeeee opened 1 year ago

Corydeeee commented 1 year ago

I have been trying to use the XCFramework files with Swift Package manager to bundle up the libraries into a package. The problem is that the XCFramework files do not have a module for RUA_BLE, and that module along with its header files are not visible to my project. I have tried every means to get this working, is there an example I can look at that imports RUA_BLE as a module from the XCFramework file?