add remarks for iOS tutorial
authorStevenPuttemans <steven.puttemans@kuleuven.be>
Fri, 20 Feb 2015 13:28:03 +0000 (14:28 +0100)
committerStevenPuttemans <steven.puttemans@kuleuven.be>
Fri, 20 Feb 2015 13:30:11 +0000 (14:30 +0100)
doc/tutorials/ios/hello/hello.markdown

index 51dd8cc..5a499c3 100644 (file)
@@ -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.