TwilioVideoParticipantView crashing app on iOS 13 (& 13.1)
See original GitHub issueSteps to reproduce
- Using device on iOS 13+
- Connect video
- Render
<TwilioVideoParticipantView />
Expected behaviour
Remote video should display as normal. This same build is still working fine on iOS 12.2
Actual behaviour
App crashes, throwing this exception in Xcode:
Thread 1: EXC_BAD_INSTRUCTION (code=EXC_I386_INVOP, subcode=0x0)
Pointing to this line in ios/app/Supporting/main.m
:
return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
Environment
- Node.js version: v10.16.0
- React Native version: 0.58.9
- React Native platform + platform version: iOS 13+
react-native-twilio-video-webrtc
Version: “master”
Issue Analytics
- State:
- Created 4 years ago
- Comments:12 (7 by maintainers)
Top Results From Across the Web
Fixed iPhone Apps Keep Crashing After iOS 16.2 Update in ...
Stop your iPhone keeps restarting over and over using the below troubleshooting steps for all-time fix iPhone Apps Keep Crashing After iOS 16.2...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Great to hear that it worked out. If you wanna throw up a PR for that fork, I can take a look and get it into master.
@FrenchMajesty that fork was actually merged into master