Reputation: 3330
I am working with ionic,ionic serve and cordova run android both are working fine on the browser and on my android device properly. But cordova emulate ios starts the app shows the splash for like 2 seconds and then closes. I have tried updating my plugins. Then remove ios and cordova add platform [email protected] the latest version available. The problem is still there. Would be very helpful if someone can help me fivure out the issue. Thanks in advance.
Upvotes: 0
Views: 700
Reputation: 3330
Finally it worked! with, if anyone else facing the same problem. The latest version @ios4.4.0 seems to be causing the error. try with this version:
ionic cordova platform add [email protected]
Upvotes: 1