Skip to content

Instantly share code, notes, and snippets.

@seiji
Created May 16, 2013 03:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seiji/5589113 to your computer and use it in GitHub Desktop.
Save seiji/5589113 to your computer and use it in GitHub Desktop.
一般的にはデフォルトの設定である
"Don't Create Position Independent Executables"NO
"Generate Position-Dependent Code", NO
であればPIE Binaryでビルドされるようです。
またiOS Deployment TargetiOS4.3未満(Xcode4.5未満)にした場合は上記の設定が効かない
> otool -vh test.app/Test
http://stackoverflow.com/questions/16455416/non-pie-binary-the-executable-project-name-is-not-a-position-independent-e/16457732#16457732
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment