CommunityToolkit / CommunityToolkit/Maui.NativeLibraryInterop
iOS native interop library not loaded
- 主要言語
- C#
- スター
- 249
- フォーク
- 48
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
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
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
Start by reproducing the crash in the sample app and inspect the .xcodeproj, the Swift file containing the StripeTerminal import, and the native SDK integration steps. Check when the StripeTerminal.framework becomes unavailable at runtime; done means the sample app launches without the Library not loaded error.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- csharp, ios, swift
- 領域
- mobile-dev
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100