1

I am new to ionic . I have written simple log statements like Console.log() , Alert() and $ionicPopup . nothing is working in Xcode . The same things are working in Android .

My question is how to implement this in Xcode (Version - 7.3.1).

Bindiya
  • 614
  • 2
  • 9
  • 23

1 Answers1

1

Main Problem was with plugging Cordova.js and ngCordova.js which was giving me an error . And also Xcode is not showing error or exceptions in ionic code . Also unable to debug , nothing can be traced . Now correcting my js files I am able to get alert , popups .

Bindiya
  • 614
  • 2
  • 9
  • 23