mirror of https://github.com/kivy/kivy.git
Merge pull request #2343 from bionoid/ios_abspath
Add note about fully qualified path for iOS packaging
This commit is contained in:
commit
6cc01e526d
|
@ -66,6 +66,9 @@ name without any spaces or illegal characters::
|
|||
|
||||
$ tools/create-xcode-project.sh test /path/to/your/appdir
|
||||
|
||||
.. Note::
|
||||
You must use a fully qualified path to your application directory.
|
||||
|
||||
Now you can open the Xcode project::
|
||||
|
||||
$ open app-test/test.xcodeproj
|
||||
|
|
Loading…
Reference in New Issue