-
-
Notifications
You must be signed in to change notification settings - Fork 194
Closed
Description
From @palavrov on August 6, 2015 15:49
Seems that app
is a bad name for ios project name. The following code triggers it on my mac:
$ tns create app
$ tns platform add ios
$ tns run ios --emulator
You can see the exact error in this log:
palavrov@palavrov-2:~/tmp$ tns create app
Project app was successfully created
palavrov@palavrov-2:~/tmp$ cd app/
palavrov@palavrov-2:~/tmp/app$ tns platform add ios
Copying template files...
Project successfully created.
palavrov@palavrov-2:~/tmp/app$ tns run ios --emulator
Project successfully prepared
Build settings from command line:
ARCHS = i386
CONFIGURATION_BUILD_DIR = /Users/palavrov/tmp/app/platforms/ios/build/emulator
SDKROOT = iphonesimulator8.1
SHARED_PRECOMPS_DIR = /Users/palavrov/tmp/app/platforms/ios/build/sharedpch
VALID_ARCHS = "i386"
=== BUILD TARGET app OF PROJECT app WITH CONFIGURATION Debug ===
Check dependencies
Warning: Multiple build commands for output file /Users/palavrov/tmp/app/platforms/ios/build/emulator/app.app/app
Write auxiliary files
/bin/mkdir -p /Users/palavrov/tmp/app/platforms/ios/build/app.build/Debug-iphonesimulator/app.build
write-file /Users/palavrov/tmp/app/platforms/ios/build/app.build/Debug-iphonesimulator/app.build/app-all-target-headers.hmap
write-file /Users/palavrov/tmp/app/platforms/ios/build/app.build/Debug-iphonesimulator/app.build/app-generated-files.hmap
write-file /Users/palavrov/tmp/app/platforms/ios/build/app.build/Debug-iphonesimulator/app.build/app-all-non-framework-target-headers.hmap
write-file /Users/palavrov/tmp/app/platforms/ios/build/app.build/Debug-iphonesimulator/app.build/app-own-target-headers.hmap
write-file /Users/palavrov/tmp/app/platforms/ios/build/app.build/Debug-iphonesimulator/app.build/app-project-headers.hmap
/bin/mkdir -p /Users/palavrov/tmp/app/platforms/ios/build/sharedpch/app-Prefix-ewuwclbeallaocdskqyktizbygkc
write-file /Users/palavrov/tmp/app/platforms/ios/build/sharedpch/app-Prefix-ewuwclbeallaocdskqyktizbygkc/app-Prefix.pch.pch.hash-criteria
write-file /Users/palavrov/tmp/app/platforms/ios/build/app.build/Debug-iphonesimulator/app.build/app.hmap
/bin/mkdir -p /Users/palavrov/tmp/app/platforms/ios/build/app.build/Debug-iphonesimulator/app.build/Objects-normal/i386
write-file /Users/palavrov/tmp/app/platforms/ios/build/app.build/Debug-iphonesimulator/app.build/Objects-normal/i386/app.LinkFileList
write-file /Users/palavrov/tmp/app/platforms/ios/build/app.build/Debug-iphonesimulator/app.build/Script-CD3EAD351B05FF060042DBFC.sh
chmod 0755 /Users/palavrov/tmp/app/platforms/ios/build/app.build/Debug-iphonesimulator/app.build/Script-CD3EAD351B05FF060042DBFC.sh
write-file /Users/palavrov/tmp/app/platforms/ios/build/app.build/Debug-iphonesimulator/app.build/Script-C97FD7AC1ADE5369004DB2A4.sh
chmod 0755 /Users/palavrov/tmp/app/platforms/ios/build/app.build/Debug-iphonesimulator/app.build/Script-C97FD7AC1ADE5369004DB2A4.sh
Create product structure
/bin/mkdir -p /Users/palavrov/tmp/app/platforms/ios/build/emulator/app.app
ProcessPCH build/sharedpch/app-Prefix-ewuwclbeallaocdskqyktizbygkc/app-Prefix.pch.pch app/app-Prefix.pch normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/palavrov/tmp/app/platforms/ios
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/opt/coreutils/libexec/gnubin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c-header -arch i386 -fmessage-length=158 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fcolor-diagnostics -std=gnu99 -fobjc-arc -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.1.sdk -fexceptions -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -fobjc-abi-version=2 -fobjc-legacy-dispatch -mios-simulator-version-min=7.0 -iquote /Users/palavrov/tmp/app/platforms/ios/build/app.build/Debug-iphonesimulator/app.build/app-generated-files.hmap -I/Users/palavrov/tmp/app/platforms/ios/build/app.build/Debug-iphonesimulator/app.build/app-own-target-headers.hmap -I/Users/palavrov/tmp/app/platforms/ios/build/app.build/Debug-iphonesimulator/app.build/app-all-target-headers.hmap -iquote /Users/palavrov/tmp/app/platforms/ios/build/app.build/Debug-iphonesimulator/app.build/app-project-headers.hmap -I/Users/palavrov/tmp/app/platforms/ios/build/emulator/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode6.3.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Users/palavrov/tmp/app/platforms/ios/NativeScript/include -I/Users/palavrov/tmp/app/platforms/ios/build/app.build/Debug-iphonesimulator/app.build/DerivedSources/i386 -I/Users/palavrov/tmp/app/platforms/ios/build/app.build/Debug-iphonesimulator/app.build/DerivedSources -F/Users/palavrov/tmp/app/platforms/ios/build/emulator -F/Users/palavrov/tmp/app/platforms/ios -MD -MT dependencies -MF /Users/palavrov/tmp/app/platforms/ios/build/sharedpch/app-Prefix-ewuwclbeallaocdskqyktizbygkc/app-Prefix.pch.d -c /Users/palavrov/tmp/app/platforms/ios/app/app-Prefix.pch -o /Users/palavrov/tmp/app/platforms/ios/build/sharedpch/app-Prefix-ewuwclbeallaocdskqyktizbygkc/app-Prefix.pch.pch --serialize-diagnostics /Users/palavrov/tmp/app/platforms/ios/build/sharedpch/app-Prefix-ewuwclbeallaocdskqyktizbygkc/app-Prefix.pch.dia
CompileC build/app.build/Debug-iphonesimulator/app.build/Objects-normal/i386/main.o app/main.m normal i386 objective-c com.apple.compilers.llvm.clang.1_0.compiler
cd /Users/palavrov/tmp/app/platforms/ios
export LANG=en_US.US-ASCII
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/opt/coreutils/libexec/gnubin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch i386 -fmessage-length=158 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fcolor-diagnostics -std=gnu99 -fobjc-arc -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-receiver-is-weak -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DDEBUG=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.1.sdk -fexceptions -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g -Wno-sign-conversion -fobjc-abi-version=2 -fobjc-legacy-dispatch -mios-simulator-version-min=7.0 -iquote /Users/palavrov/tmp/app/platforms/ios/build/app.build/Debug-iphonesimulator/app.build/app-generated-files.hmap -I/Users/palavrov/tmp/app/platforms/ios/build/app.build/Debug-iphonesimulator/app.build/app-own-target-headers.hmap -I/Users/palavrov/tmp/app/platforms/ios/build/app.build/Debug-iphonesimulator/app.build/app-all-target-headers.hmap -iquote /Users/palavrov/tmp/app/platforms/ios/build/app.build/Debug-iphonesimulator/app.build/app-project-headers.hmap -I/Users/palavrov/tmp/app/platforms/ios/build/emulator/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Applications/Xcode6.3.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -I/Users/palavrov/tmp/app/platforms/ios/NativeScript/include -I/Users/palavrov/tmp/app/platforms/ios/build/app.build/Debug-iphonesimulator/app.build/DerivedSources/i386 -I/Users/palavrov/tmp/app/platforms/ios/build/app.build/Debug-iphonesimulator/app.build/DerivedSources -F/Users/palavrov/tmp/app/platforms/ios/build/emulator -F/Users/palavrov/tmp/app/platforms/ios -include /Users/palavrov/tmp/app/platforms/ios/build/sharedpch/app-Prefix-ewuwclbeallaocdskqyktizbygkc/app-Prefix.pch -MMD -MT dependencies -MF /Users/palavrov/tmp/app/platforms/ios/build/app.build/Debug-iphonesimulator/app.build/Objects-normal/i386/main.d --serialize-diagnostics /Users/palavrov/tmp/app/platforms/ios/build/app.build/Debug-iphonesimulator/app.build/Objects-normal/i386/main.dia -c /Users/palavrov/tmp/app/platforms/ios/app/main.m -o /Users/palavrov/tmp/app/platforms/ios/build/app.build/Debug-iphonesimulator/app.build/Objects-normal/i386/main.o
Ld build/emulator/app.app/app normal i386
cd /Users/palavrov/tmp/app/platforms/ios
export IPHONEOS_DEPLOYMENT_TARGET=7.0
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/opt/coreutils/libexec/gnubin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch i386 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.1.sdk -L/Users/palavrov/tmp/app/platforms/ios/build/emulator -L/Users/palavrov/tmp/app/platforms/ios/NativeScript/lib -F/Users/palavrov/tmp/app/platforms/ios/build/emulator -F/Users/palavrov/tmp/app/platforms/ios -filelist /Users/palavrov/tmp/app/platforms/ios/build/app.build/Debug-iphonesimulator/app.build/Objects-normal/i386/app.LinkFileList -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -objc_abi_version -Xlinker 2 -ObjC -fobjc-arc -fobjc-link-runtime -Xlinker -no_implicit_dylibs -mios-simulator-version-min=7.0 -licucore -lz -lc++ -weak_framework Foundation -weak_framework UIKit -lNativeScript -Xlinker -dependency_info -Xlinker /Users/palavrov/tmp/app/platforms/ios/build/app.build/Debug-iphonesimulator/app.build/Objects-normal/i386/app_dependency_info.dat -o /Users/palavrov/tmp/app/platforms/ios/build/emulator/app.app/app
ld: warning: could not create compact unwind for .LFB3: non-standard register 5 being saved in prolog
CpResource app/app build/emulator/app.app/app
cd /Users/palavrov/tmp/app/platforms/ios
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/opt/coreutils/libexec/gnubin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/palavrov/tmp/app/platforms/ios/app/app /Users/palavrov/tmp/app/platforms/ios/build/emulator/app.app
CpResource app/Resources/icons/Default-568h@2x.png build/emulator/app.app/Default-568h@2x.png
cd /Users/palavrov/tmp/app/platforms/ios
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/opt/coreutils/libexec/gnubin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/palavrov/tmp/app/platforms/ios/app/Resources/icons/Default-568h@2x.png /Users/palavrov/tmp/app/platforms/ios/build/emulator/app.app
CopyStringsFile build/emulator/app.app/en.lproj/InfoPlist.strings app/en.lproj/InfoPlist.strings
cd /Users/palavrov/tmp/app/platforms/ios
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/opt/coreutils/libexec/gnubin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin"
builtin-copyStrings --validate --inputencoding utf-8 --outputencoding binary --outdir /Users/palavrov/tmp/app/platforms/ios/build/emulator/app.app/en.lproj -- app/en.lproj/InfoPlist.strings
CpResource app/Resources/icons/Default-Landscape.png build/emulator/app.app/Default-Landscape.png
cd /Users/palavrov/tmp/app/platforms/ios
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/opt/coreutils/libexec/gnubin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/palavrov/tmp/app/platforms/ios/app/Resources/icons/Default-Landscape.png /Users/palavrov/tmp/app/platforms/ios/build/emulator/app.app
CpResource app/Resources/icons/Default-Landscape@2x.png build/emulator/app.app/Default-Landscape@2x.png
cd /Users/palavrov/tmp/app/platforms/ios
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/opt/coreutils/libexec/gnubin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/palavrov/tmp/app/platforms/ios/app/Resources/icons/Default-Landscape@2x.png /Users/palavrov/tmp/app/platforms/ios/build/emulator/app.app
CpResource app/Resources/icons/Default-Portrait.png build/emulator/app.app/Default-Portrait.png
cd /Users/palavrov/tmp/app/platforms/ios
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/opt/coreutils/libexec/gnubin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/palavrov/tmp/app/platforms/ios/app/Resources/icons/Default-Portrait.png /Users/palavrov/tmp/app/platforms/ios/build/emulator/app.app
CpResource app/Resources/icons/Default-Portrait@2x.png build/emulator/app.app/Default-Portrait@2x.png
cd /Users/palavrov/tmp/app/platforms/ios
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/opt/coreutils/libexec/gnubin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/palavrov/tmp/app/platforms/ios/app/Resources/icons/Default-Portrait@2x.png /Users/palavrov/tmp/app/platforms/ios/build/emulator/app.app
CpResource app/Resources/icons/Default.png build/emulator/app.app/Default.png
cd /Users/palavrov/tmp/app/platforms/ios
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/opt/coreutils/libexec/gnubin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/palavrov/tmp/app/platforms/ios/app/Resources/icons/Default.png /Users/palavrov/tmp/app/platforms/ios/build/emulator/app.app
CpResource app/Resources/icons/Default@2x.png build/emulator/app.app/Default@2x.png
cd /Users/palavrov/tmp/app/platforms/ios
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/opt/coreutils/libexec/gnubin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/palavrov/tmp/app/platforms/ios/app/Resources/icons/Default@2x.png /Users/palavrov/tmp/app/platforms/ios/build/emulator/app.app
CpResource app/Resources/icons/icon-40.png build/emulator/app.app/icon-40.png
cd /Users/palavrov/tmp/app/platforms/ios
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/opt/coreutils/libexec/gnubin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/palavrov/tmp/app/platforms/ios/app/Resources/icons/icon-40.png /Users/palavrov/tmp/app/platforms/ios/build/emulator/app.app
CompileXIB app/en.lproj/LaunchScreen.xib
cd /Users/palavrov/tmp/app/platforms/ios
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/opt/coreutils/libexec/gnubin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin"
export XCODE_DEVELOPER_USR_PATH=/Applications/Xcode.app/Contents/Developer/usr/bin/..
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/ibtool --target-device iphone --target-device ipad --errors --warnings --notices --module app --minimum-deployment-target 7.0 --output-partial-info-plist /Users/palavrov/tmp/app/platforms/ios/build/app.build/Debug-iphonesimulator/app.build/LaunchScreen-PartialInfo.plist --auto-activate-custom-fonts --output-format human-readable-text --compile /Users/palavrov/tmp/app/platforms/ios/build/emulator/app.app/en.lproj/LaunchScreen.nib /Users/palavrov/tmp/app/platforms/ios/app/en.lproj/LaunchScreen.xib
CpResource app/Resources/icons/icon-40@2x.png build/emulator/app.app/icon-40@2x.png
cd /Users/palavrov/tmp/app/platforms/ios
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/opt/coreutils/libexec/gnubin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/palavrov/tmp/app/platforms/ios/app/Resources/icons/icon-40@2x.png /Users/palavrov/tmp/app/platforms/ios/build/emulator/app.app
CpResource app/Resources/icons/icon-60.png build/emulator/app.app/icon-60.png
cd /Users/palavrov/tmp/app/platforms/ios
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/opt/coreutils/libexec/gnubin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/palavrov/tmp/app/platforms/ios/app/Resources/icons/icon-60.png /Users/palavrov/tmp/app/platforms/ios/build/emulator/app.app
CpResource app/Resources/icons/icon-60@2x.png build/emulator/app.app/icon-60@2x.png
cd /Users/palavrov/tmp/app/platforms/ios
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/opt/coreutils/libexec/gnubin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/palavrov/tmp/app/platforms/ios/app/Resources/icons/icon-60@2x.png /Users/palavrov/tmp/app/platforms/ios/build/emulator/app.app
CpResource app/Resources/icons/icon-72.png build/emulator/app.app/icon-72.png
cd /Users/palavrov/tmp/app/platforms/ios
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/opt/coreutils/libexec/gnubin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/palavrov/tmp/app/platforms/ios/app/Resources/icons/icon-72.png /Users/palavrov/tmp/app/platforms/ios/build/emulator/app.app
CpResource app/Resources/icons/icon-72@2x.png build/emulator/app.app/icon-72@2x.png
cd /Users/palavrov/tmp/app/platforms/ios
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/opt/coreutils/libexec/gnubin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/palavrov/tmp/app/platforms/ios/app/Resources/icons/icon-72@2x.png /Users/palavrov/tmp/app/platforms/ios/build/emulator/app.app
CpResource app/Resources/icons/icon-76.png build/emulator/app.app/icon-76.png
cd /Users/palavrov/tmp/app/platforms/ios
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/opt/coreutils/libexec/gnubin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/palavrov/tmp/app/platforms/ios/app/Resources/icons/icon-76.png /Users/palavrov/tmp/app/platforms/ios/build/emulator/app.app
CpResource app/Resources/icons/icon-76@2x.png build/emulator/app.app/icon-76@2x.png
cd /Users/palavrov/tmp/app/platforms/ios
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/opt/coreutils/libexec/gnubin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/palavrov/tmp/app/platforms/ios/app/Resources/icons/icon-76@2x.png /Users/palavrov/tmp/app/platforms/ios/build/emulator/app.app
CpResource app/Resources/icons/Icon-Small-50.png build/emulator/app.app/Icon-Small-50.png
cd /Users/palavrov/tmp/app/platforms/ios
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/opt/coreutils/libexec/gnubin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/palavrov/tmp/app/platforms/ios/app/Resources/icons/Icon-Small-50.png /Users/palavrov/tmp/app/platforms/ios/build/emulator/app.app
CpResource app/Resources/icons/Icon-Small.png build/emulator/app.app/Icon-Small.png
cd /Users/palavrov/tmp/app/platforms/ios
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/opt/coreutils/libexec/gnubin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/palavrov/tmp/app/platforms/ios/app/Resources/icons/Icon-Small.png /Users/palavrov/tmp/app/platforms/ios/build/emulator/app.app
CpResource app/Resources/icons/Icon-Small-50@2x.png build/emulator/app.app/Icon-Small-50@2x.png
cd /Users/palavrov/tmp/app/platforms/ios
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/opt/coreutils/libexec/gnubin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/palavrov/tmp/app/platforms/ios/app/Resources/icons/Icon-Small-50@2x.png /Users/palavrov/tmp/app/platforms/ios/build/emulator/app.app
CpResource app/Resources/icons/Icon-Small@2x.png build/emulator/app.app/Icon-Small@2x.png
cd /Users/palavrov/tmp/app/platforms/ios
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/opt/coreutils/libexec/gnubin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/palavrov/tmp/app/platforms/ios/app/Resources/icons/Icon-Small@2x.png /Users/palavrov/tmp/app/platforms/ios/build/emulator/app.app
CpResource app/Resources/icons/icon.png build/emulator/app.app/icon.png
cd /Users/palavrov/tmp/app/platforms/ios
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/opt/coreutils/libexec/gnubin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/palavrov/tmp/app/platforms/ios/app/Resources/icons/icon.png /Users/palavrov/tmp/app/platforms/ios/build/emulator/app.app
CpResource app/Resources/icons/icon@2x.png build/emulator/app.app/icon@2x.png
cd /Users/palavrov/tmp/app/platforms/ios
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/opt/coreutils/libexec/gnubin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin"
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/palavrov/tmp/app/platforms/ios/app/Resources/icons/icon@2x.png /Users/palavrov/tmp/app/platforms/ios/build/emulator/app.app
CompileAssetCatalog build/emulator/app.app app/Images.xcassets
cd /Users/palavrov/tmp/app/platforms/ios
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/opt/coreutils/libexec/gnubin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin"
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/actool --output-format human-readable-text --notices --warnings --export-dependency-info /Users/palavrov/tmp/app/platforms/ios/build/app.build/Debug-iphonesimulator/app.build/assetcatalog_dependencies.txt --output-partial-info-plist /Users/palavrov/tmp/app/platforms/ios/build/app.build/Debug-iphonesimulator/app.build/assetcatalog_generated_info.plist --app-icon AppIcon --launch-image LaunchImage --platform iphonesimulator --minimum-deployment-target 7.0 --target-device iphone --target-device ipad --compress-pngs --compile /Users/palavrov/tmp/app/platforms/ios/build/emulator/app.app /Users/palavrov/tmp/app/platforms/ios/app/Images.xcassets
/* com.apple.actool.compilation-results */
/Users/palavrov/tmp/app/platforms/ios/build/emulator/app.app/LaunchImage-700-568h@2x.png
/Users/palavrov/tmp/app/platforms/ios/build/app.build/Debug-iphonesimulator/app.build/assetcatalog_generated_info.plist
ProcessInfoPlistFile build/emulator/app.app/Info.plist app/app-Info.plist
cd /Users/palavrov/tmp/app/platforms/ios
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/opt/coreutils/libexec/gnubin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin"
builtin-infoPlistUtility /Users/palavrov/tmp/app/platforms/ios/app/app-Info.plist -genpkginfo /Users/palavrov/tmp/app/platforms/ios/build/emulator/app.app/PkgInfo -expandbuildsettings -format binary -platform iphonesimulator -additionalcontentfile /Users/palavrov/tmp/app/platforms/ios/build/app.build/Debug-iphonesimulator/app.build/assetcatalog_generated_info.plist -additionalcontentfile /Users/palavrov/tmp/app/platforms/ios/build/app.build/Debug-iphonesimulator/app.build/LaunchScreen-PartialInfo.plist -o /Users/palavrov/tmp/app/platforms/ios/build/emulator/app.app/Info.plist
GenerateDSYMFile build/emulator/app.app.dSYM build/emulator/app.app/app
cd /Users/palavrov/tmp/app/platforms/ios
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/opt/coreutils/libexec/gnubin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/palavrov/tmp/app/platforms/ios/build/emulator/app.app/app -o /Users/palavrov/tmp/app/platforms/ios/build/emulator/app.app.dSYM
error: unable to open executable ''
** BUILD FAILED **
The following build commands failed:
GenerateDSYMFile build/emulator/app.app.dSYM build/emulator/app.app/app
(1 failure)
Command xcodebuild failed with exit code 65
# run ios
┌─────────────────────────────────────────────┬─────────────────────────────────────────────────────────────────┐
│ Usage │ Synopsis │
│ Run on all connected devices │ $ tns run ios [--release] [--justlaunch] │
│ Run on a selected connected device │ $ tns run ios [--device <Device ID>] [--release] [--justlaunch] │
│ Start an emulator and run the app inside it │ $ tns run ios --emulator [<Emulator Options>] [--release] │
└─────────────────────────────────────────────┴─────────────────────────────────────────────────────────────────┘
Runs your project on a connected iOS device or in the iOS Simulator, if configured. This is shorthand for prepare, build, and deploy. While your app is running, prints the output from the application in the console.
IMPORTANT: Before building for iOS device, verify that you have configured a valid pair of certificate and provisioning profile on your OS X system.
### Options
* --device - Specifies a connected device on which to run the app.
* --emulator - If set, runs the app in a native emulator for the target platform, if configured. When set, you can also set any other valid combination of emulator options as listed by $ tns help emulate ios. You cannot use --device and --emulator simultaneously.
* --release - If set, produces a release build. Otherwise, produces a debug build.
* --justlaunch - If set, does not print the application output in the console.
### Attributes
* <Device ID> is the index or name of the target device as listed by $ tns device ios
* <Emulator Options> is any valid combination of options as listed by $ tns help emulate ios
palavrov@palavrov-2:~/tmp/app$
I would like to use app
for my project i.e. com.blablabla.app
instead of com.blablabla.something-else
In case that this is not allowed (or fixed soon) it would be appreciated if tns create app
warns about the problem to save developers time digging what is wrong.
Copied from original issue: NativeScript/NativeScript#561