Commit 3df13ff5 authored by Alexander Smorkalov's avatar Alexander Smorkalov

Merge pull request #3732 from StevenPuttemans:fix_4004_2.4

parents c059f7dd 2136c3f3
......@@ -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.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment