ios - All values are null when adding Arm64 Support -


i have been receiving same warning when updating application store mentioning application require add arm64 architecture before june.

when tried add arm64 architecture in last update, application crashed store. same thing happened when tried build in release mode in edit scheme.

after debugging noticed values nil, when reading nsuserdefaults return nil values.

what should solve issue able update application later on? why values returning nil when adding arm64 architecture?

thank help. regards


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -