Changes between Version 78 and Version 79 of Getting-Started/iPhone
- Timestamp:
- Jul 28, 2015 7:15:50 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Getting-Started/iPhone
v78 v79 210 210 You need to compile separately for each architecture. If your iPhone SDK has '''{{{llvm-gcc}}}''' compiler (which is the supported compiler starting iOS SDK 5) or '''{{{clang}}}''', then you need to set '''{{{ARCH}}}''' environment variable to the desired architecture before running {{{configure-iphone}}}, for example: 211 211 {{{ 212 export ARCH ="-arch armv6"212 export ARCH="-arch armv6" 213 213 }}} 214 214