mirror of
https://github.com/opencv/opencv.git
synced 2024-12-19 12:07:59 +08:00
add remarks for iOS tutorial
This commit is contained in:
parent
65e4df751c
commit
2136c3f3c8
@ -73,3 +73,13 @@ Now we will learn how to write a simple Hello World Application in Xcode using O
|
|||||||
.. image:: images/output.png
|
.. image:: images/output.png
|
||||||
:alt: output
|
:alt: output
|
||||||
:align: center
|
: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.
|
||||||
|
Loading…
Reference in New Issue
Block a user