Symbol error ios

Hello,

I have problems with cycles in the iOS platform.
When I cycle this is changed to Symbol.iterator and application buster
The versions I have are the following:
@angular/common -> 2.0.0-rc.3
@angular/compiler -> 2.0.0-rc.3
@angular/core -> 2.0.0-rc.3
@angular/http -> 2.0.0-rc.3
@angular/platform-browser -> 2.0.0-rc.3
@angular/platform-browser-dynamic -> 2.0.0-rc.3
@angular/router -> 2.0.0-rc.2
es6-shim -> 0.35.1
ionic-angular -> 2.0.0-beta.9
ionic-native -> 1.2.4
reflect-metadata -> 0.1.3
rxjs -> 5.0.0-beta.6
zone.js -> 0.6.12

Thanks

Have you tried using the recommended angular versions? Always make sure that whatever problems you run into are not caused by rogue upgrades of dependencies.

2 Likes

Looks like you tried to upgrade to NG2 RC3, but still use ionic-angular beta 9.

The miss-match here will likely cause problems.
Upgrade to beta10 of ionic angular to be able to use ng2 rc3

1 Like

Thanks @rapropos and @mhartington effectively the bugs had originated in the versions of the modules, upgrade the beta again with the list presented in https://github.com/driftyco/ionic/blob/master/CHANGELOG.md and now I It’s working correctly.

Do not speak English, I hope you have made me understand, again thanks