Skip to content

Instantly share code, notes, and snippets.

@matteyeux
Created March 12, 2016 09:33
Show Gist options
  • Save matteyeux/002e323280f3eab46e7a to your computer and use it in GitHub Desktop.
Save matteyeux/002e323280f3eab46e7a to your computer and use it in GitHub Desktop.
SDK=iPhoneOS9.0.sdk
export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk
#XCODE_DEVELOPER_USR_PATH=/Developer # don't really need this..
gcc -arch armv7 # or -arch arm64
-framework IOKit -framework CoreFoundation \
-F /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/$SDK/System/Library/Frameworks \
-I /Developer/Platforms/iPhoneOS.platform/DeviceSupport/Latest/Symbols/usr/include \
-L /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/$SDK/usr/lib
-L /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/$SDK/usr/lib/system $*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment