Merge pull request #2343 from bionoid/ios_abspath

Add note about fully qualified path for iOS packaging
This commit is contained in:
Akshay Arora 2014-07-16 16:42:53 +05:30
commit 6cc01e526d
1 changed files with 3 additions and 0 deletions

View File

@ -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