-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Wrong value type of language parameter of SDLRegisterAppInterfaceResponse #1159
Comments
@mvyrko It would be really useful to see the
This is what I am assuming from the bugs you are reporting. Like I said, if you could set a breakpoint and get the actual |
Hello @NicoleYarroch, |
@NicoleYarroch Yes, It's true of all the bugs |
I believe the issue #1127 is releated with the same type of issue. |
@joeygrover kind of. This issue is about the root cause of #1127. The root cause wasn't fixed but the library was changed in the way to not perform a manager configuration update. |
@kshala-ford right, I'm adding for visibility that the issue is related to unexpected data being sent from core and causing a crash in the library. The solution was a band aid fix on the single parameter rather than a library wide solution as seen in the check that was added |
Bug Report
In function
- (void)didEnterStateRegistered
when we try to check condition[actualLanguage isEqualToEnum:desiredLanguage]
we crash with[__NSCFNumber isEqualToEnum:]: unrecognized selector sent to instance
Expected Behavior
No crash
Observed Behavior
Crash
OS & Version Information
Test Case, Sample Code, and / or Example App
The text was updated successfully, but these errors were encountered: