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
XCode MainThread checker found an issue during connection into HU. The Issue is in function - (void)sendMobileHMIState in SDLProxy.m file. In this function there is called [UIApplication sharedApplication].applicationState; on the _receiveQueue workingQueue instead of Main Thread.
Reproduction Steps
Enable the MainThread checker in Xcode
Run the Application in debug mode
Connect the the HU and try to use the app
Expected Behavior
[UIApplication sharedApplication].applicationState; must be used from main thread only.
Observed Behavior
[UIApplication sharedApplication].applicationState; is used from other thread.
OS & Version Information
iOS Version: 11.1.1
SDL iOS Version: 5.1.0
Testing Against: [What you tested with to observe this behavior]
Bug Report
XCode MainThread checker found an issue during connection into HU. The Issue is in function - (void)sendMobileHMIState in SDLProxy.m file. In this function there is called [UIApplication sharedApplication].applicationState; on the _receiveQueue workingQueue instead of Main Thread.
Reproduction Steps
Expected Behavior
[UIApplication sharedApplication].applicationState; must be used from main thread only.
Observed Behavior
[UIApplication sharedApplication].applicationState; is used from other thread.
OS & Version Information
Test Case, Sample Code, and / or Example App
The text was updated successfully, but these errors were encountered: