add remarks for iOS tutorial
authorStevenPuttemans <steven.puttemans@kuleuven.be>
Fri, 20 Feb 2015 13:25:14 +0000 (14:25 +0100)
committerStevenPuttemans <steven.puttemans@kuleuven.be>
Fri, 20 Feb 2015 14:14:36 +0000 (15:14 +0100)
doc/tutorials/ios/hello/hello.rst

index a7ca1f6..f0c1e0d 100644 (file)
@@ -73,3 +73,13 @@ Now we will learn how to write a simple Hello World Application in Xcode using O
 .. image:: images/output.png
      :alt: output
      :align: center
+
+*Changes for XCode5+ and iOS8+*
+===============================
+
+With the newer XCode and iOS versions you need to watch out for some specific details
+
+.. container:: enumerateattentionpoints
+
+   * 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.