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
You moved dictionary from code into plist file.
But key "code" in plist is now of type Number which you try to assign to NSString. It definitely is wrong.
The text was updated successfully, but these errors were encountered:
You are right. This is bad naming convention. However, memory is only allocated during runtime so it doesn't really matter what the object type says in the plist. I will try to see if I can fix it. I'm also open to pull requests fixing this.
You moved dictionary from code into plist file.
But key "code" in plist is now of type Number which you try to assign to NSString. It definitely is wrong.
The text was updated successfully, but these errors were encountered: