Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cordova iOS eye icon Crash #5561

Closed
flean opened this issue Apr 2, 2020 · 4 comments
Closed

Cordova iOS eye icon Crash #5561

flean opened this issue Apr 2, 2020 · 4 comments
Labels
invalid Issue is deemed to not apply / be feasible ios Issue related to the iPhone/iPad operating system

Comments

@flean
Copy link

flean commented Apr 2, 2020

Description

If I click on the eye icon in the upper right corner below the camera switch icon in iOS Cordova app using this plugin https://github.com/findmate/cordova-plugin-jitsi-meet it crashes my app

Besides that it works great.

As a temporary fix, if there is a way to disable that button I would love to know how.

Unless this is an easy fix, please advise. Thanks

2020-04-01 19:04:58.887840-0700 APP[19954:5325444] RCTStatusBarManager module requires that the                 UIViewControllerBasedStatusBarAppearance key in the Info.plist is set to NO
2020-04-01 19:04:58.889751-0700 APP[19954:5325595] *** Assertion failure in -[FBSSerialQueue assertOnQueue], /AppleInternal/BuildRoot/Library/Caches/com.apple.xbs/Sources/FrontBoardServices/FrontBoard-626.7/FrontBoardServices/FBSSerialQueue.m:98
2020-04-01 19:04:58.893 [fatal][tid:com.facebook.react.ProximityQueue] Exception 'threading violation: expected the main thread' was thrown while invoking setEnabled on target Proximity with params (
    1
)
2020-04-01 19:04:58.892797-0700 APP[19954:5325595] Exception 'threading violation: expected the main thread' was thrown while invoking setEnabled on target Proximity with params (
    1
)
2020-04-01 19:04:58.893672-0700 APP[19954:5325595] *** Terminating app due to uncaught exception 'RCTFatalException: Exception 'threading violation: expected the main thread' was thrown while invoking setEnabled on target Proximity with params (
    1
)', reason: 'Exception 'threading violation: expected the main thread' was thrown while ...'
*** First throw call stack:
(0x1bf150164 0x1bee64c1c 0x1bf03fbb8 0x1013c7cb4 0x1013cfa4c 0x1013da454 0x1013d9b60 0x1021f9d10 0x1021fb18c 0x102202968 0x102203580 0x10220f0f0 0x1bee57714 0x1bee5d9c8)
libc++abi.dylib: terminating with uncaught exception of type NSException
(lldb)

Environment details


meteor.js 1.10.1
Xcode 11.4
cordova-lib 9.0.1
cordova-ios 5.1.1
swift version 5

@saghul
Copy link
Member

saghul commented Apr 21, 2020

That plugin is using a 2 year old SDK. You need to tell them to upgrade, this has been fixed since.

@saghul saghul closed this as completed Apr 21, 2020
@TangXT
Copy link

TangXT commented Apr 29, 2020

@saghul Could you tell me In the New SDK,which codes be used to solve this bug??

@saghul
Copy link
Member

saghul commented Apr 29, 2020

This was the commit which fixed it: 070a34e

@TangXT
Copy link

TangXT commented Apr 29, 2020

@saghul I got it,but thank you all the same

@luixxiul luixxiul added ios Issue related to the iPhone/iPad operating system invalid Issue is deemed to not apply / be feasible labels May 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid Issue is deemed to not apply / be feasible ios Issue related to the iPhone/iPad operating system
Projects
None yet
Development

No branches or pull requests

4 participants