From 817cf92f9a22b6e1e1c4584cdf395be8a41ffb5d Mon Sep 17 00:00:00 2001 From: Terje Skjaeveland Date: Wed, 16 Jul 2014 11:19:33 +0200 Subject: [PATCH] Add note about fully qualified path for iOS packaging --- doc/sources/guide/packaging-ios.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/sources/guide/packaging-ios.rst b/doc/sources/guide/packaging-ios.rst index 47580b208..eef7aa3ae 100644 --- a/doc/sources/guide/packaging-ios.rst +++ b/doc/sources/guide/packaging-ios.rst @@ -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