From bbc9cc57ef9397150051e580de86ef44f95ad915 Mon Sep 17 00:00:00 2001 From: Zen-CODE Date: Fri, 14 Aug 2015 18:40:07 +0200 Subject: [PATCH] doc: revisions to sources/guide/packaging-ios.rst --- doc/sources/guide/packaging-ios.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/sources/guide/packaging-ios.rst b/doc/sources/guide/packaging-ios.rst index 4d0d7a806..c228ef837 100644 --- a/doc/sources/guide/packaging-ios.rst +++ b/doc/sources/guide/packaging-ios.rst @@ -8,9 +8,11 @@ Create a package for IOS .. note:: From the 4th march 2015, the toolchain for iOS has been rewritten. The - previous instructions doesn't work anymore. If you still want to use the - older version, try the old-toolchain tag in git. - The new version supports i386, x86_64, armv7, arm64 = it works on emulator. + previous instructions don't work anymore (using `build_all.sh`). We + strongly recommend you upgrade to the latest toochain which contains many + improvements, including support for i386, x86_64, armv7, arm64 and the + iOS emulators. If you must use the older version, try the old-toolchain + tag in git. .. note:: @@ -23,8 +25,6 @@ The overall process for creating a package for IOS can be explained in 4 steps: #. Create an Xcode project and link your source code #. Customize -This process has been tested with Xcode 6.1 - Prerequisites -------------