Run ionic platform add ios and ionic build ios. Then open the Xcode project in the myApp/platforms/ios folder (make sure the Xcode project has the same name as your project, sometimes I need to run ionic build ios twice the first time around for an app). Running it through the simulator via Xcode with the play button in the top left.
Thanks for the help. I figured out what my issue was. I was running the emulator using sudo as if I ran it without sudo I was having permission issues.
After I ran ‘sudo chown -R $(whoami) ~/Desktop/myproject’ it solved my issue and the emulator is now working as expected.