I have been working through the thinkster tutorial on ionic and ran into a problem. Essentially, the build failed when running:
$ ionic emulate ios -1
The reason being it stated it expected a 6.x version of XCode. Rather than 7. I ended up uninstalling XCode 7 and installing 6.4. At which point it worked fine.
Does anyone know if ionic are looking to resolve this issue so that we can use XCode 7?