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
I am using the SalesforceMobileSDK-iOS, and everything works fine initial run. However, when I change the environment to Production by tapping the gear icon on the login screen, the app crash. The app crashes with the following error:
Steps to reproduce:
Launch the app.
On Login Screen Tap the gear icon and change the environment to Production.
The app crashes with the following error:
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSDictionaryM setObject:forKeyedSubscript:]: key cannot be nil'
Version of Mobile SDK Used: 11.1.0
Issue found in Native App or Hybrid App: Native iOS App (Swift)
OS Version: 17.0
Device: Simulator iphone 15 Pro.
Actual behavior: The app crashes with an uncaught exception when trying to set a nil value in a dictionary, likely due to missing or incorrect configuration for the Production environment.
Expected Behavior: The app should successfully switch to Production without crashing.
Error Log: *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSDictionaryM setObject:forKeyedSubscript:]: key cannot be nil'
The text was updated successfully, but these errors were encountered:
I am using the SalesforceMobileSDK-iOS, and everything works fine initial run. However, when I change the environment to Production by tapping the gear icon on the login screen, the app crash.
The app crashes with the following error:
Steps to reproduce:
Launch the app.
On Login Screen Tap the gear icon and change the environment to Production.
The app crashes with the following error:
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSDictionaryM setObject:forKeyedSubscript:]: key cannot be nil'
Version of Mobile SDK Used: 11.1.0
Issue found in Native App or Hybrid App: Native iOS App (Swift)
OS Version: 17.0
Device: Simulator iphone 15 Pro.
Actual behavior: The app crashes with an uncaught exception when trying to set a nil value in a dictionary, likely due to missing or incorrect configuration for the Production environment.
Expected Behavior: The app should successfully switch to Production without crashing.
Error Log: *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSDictionaryM setObject:forKeyedSubscript:]: key cannot be nil'
The text was updated successfully, but these errors were encountered: