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
We are attempting to stop the proxy when a Lincoln branded app attempts to appear on a Ford unit (and vice versa) by using [self.manager stop], which causes a crash.
Reproduction Steps
Insert the following into the didReceiveRegisterAppInterfaceResponse method. In this example I was using the hello_sdl_ios project.
if (![response.vehicleType.make isEqualToString:@"Lincoln"]) {
[self.manager stop];
}
Run the app.
Expected Behavior
The expected action would be the app attempting to open on the TDK and then immediately closing.
Observed Behavior
The app crashes with the error message 'Invalid state machine SDLStateMachine transition of target SDLFileManager occurred from Shutdown to StartupError'
OS & Version Information
iOS Version: 11.1.1
SDL iOS Version: 5.0.0-rc.2
Testing Against: Using TDK with Relay and connecting with USB.
Bug Report
We are attempting to stop the proxy when a Lincoln branded app attempts to appear on a Ford unit (and vice versa) by using
[self.manager stop]
, which causes a crash.Reproduction Steps
didReceiveRegisterAppInterfaceResponse
method. In this example I was using the hello_sdl_ios project.Expected Behavior
The expected action would be the app attempting to open on the TDK and then immediately closing.
Observed Behavior
The app crashes with the error message
'Invalid state machine SDLStateMachine transition of target SDLFileManager occurred from Shutdown to StartupError'
OS & Version Information
Crash Log.txt
The text was updated successfully, but these errors were encountered: