-
Created new ionic project using CLI : $ ionic start MyIonicProject tutorial ; having simple two text fields in single html page
-
Installed NPM to get the latest version of npm in project : $ npm install
-
Added platform ios using MAC : $ ionic cordova platform add ios
-
Build the code for ios using : $ ionic cordova build android
-
Got the successful build after step 4 command!
-
Opened the code in mac using xcode
-
Configured the build settings and profiling settings
-
Run the code on ios simulator/ registered device
-
App initiates with the html page with textfields but unable to type on those text fields and getting log :
- “Snapshotting a view that has not been rendered results in an empty snapshot. Ensure your view has been rendered at least once before snapshotting or snapshot after screen updates”