Merge pull request #3733 from StevenPuttemans:fix_4004_master

pull/3749/head
Vadim Pisarevsky 10 years ago
commit 457758b537
  1. 8
      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.

Loading…
Cancel
Save