Even André Fiskvik
Even André Fiskvik
I have the same problem, tried running with/without debugger, simulator, device etc. Are anyone able to get crash reports off the Apple Watch?
@jostster I'm using the following logic to trigger a crash on the device: ``` let something = 30 / divisionByZero ``` Where `divisionByZero` is a defined variable set to 0....
@jostster Debugger detached: yes. My approach is to detach the debugger, then launch the Apple Watch app again through the debugger to check if it has a crash reported. Tried...
@jostster I'm using Crashlytics from CocoaPods, I can try to see if it works any better by using SPM. Which version are you currently at just to check that? When...
@michaello it's great that you have provided a sample code. It would be more helpful if you provided some guidelines on how to test the crash using it and push...
@michaello Thanks @jostster No progress from my side, I don't know what to try next. Could you push the changes to a fork or something so I can see if...
@jostster Sorry for asking, but would you be able to provide a code change that leads to a crash in the example project just so we can test and verify...
@long1eu What redirect URI protocol are you using? a custom scheme or a https universal link? If it's the latter, it could possibly be related issue #367
@sjmerel The problem is probably not in this code in that case. The code you mentioned is only called as long as you are properly forwarding the URL to the...
Is anyone using universal links in production for native apps, I haven't been able to find any examples and I'm struggling a lot with it myself. It works fine the...