Migration from Capacitor 2.x to 3.x Error iOS: Thread 1: "-[__NSCFNumber isEqualToString:]: unrecognized selector sent to instance 0x93d35cc60a1b4601" #5182
Unanswered
eduboxgithub
asked this question in
General
Replies: 1 comment 1 reply
-
hard to tell with that little information, but I guess some plugin or custom code is getting a number where it expects a string and isEqualToString doesn't exist on numbers. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm only now migrating my apps to Capacitor 3.x.
I followed all the steps and tested the app on Android and everything seems to be ok.
Now i'm testing the app on iOS, but I'm getting a strange error.
The app builds from Xcode, is deployed to the device but when the app opens it crash on the splash screen.
In the Xcode I get the following error:
I'm not a native iOS developer, so I don't know exactly what could be wrong.
Any hint on what could be the problem?
I'm using macOS Catalina 10.15.7, xCode 12.2.
Beta Was this translation helpful? Give feedback.
All reactions