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
Version of Mobile SDK Used: 12.2.0
Issue found in Native App or Hybrid App: Native App
OS Version: iOS 17.2
Device: iPhone 15 Pro Simulator (Also happening in all simulators and real devices)
Steps to reproduce: Login to app and go into background mode
Actual behavior: App is crashing
Expected Behavior: App shouldn't crash and function normal
After integrating the Intune SDK into our app, the app started crashing. I applied the fix mentioned in this pull request from a previous ticket #3767. That crash was resolved, but now a new crash has occurred. Please help.
Please fill out the following details:
Version of Mobile SDK Used: 12.2.0
Issue found in Native App or Hybrid App: Native App
OS Version: iOS 17.2
Device: iPhone 15 Pro Simulator (Also happening in all simulators and real devices)
Steps to reproduce: Login to app and go into background mode
Actual behavior: App is crashing
Expected Behavior: App shouldn't crash and function normal
After integrating the Intune SDK into our app, the app started crashing. I applied the fix mentioned in this pull request from a previous ticket #3767. That crash was resolved, but now a new crash has occurred. Please help.
Error Log:
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSDictionaryM setObject:forKeyedSubscript:]: key cannot be nil'
*** First throw call stack:
(
0 CoreFoundation 0x00007ff80049b761 __exceptionPreprocess + 242
1 libobjc.A.dylib 0x00007ff800063904 objc_exception_throw + 48
2 CoreFoundation 0x00007ff80050bfb6 -[__NSDictionaryM setObject:forKeyedSubscript:] + 1237
3 SalesforceSDKCommon 0x00000001098198e7 __47-[SFSDKSafeMutableDictionary setObject:forKey:]_block_invoke + 103
4 libdispatch.dylib 0x00000001091e7747 _dispatch_call_block_and_release + 12
5 libdispatch.dylib 0x00000001091e89f7 _dispatch_client_callout + 8
6 libdispatch.dylib 0x00000001091fb499 _dispatch_lane_concurrent_drain + 1559
7 libdispatch.dylib 0x00000001091f1679 _dispatch_lane_invoke + 461
8 libdispatch.dylib 0x00000001091eb239 _dispatch_queue_override_invoke + 797
9 libdispatch.dylib 0x00000001091fc7f1 _dispatch_root_queue_drain + 369
10 libdispatch.dylib 0x00000001091fd3b5 _dispatch_worker_thread2 + 277
11 libsystem_pthread.dylib 0x0000000109008c0f _pthread_wqthread + 257
12 libsystem_pthread.dylib 0x0000000109007bbf start_wqthread + 15
)
libc++abi: terminating due to uncaught exception of type NSException
The text was updated successfully, but these errors were encountered: