Commit 1502970
committed
fix(capacitor-ios): bypass reject() entirely, call errorHandler directly
reject() is a Swift extension method that the SPM precompiled
xcframework doesn't export at all. Call the ObjC errorHandler property
with CAPPluginCallError directly instead.1 parent 400f77d commit 1502970
1 file changed
Lines changed: 2 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
377 | 377 | | |
378 | 378 | | |
379 | 379 | | |
380 | | - | |
| 380 | + | |
381 | 381 | | |
382 | | - | |
383 | | - | |
384 | | - | |
385 | | - | |
| 382 | + | |
386 | 383 | | |
387 | 384 | | |
388 | 385 | | |
| |||
0 commit comments