XCode For iOS

Also see Mac Setup for Dev

Download locations (older versions aren't available in App Store)

To avoid having to verify the download on each open, run the command suggested in this post: https://apple.stackexchange.com/questions/216188/apps-not-opening-verifying

xattr -d com.apple.quarantine /Applications/app_name.app

Differences from Android development

  • Run XCode on a Mac to provide
    • Command-line build tools
    • App Signing (required to deploy onto device) via Provisioning Profiles
    • Required support libraries
  • Needed to have the Custom URL Scheme handled differently

Provisioning Profiles

Deployment

Debugging

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License