Skip to content

Instantly share code, notes, and snippets.

@rraallvv
Created December 27, 2017 11:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rraallvv/cfc136beaabd7cdc953354c9ca083832 to your computer and use it in GitHub Desktop.
Save rraallvv/cfc136beaabd7cdc953354c9ca083832 to your computer and use it in GitHub Desktop.
$ tns doctor --log trace
Loading extensions.
execFile: /Users/user/Library/Android/sdk/platform-tools/adb "help"
Exec uname -a
stdout: Darwin Mac.local 16.7.0 Darwin Kernel Version 16.7.0: Mon Nov 13 21:56:25 PST 2017; root:xnu-3789.72.11~1/RELEASE_X86_64 x86_64
stderr:
Exec npm -v
stdout: 5.6.0
stderr:
spawn: java "-version"
Exec node-gyp -v
stdout:
stderr: /bin/sh: node-gyp: command not found
Error while executing node-gyp -v: Command failed: node-gyp -v
/bin/sh: node-gyp: command not found
Exec xcodebuild -version
stdout: Xcode 9.2
Build version 9C40b
stderr:
Exec gem which xcodeproj
stdout: /Library/Ruby/Gems/2.0.0/gems/xcodeproj-1.5.4/lib/xcodeproj.rb
stderr:
Exec pod --version
stdout: 1.3.1
stderr:
Exec '/Users/user/Library/Android/sdk/platform-tools/adb' version
stdout: Android Debug Bridge version 1.0.39
Version 0.0.1-4500957
Installed as /Users/user/Library/Android/sdk/platform-tools/adb
stderr:
spawn: /Users/user/Library/Android/sdk/emulator/emulator "-help"
Result when throw error is false:
{ stdout: 'Android Emulator usage: emulator [options] [-qemu args]
options:
-list-avds list available AVDs
-sysdir <dir> search for system disk images in <dir>
-system <file> read initial system image from <file>
-writable-system make system image writable after \'adb remount\'
-datadir <dir> write user data into <dir>
-kernel <file> use specific emulated kernel
-ramdisk <file> ramdisk image (default <system>/ramdisk.img
-image <file> obsolete, use -system <file> instead
-initdata <file> same as \'-init-data <file>\'
-data <file> data image (default <datadir>/userdata-qemu.img
-partition-size <size> system/data partition size in MBs
-cache <file> cache partition image (default is temporary file)
-cache-size <size> cache partition size in MBs
-no-cache disable the cache partition
-nocache same as -no-cache
-sdcard <file> SD card image (default <datadir>/sdcard.img
-snapstorage <file> file that contains all state snapshots (default <datadir>/snapshots.img)
-no-snapstorage do not mount a snapshot storage file (this disables all snapshot functionality)
-snapshot <name> name of snapshot within storage file for auto-start and auto-save (default \'default-boot\')
-no-snapshot perform a full boot and do not do not auto-save, but qemu vmload and vmsave operate on snapstorage
-no-snapshot-save do not auto-save to snapshot on exit: abandon changed state
-no-snapshot-load do not auto-start from snapshot: perform a full boot
-snapshot-list show a list of available snapshots
-no-snapshot-update-time do not do try to correct snapshot time on restore
-wipe-data reset the user data image (copy it from initdata)
-avd <name> use a specific android virtual device
-skindir <dir> search skins in <dir> (default <system>/skins)
-skin <name> select a given skin
-no-skin deprecated: create an AVD with no skin instead
-noskin same as -no-skin
-memory <size> physical RAM size in MBs
-cores <number> Set number of CPU cores to emulator
-accel <mode> Configure emulation acceleration
-no-accel Same as \'-accel off\'
-ranchu Use new emulator backend instead of the classic one
-engine <engine> Select engine. auto|classic|qemu2
-netspeed <speed> maximum network download/upload speeds
-netdelay <delay> network latency emulation
-netfast disable network shaping
-code-profile <name> enable code profiling
-show-kernel display kernel messages
-shell enable root shell on current terminal
-no-jni disable JNI checks in the Dalvik runtime
-nojni same as -no-jni
-logcat <tags> enable logcat output with given tags
-no-audio disable audio support
-noaudio same as -no-audio
-audio <backend> use specific audio backend
-radio <device> redirect radio modem interface to character device
-port <port> TCP port that will be used for the console
-ports <consoleport>,<adbport> TCP ports used for the console and adb bridge
-onion <image> use overlay PNG image over screen
-onion-alpha <%age> specify onion-skin translucency
-onion-rotation 0|1|2|3 specify onion-skin rotation
-dpi-device <dpi> specify device\'s resolution in dpi (default 165)
-scale <scale> scale emulator window (deprecated)
-http-proxy <proxy> make TCP connections through a HTTP/HTTPS proxy
-timezone <timezone> use this timezone instead of the host\'s default
-dns-server <servers> use this DNS server(s) in the emulated system
-cpu-delay <cpudelay> throttle CPU emulation
-no-boot-anim disable animation for faster boot
-no-window disable graphical window display
-version display emulator version number
-report-console <socket> report console port to remote socket
-gps <device> redirect NMEA GPS to character device
-shell-serial <device> specific character device for root shell
-tcpdump <file> capture network packets to file
-bootchart <timeout> enable bootcharting
-charmap <file> use specific key character map
-prop <name>=<value> set system property on boot
-shared-net-id <number> join the shared network, using IP address 10.1.2.<number>
-nand-limits <nlimits> enforce NAND/Flash read/write thresholds
-gpu <mode> set hardware OpenGLES emulation mode
-camera-back <mode> set emulation mode for a camera facing back
-camera-front <mode> set emulation mode for a camera facing front
-webcam-list lists web cameras available for emulation
-screen <mode> set emulated screen mode
-force-32bit always use 32-bit emulator
-selinux <disabled|permissive> Set SELinux to either disabled or permissive mode
-unix-pipe <path> Add <path> to the list of allowed Unix pipes
-fixed-scale Use fixed 1:1 scale for the initial emulator window.
-wait-for-debugger Pause on launch and wait for a debugger process to attach before resuming
-skip-adb-auth Skip adb authentication dialogue
-qemu args... pass arguments to qemu
-qemu -h display qemu help
-verbose same as \'-debug-init\'
-debug <tags> enable/disable debug messages
-debug-<tag> enable specific debug messages
-debug-no-<tag> disable specific debug messages
-help print this help
-help-<option> print option-specific help
-help-disk-images about disk images
-help-debug-tags debug tags for -debug <tags>
-help-char-devices character <device> specification
-help-environment environment variables
-help-virtual-device virtual device management
-help-sdk-images about disk images when using the SDK
-help-build-images about disk images when building Android
-help-all prints all help content
',
stderr: '',
exitCode: 0 }
The result of checking is Android Emulator installed is:
- stdout: Android Emulator usage: emulator [options] [-qemu args]
options:
-list-avds list available AVDs
-sysdir <dir> search for system disk images in <dir>
-system <file> read initial system image from <file>
-writable-system make system image writable after 'adb remount'
-datadir <dir> write user data into <dir>
-kernel <file> use specific emulated kernel
-ramdisk <file> ramdisk image (default <system>/ramdisk.img
-image <file> obsolete, use -system <file> instead
-initdata <file> same as '-init-data <file>'
-data <file> data image (default <datadir>/userdata-qemu.img
-partition-size <size> system/data partition size in MBs
-cache <file> cache partition image (default is temporary file)
-cache-size <size> cache partition size in MBs
-no-cache disable the cache partition
-nocache same as -no-cache
-sdcard <file> SD card image (default <datadir>/sdcard.img
-snapstorage <file> file that contains all state snapshots (default <datadir>/snapshots.img)
-no-snapstorage do not mount a snapshot storage file (this disables all snapshot functionality)
-snapshot <name> name of snapshot within storage file for auto-start and auto-save (default 'default-boot')
-no-snapshot perform a full boot and do not do not auto-save, but qemu vmload and vmsave operate on snapstorage
-no-snapshot-save do not auto-save to snapshot on exit: abandon changed state
-no-snapshot-load do not auto-start from snapshot: perform a full boot
-snapshot-list show a list of available snapshots
-no-snapshot-update-time do not do try to correct snapshot time on restore
-wipe-data reset the user data image (copy it from initdata)
-avd <name> use a specific android virtual device
-skindir <dir> search skins in <dir> (default <system>/skins)
-skin <name> select a given skin
-no-skin deprecated: create an AVD with no skin instead
-noskin same as -no-skin
-memory <size> physical RAM size in MBs
-cores <number> Set number of CPU cores to emulator
-accel <mode> Configure emulation acceleration
-no-accel Same as '-accel off'
-ranchu Use new emulator backend instead of the classic one
-engine <engine> Select engine. auto|classic|qemu2
-netspeed <speed> maximum network download/upload speeds
-netdelay <delay> network latency emulation
-netfast disable network shaping
-code-profile <name> enable code profiling
-show-kernel display kernel messages
-shell enable root shell on current terminal
-no-jni disable JNI checks in the Dalvik runtime
-nojni same as -no-jni
-logcat <tags> enable logcat output with given tags
-no-audio disable audio support
-noaudio same as -no-audio
-audio <backend> use specific audio backend
-radio <device> redirect radio modem interface to character device
-port <port> TCP port that will be used for the console
-ports <consoleport>,<adbport> TCP ports used for the console and adb bridge
-onion <image> use overlay PNG image over screen
-onion-alpha <%age> specify onion-skin translucency
-onion-rotation 0|1|2|3 specify onion-skin rotation
-dpi-device <dpi> specify device's resolution in dpi (default 165)
-scale <scale> scale emulator window (deprecated)
-http-proxy <proxy> make TCP connections through a HTTP/HTTPS proxy
-timezone <timezone> use this timezone instead of the host's default
-dns-server <servers> use this DNS server(s) in the emulated system
-cpu-delay <cpudelay> throttle CPU emulation
-no-boot-anim disable animation for faster boot
-no-window disable graphical window display
-version display emulator version number
-report-console <socket> report console port to remote socket
-gps <device> redirect NMEA GPS to character device
-shell-serial <device> specific character device for root shell
-tcpdump <file> capture network packets to file
-bootchart <timeout> enable bootcharting
-charmap <file> use specific key character map
-prop <name>=<value> set system property on boot
-shared-net-id <number> join the shared network, using IP address 10.1.2.<number>
-nand-limits <nlimits> enforce NAND/Flash read/write thresholds
-gpu <mode> set hardware OpenGLES emulation mode
-camera-back <mode> set emulation mode for a camera facing back
-camera-front <mode> set emulation mode for a camera facing front
-webcam-list lists web cameras available for emulation
-screen <mode> set emulated screen mode
-force-32bit always use 32-bit emulator
-selinux <disabled|permissive> Set SELinux to either disabled or permissive mode
-unix-pipe <path> Add <path> to the list of allowed Unix pipes
-fixed-scale Use fixed 1:1 scale for the initial emulator window.
-wait-for-debugger Pause on launch and wait for a debugger process to attach before resuming
-skip-adb-auth Skip adb authentication dialogue
-qemu args... pass arguments to qemu
-qemu -h display qemu help
-verbose same as '-debug-init'
-debug <tags> enable/disable debug messages
-debug-<tag> enable specific debug messages
-debug-no-<tag> disable specific debug messages
-help print this help
-help-<option> print option-specific help
-help-disk-images about disk images
-help-debug-tags debug tags for -debug <tags>
-help-char-devices character <device> specification
-help-environment environment variables
-help-virtual-device virtual device management
-help-sdk-images about disk images when using the SDK
-help-build-images about disk images when building Android
-help-all prints all help content
- stderr:
Exec mono --version
stdout: Mono JIT compiler version 5.4.1.6 (tarball Mon Dec 11 14:56:49 GMT 2017)
Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com
TLS: normal
SIGSEGV: altstack
Notification: kqueue
Architecture: amd64
Disabled: none
Misc: softdebug
LLVM: supported, not enabled.
GC: sgen (concurrent by default)
stderr:
Exec git --version
stdout: git version 2.14.3 (Apple Git-98)
stderr:
Exec gradle -v
stdout:
stderr: /bin/sh: gradle: command not found
Error while executing gradle -v: Command failed: gradle -v
/bin/sh: gradle: command not found
Exec "/Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/bin/javac" -version
stdout:
stderr: javac 1.8.0_121
System information:
{ procInfo: 'nativescript/3.4.0',
platform: 'darwin',
os: 'Darwin Mac.local 16.7.0 Darwin Kernel Version 16.7.0: Mon Nov 13 21:56:25 PST 2017; root:xnu-3789.72.11~1/RELEASE_X86_64 x86_64
',
shell: '/bin/bash',
dotNetVer: null,
procArch: 'x64',
nodeVer: 'v8.9.3',
npmVer: '5.6.0',
javaVer: '1.8.0',
nodeGypVer: null,
xcodeVer: 'Xcode 9.2
Build version 9C40b
',
xcodeprojGemLocation: '/Library/Ruby/Gems/2.0.0/gems/xcodeproj-1.5.4/lib/xcodeproj.rb
',
itunesInstalled: true,
cocoapodVer: '1.3.1',
adbVer: 'Android Debug Bridge version 1.0.39',
emulatorInstalled: true,
monoVer: null,
gitVer: '2.14.3 (Apple Git-98)',
gradleVer: null,
javacVersion: '1.8.0_121' }
Looking for project in '/Users/user/Desktop/NativeScript/HelloWorld'
Project directory is '/Users/user/Desktop/NativeScript/HelloWorld'.
Initializing analytics statuses.
Analytics statuses: { TrackFeatureUsage: 'enabled', TrackExceptions: 'enabled' }
spawn: node "/usr/local/lib/node_modules/nativescript/lib/services/analytics/analytics-broker-process.js" "/usr/local/lib/node_modules/nativescript/lib/bootstrap.js"
execFile: /Users/user/Library/Android/sdk/platform-tools/adb "help"
Verifying CocoaPods. This may take more than a minute, please be patient.
spawn: npm "install" "tns-ios" "--global" "false" "--production" "--save" "--ignoreScripts" "--ignore-scripts"
◟ Installing iOS runtime.⸨ ░░░░░░░░░░░⸩ ⠴ extract:tns-ios: verb lock using /Users/user/.npm/_locks/staging-b28e45e6de07e4cf.lock for /private/var/folders/xx/t7wrqqf50cz5rvj5_nl921vh0000gn/T/nativescript-check-cocoapods1171127-22471-1e2y9fm.0g6w/node_modules ◜ Installing iOS runtime.⸨ ░░░░░░░░░░░⸩ ⠴ extract:tns-ios: verb lock using /Users/user/.npm/_locks/staging-b28e45e6de07e4cf.lock for /private/var/folders/xx/t7wrqqf50cz5rvj5_nl921vh0000gn/T/nativescript-check-cocoapods1171127-22471-1e2y9fm.0g6w/node_modules ◠ Installing iOS runtime.⸨ ░░░░░░░░░░░⸩ ⠴ extract:tns-ios: verb lock using /Users/user/.npm/_locks/staging-b28e45e6de07e4cf.lock for /private/var/folders/xx/t7wrqqf50cz5rvj5_nl921vh0000gn/T/nativescript-check-cocoapods1171127-22471-1e2y9fm.0g6w/node_modules ◝ Installing iOS runtime.⸨ ░░░░░░░░░░░⸩ ⠴ extract:tns-ios: verb lock using /Users/user/.npm/_locks/staging-b28e45e6de07e4cf.lock for /private/var/folders/xx/t7wrqqf50cz5rvj5_nl921vh0000gn/T/nativescript-check-cocoapods1171127-22471-1e2y9fm.0g6w/node_modules ◞ Installing iOS runtime.⸨ ░░░░░░░░░░░⸩ ⠴ extract:tns-ios: verb lock using /Users/user/.npm/_locks/staging-b28e45e6de07e4cf.lock for /private/var/folders/xx/t7wrqqf50cz5rvj5_nl921vh0000gn/T/nativescript-check-cocoapods1171127-22471-1e2y9fm.0g6w/node_modules ◡ Installing iOS runtime.⸨ ░░░░░░░░░░░⸩ ⠴ extract:tns-ios: verb lock using /Users/user/.npm/_locks/staging-b28e45e6de07e4cf.lock for /private/var/folders/xx/t7wrqqf50cz5rvj5_nl921vh0000gn/T/nativescript-check-cocoapods1171127-22471-1e2y9fm.0g6w/node_modules ◟ Installing iOS runtime.⸨ ░░░░░░░░░░░⸩ ⠴ extract:tns-ios: verb lock using /Users/user/.npm/_locks/staging-b28e45e6de07e4cf.lock for /private/var/folders/xx/t7wrqqf50cz5rvj5_nl921vh0000gn/T/nativescript-check-cocoapods1171127-22471-1e2y9fm.0g6w/node_modules ◜ Installing iOS runtime.⸨ ░░░░░░░░░░░⸩ ⠴ extract:tns-ios: verb lock using /Users/user/.npm/_locks/staging-b28e45e6de07e4cf.lock for /private/var/folders/xx/t7wrqqf50cz5rvj5_nl921vh0000gn/T/nativescript-check-cocoapods1171127-22471-1e2y9fm.0g6w/node_modules ◠ Installing iOS runtime.⸨ ░░░░░░░░░░░⸩ ⠴ extract:tns-ios: verb lock using /Users/user/.npm/_locks/staging-b28e45e6de07e4cf.lock for /private/var/folders/xx/t7wrqqf50cz5rvj5_nl921vh0000gn/T/nativescript-check-cocoapods1171127-22471-1e2y9fm.0g6w/node_modules ◝ Installing iOS runtime.⸨ ░░░░░░░░░░░⸩ ⠴ extract:tns-ios: verb lock using /Users/user/.npm/_locks/staging-b28e45e6de07e4cf.lock for /private/var/folders/xx/t7wrqqf50cz5rvj5_nl921vh0000gn/T/nativescript-check-cocoapods1171127-22471-1e2y9fm.0g6w/node_modules ◞ Installing iOS runtime.⸨ ░░░░░░░░░░░⸩ ⠴ extract:tns-ios: verb lock using /Users/user/.npm/_locks/staging-b28e45e6de07e4cf.lock for /private/var/folders/xx/t7wrqqf50cz5rvj5_nl921vh0000gn/T/nativescript-check-cocoapods1171127-22471-1e2y9fm.0g6w/node_modules ◡ Installing iOS runtime.⸨ ░░░░░░░░░░░⸩ ⠴ extract:tns-ios: verb lock using /Users/user/.npm/_locks/staging-b28e45e6de07e4cf.lock for /private/var/folders/xx/t7wrqqf50cz5rvj5_nl921vh0000gn/T/nativescript-check-cocoapods1171127-22471-1e2y9fm.0g6w/node_modules ◟ Installing iOS runtime.⸨ ░░░░░░░░░░░⸩ ⠴ extract:tns-ios: verb lock using /Users/user/.npm/_locks/staging-b28e45e6de07e4cf.lock for /private/var/folders/xx/t7wrqqf50cz5rvj5_nl921vh0000gn/T/nativescript-check-cocoapods1171127-22471-1e2y9fm.0g6w/node_modules ◜ Installing iOS runtime.⸨ ░░░░░░░░░░░⸩ ⠴ extract:tns-ios: verb lock using /Users/user/.npm/_locks/staging-b28e45e6de07e4cf.lock for /private/var/folders/xx/t7wrqqf50cz5rvj5_nl921vh0000gn/T/nativescript-check-cocoapods1171127-22471-1e2y9fm.0g6w/node_modules ◠ Installing iOS runtime.⸨ ░░░░░░░░░░░⸩ ⠴ extract:tns-ios: verb lock using /Users/user/.npm/_locks/staging-b28e45e6de07e4cf.lock for /private/var/folders/xx/t7wrqqf50cz5rvj5_nl921vh0000gn/T/nativescript-check-cocoapods1171127-22471-1e2y9fm.0g6w/node_modules ◝ Installing iOS runtime.⸨ ░░░░░░░░░░░⸩ ⠴ extract:tns-ios: verb lock using /Users/user/.npm/_locks/staging-b28e45e6de07e4cf.lock for /private/var/folders/xx/t7wrqqf50cz5rvj5_nl921vh0000gn/T/nativescript-check-cocoapods1171127-22471-1e2y9fm.0g6w/node_modules ◞ Installing iOS runtime.⸨ ░░░░░░░░░░░⸩ ⠴ extract:tns-ios: verb lock using /Users/user/.npm/_locks/staging-b28e45e6de07e4cf.lock for /private/var/folders/xx/t7wrqqf50cz5rvj5_nl921vh0000gn/T/nativescript-check-cocoapods1171127-22471-1e2y9fm.0g6w/node_modules ◡ Installing iOS runtime.⸨ ░░░░░░░░░░░⸩ ⠴ extract:tns-ios: verb lock using /Users/user/.npm/_locks/staging-b28e45e6de07e4cf.lock for /private/var/folders/xx/t7wrqqf50cz5rvj5_nl921vh0000gn/T/nativescript-check-cocoapods1171127-22471-1e2y9fm.0g6w/node_modules ◟ Installing iOS runtime.⸨ ░░░░░░░░░░░⸩ ⠴ extract:tns-ios: verb lock using /Users/user/.npm/_locks/staging-b28e45e6de07e4cf.lock for /private/var/folders/xx/t7wrqqf50cz5rvj5_nl921vh0000gn/T/nativescript-check-cocoapods1171127-22471-1e2y9fm.0g6w/node_modules ◜ Installing iOS runtime.⸨ ░░░░░░░░░░░⸩ ⠴ extract:tns-ios: verb lock using /Users/user/.npm/_locks/staging-b28e45e6de07e4cf.lock for /private/var/folders/xx/t7wrqqf50cz5rvj5_nl921vh0000gn/T/nativescript-check-cocoapods1171127-22471-1e2y9fm.0g6w/node_modules ◠ Installing iOS runtime.⸨ ░░░░░░░░░░░⸩ ⠴ extract:tns-ios: verb lock using /Users/user/.npm/_locks/staging-b28e45e6de07e4cf.lock for /private/var/folders/xx/t7wrqqf50cz5rvj5_nl921vh0000gn/T/nativescript-check-cocoapods1171127-22471-1e2y9fm.0g6w/node_modules ◝ Installing iOS runtime.⸨ ░░░░░░░░░░░⸩ ⠴ extract:tns-ios: verb lock using /Users/user/.npm/_locks/staging-b28e45e6de07e4cf.lock for /private/var/folders/xx/t7wrqqf50cz5rvj5_nl921vh0000gn/T/nativescript-check-cocoapods1171127-22471-1e2y9fm.0g6w/node_modules ◞ Installing iOS runtime.⸨ ░░░░░░░░░░░⸩ ⠴ extract:tns-ios: verb lock using /Users/user/.npm/_locks/staging-b28e45e6de07e4cf.lock for /private/var/folders/xx/t7wrqqf50cz5rvj5_nl921vh0000gn/T/nativescript-check-cocoapods1171127-22471-1e2y9fm.0g6w/node_modules ◡ Installing iOS runtime.⸨ ░░░░░░░░░░░⸩ ⠴ extract:tns-ios: verb lock using /Users/user/.npm/_locks/staging-b28e45e6de07e4cf.lock for /private/var/folders/xx/t7wrqqf50cz5rvj5_nl921vh0000gn/T/nativescript-check-cocoapods1171127-22471-1e2y9fm.0g6w/node_modules ◟ Installing iOS runtime.⸨ ░░░░░░░░░░░⸩ ⠴ extract:tns-ios: verb lock using /Users/user/.npm/_locks/staging-b28e45e6de07e4cf.lock for /private/var/folders/xx/t7wrqqf50cz5rvj5_nl921vh0000gn/T/nativescript-check-cocoapods1171127-22471-1e2y9fm.0g6w/node_modules ◜ Installing iOS runtime.⸨ ░░░░░░░░░░░⸩ ⠴ extract:tns-ios: verb lock using /Users/user/.npm/_locks/staging-b28e45e6de07e4cf.lock for /private/var/folders/xx/t7wrqqf50cz5rvj5_nl921vh0000gn/T/nativescript-check-cocoapods1171127-22471-1e2y9fm.0g6w/node_modulesnpm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN nativescript-check-cocoapods@0.0.1 No description
npm WARN nativescript-check-cocoapods@0.0.1 No repository field.
npm WARN nativescript-check-cocoapods@0.0.1 No license field.
◝ Installing iOS runtime.
+ tns-ios@3.4.0
added 1 package in 3.356s
spawn: npm "install" "tns-ios" "--global" "false" "--production" "--save" "--ignoreScripts" "--ignore-scripts" "--json" "--dry-run" "--prefix" "/var/folders/xx/t7wrqqf50cz5rvj5_nl921vh0000gn/T/nativescript-check-cocoapods1171127-22471-1e2y9fm.0g6w"
spawn: pod "install"
◞ Verifying CocoaPods. This may take some time, please be patient.Result when throw error is false:
{ stdout: 'Analyzing dependencies
Downloading dependencies
Installing AFNetworking (1.3.4)
Generating Pods project
Integrating client project
[!] Please close any current Xcode sessions and use `__PROJECT_NAME__.xcworkspace` for this project from now on.
Sending stats
Pod installation complete! There is 1 dependency from the Podfile and 1 total pod installed.
',
stderr: '
[!] Automatically assigning platform ios with version 8.0 on target __PROJECT_NAME__ because no platform was specified. Please specify a platform for this target in your Podfile. See `https://guides.cocoapods.org/syntax/podfile.html#platform`.
',
exitCode: 0 }
◜ Verifying CocoaPods. This may take some time, please be patient.
Exec xcodebuild -version
stdout: Xcode 9.2
Build version 9C40b
stderr:
Installed Android Targets are: [ 'android-10',
'android-16',
'android-17',
'android-19',
'android-21',
'android-22',
'android-23',
'android-25',
'android-26' ]
Directories found in /Users/user/Library/Android/sdk/build-tools are .DS_Store, 21.1.2, 22.0.1, 23.0.1, 23.0.3, 24.0.0, 25.0.0, 25.0.1, 25.0.2, 25.0.3, 26.0.1, 26.0.2
Versions found in /Users/user/Library/Android/sdk/build-tools are 21.1.2, 22.0.1, 23.0.1, 23.0.3, 24.0.0, 25.0.0, 25.0.1, 25.0.2, 25.0.3, 26.0.1, 26.0.2
Selected version is: 26.0.2
Selected targetSdk is: 26
Directories found in /Users/user/Library/Android/sdk/extras/android/m2repository/com/android/support/appcompat-v7 are 18.0.0, 19.0.0, 19.0.1, 19.1.0, 20.0.0, 21.0.0, 21.0.2, 21.0.3, 22.0.0, 22.1.0, 22.1.1, 22.2.0, 22.2.1, 23.0.0, 23.0.1, 23.1.0, 23.1.1, 23.2.0, 23.2.1, 23.3.0, 23.4.0, 24.0.0, 24.0.0-alpha1, 24.0.0-alpha2, 24.0.0-beta1, 24.1.0, 24.1.1, 24.2.0, 24.2.1, 25.0.0, 25.0.1, 25.1.0, 25.1.1, 25.2.0, 25.3.0, 25.3.1, 26.0.0-alpha1, maven-metadata.xml, maven-metadata.xml.md5, maven-metadata.xml.sha1
Versions found in /Users/user/Library/Android/sdk/extras/android/m2repository/com/android/support/appcompat-v7 are 18.0.0, 19.0.0, 19.0.1, 19.1.0, 20.0.0, 21.0.0, 21.0.2, 21.0.3, 22.0.0, 22.1.0, 22.1.1, 22.2.0, 22.2.1, 23.0.0, 23.0.1, 23.1.0, 23.1.1, 23.2.0, 23.2.1, 23.3.0, 23.4.0, 24.0.0, 24.0.0, 24.0.0, 24.0.0, 24.1.0, 24.1.1, 24.2.0, 24.2.1, 25.0.0, 25.0.1, 25.1.0, 25.1.1, 25.2.0, 25.3.0, 25.3.1, 26.0.0
Selected version is: 26.0.0-alpha1
Selected AppCompat version is: 26.0.0-alpha1
Exec python -c "import six"
stdout:
stderr:
Exec npm view nativescript dist-tags --json
stdout: {
"latest": "3.4.0",
"next": "3.5.0-2017-12-20-10289",
"rc": "3.4.0-2017-12-20-10292"
}
stderr:
Using version 3.4.0.
Exec npm view tns-core-modules dist-tags --json
stdout: {
"latest": "3.4.0",
"next": "4.0.0-2017-12-20-01",
"rc": "3.4.0-rc-2017.12.18.2"
}
stderr:
Using version 3.4.0.
Exec npm view tns-ios dist-tags --json
stdout: {
"latest": "3.4.0",
"next": "3.5.0-2017-12-20-02",
"rc": "3.4.0-rc-2017-12-19-1"
}
stderr:
Using version 3.4.0.
Exec npm view tns-android dist-tags --json
stdout: {
"latest": "3.4.0",
"next": "4.0.0-2017-12-19-05",
"rc": "3.4.0-rc-2017.12.18.1"
}
stderr:
Using version 3.4.0.
Updates available
┌──────────────────┬─────────────────┬────────────────┬──────────────────┐
│ Component │ Current version │ Latest version │ Information │
│ tns-core-modules │ 3.1.1 │ 3.4.0 │ Update available │
└──────────────────┴─────────────────┴────────────────┴──────────────────┘
No issues were detected.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment