CommunityToolkit / CommunityToolkit/Maui.NativeLibraryInterop
iOS native interop library not loaded
- Vorherrschende Sprache
- C#
- Sterne
- 249
- Forks
- 48
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
I'm trying to integrate an ios sdk in MAUI app. In this case the sdk that i want to use is https://github.com/stripe/stripe-terminal-ios.
## Steps i followed
- clone this repo
- open .xcodeproj and add the sdk, import the sdk from the xcode package manager
- add the `import StripeTerminal` in my .swift file
- compile the sample app
The compilation of the app causes no error but then i get a
```shell
Library not loaded: @rpath/StripeTerminal.framework/StripeTerminal
```
And the app crashes instantaneusly
Here is my code:
https://github.com/mattiaferrari02/maui-stripe-terminal-ios
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.