Hybrid mobile app for TopCoder Open using Ionic.
The app was originally built using the sidemenu starter project.
Ionic uses PhoneGap under the hood. Ionic has a good "Getting Started" doc to get everthing installed and running.
I encountered the following error when running ionic build ios
Details: Unable to get message category info for tool '/usr/bin/llvm-gcc-4.2'.
Reason: i686-apple-darwin11-llvm-gcc-4.2: no input files
So I added the following to my profile per this issue:
export CC=/usr/bin/clang