From ea54c011254fe23da495069b76b488b2483027c1 Mon Sep 17 00:00:00 2001 From: StevenPuttemans Date: Fri, 20 Feb 2015 14:28:03 +0100 Subject: [PATCH] add remarks for iOS tutorial --- doc/tutorials/ios/hello/hello.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/tutorials/ios/hello/hello.markdown b/doc/tutorials/ios/hello/hello.markdown index 51dd8cc..5a499c3 100644 --- a/doc/tutorials/ios/hello/hello.markdown +++ b/doc/tutorials/ios/hello/hello.markdown @@ -51,3 +51,11 @@ Output ------ ![](images/output.png) + +Changes for XCode5+ and iOS8+ +----------------------------- + +With the newer XCode and iOS versions you need to watch out for some specific details + +- The *.m file in your project should be renamed to *.mm. +- You have to manually include AssetsLibrary.framework into your project, which is not done anymore by default. -- 2.7.4