I am building and then running my ionic app on ipod via xcode.
The ide is properly attached to an apple id that is registered for the apple develper program.
the app main screen shows up properly on the ipod.
However as soon as I click inside one of the text boxes which is essentially the username text box, the ide shows an error message.
Upon clicking the login button for further functionality does not provide an result.
The server app for this client app is running on the same mac and is a node.js server app.
by the way this setup works as long as I am running the ios-sim.
I am using the latest build of yosemite.
the output error is as follows:
2015-01-03 10:41:34.184 DineAwayApp[462:150909] DiskCookieStorage changing policy from 2 to 0, cookie file: file:///private/var/mobile/Containers/Data/Application/838997C2-94FF-47D6-B20A-63A4C087252E/Library/Cookies/Cookies.binarycookies
2015-01-03 10:41:34.514 DineAwayApp[462:150909] Apache Cordova native platform version 3.7.0 is starting.
2015-01-03 10:41:34.518 DineAwayApp[462:150909] Multi-tasking -> Device: YES, App: YES
2015-01-03 10:41:34.528 DineAwayApp[462:150909] Unlimited access to network resources
2015-01-03 10:41:35.224 DineAwayApp[462:150909] Resetting plugins due to page load.
2015-01-03 10:41:36.164 DineAwayApp[462:150909] Finished load of: file:///private/var/mobile/Containers/Bundle/Application/15AAC802-1610-4F12-B400-B8F58C7EB104/DineAwayApp.app/www/index.html#/tab/vendor
2015-01-03 10:41:38.076 DineAwayApp[462:150930] BSXPCMessage received error for message: Connection interrupted
Upon searching in google it seems as if though this is a generic app and is usually associated with some CIContext code which I am unable to find in the source generated by ionic for the ios app.
Any help would be appreciated.
Thanks.