You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately I am not sure what is causing the crash so I can't get a minimum reproduction right now. It seems to stem from capacitor http logic, and only started after my SPM migration. When I test on cocoapods the problem does NOT reproduce. I will continue investigating.
For a full repro with my app, install setup https://github.com/aeharding/voyager with the "spm" branch. Login to multiple Lemmy accounts. Switch between the lemmy accounts by holding down on the "account" tab bar button and selecting the other account. You should see a crash.
If you would like some Lemmy accounts to test with, message me on Discord (@aeharding)
The text was updated successfully, but these errors were encountered:
Capacitor Version
β voyager git:(spm) npx cap doctor
π Capacitor Doctor π
Latest Dependencies:
@capacitor/cli: 6.2.0
@capacitor/core: 6.2.0
@capacitor/android: 6.2.0
@capacitor/ios: 6.2.0
Installed Dependencies:
@capacitor/cli: 6.2.0
@capacitor/core: 6.2.0
@capacitor/android: 6.2.0
@capacitor/ios: 6.2.0
[info] Using Gemfile: RubyGems bundle installed
[success] iOS looking great! π
[success] Android looking great! π
Other API Details
Platforms Affected
Current Behavior
On certain requests (it doesn't happen all the time, just certain requests) I get an app crash with the following trace to handleCapacitorHttpRequest:
This started happening after I migrated my project to SPM, specifically this PR: aeharding/voyager#1785
Expected Behavior
No crash
Project Reproduction
https://github.com/aeharding/voyager/tree/spm
Additional Information
Unfortunately I am not sure what is causing the crash so I can't get a minimum reproduction right now. It seems to stem from capacitor http logic, and only started after my SPM migration. When I test on cocoapods the problem does NOT reproduce. I will continue investigating.
For a full repro with my app, install setup https://github.com/aeharding/voyager with the "spm" branch. Login to multiple Lemmy accounts. Switch between the lemmy accounts by holding down on the "account" tab bar button and selecting the other account. You should see a crash.
If you would like some Lemmy accounts to test with, message me on Discord (@aeharding)
The text was updated successfully, but these errors were encountered: