Last active
February 8, 2018 19:43
-
-
Save jwaldrip/d59dfa4b38f78de9fe5a7ecbf29c7ba2 to your computer and use it in GitHub Desktop.
Fastlane Output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INFO [2018-02-08 12:34:11.52]: ▸ ❌ Code Signing Error: "assessmentmobile" requires a provisioning profile. Select a provisioning profile for the "Release" build configuration in the project editor. | |
INFO [2018-02-08 12:34:11.58]: ▸ ** ARCHIVE FAILED ** | |
INFO [2018-02-08 12:34:11.58]: ▸ The following build commands failed: | |
INFO [2018-02-08 12:34:11.58]: ▸ Check dependencies | |
INFO [2018-02-08 12:34:11.58]: ▸ (1 failure) | |
ERROR [2018-02-08 12:34:11.60]: Exit status: 65 | |
INFO [2018-02-08 12:34:11.67]: ▸ === BUILD TARGET assessmentmobile OF PROJECT assessmentmobile WITH CONFIGURATION Release === | |
INFO [2018-02-08 12:34:11.67]: ▸ Check dependencies | |
INFO [2018-02-08 12:34:11.67]: ▸ Code Signing Error: "assessmentmobile" requires a provisioning profile. Select a provisioning profile for the "Release" build configuration in the project editor. | |
INFO [2018-02-08 12:34:11.67]: ▸ Code Signing Error: Code signing is required for product type 'Application' in SDK 'iOS 11.2' | |
INFO [2018-02-08 12:34:11.67]: | |
ERROR [2018-02-08 12:34:11.67]: ⬆️ Check out the few lines of raw `xcodebuild` output above for potential hints on how to solve this error | |
WARN [2018-02-08 12:34:11.67]: 📋 For the complete and more detailed error log, check the full log at: | |
WARN [2018-02-08 12:34:11.67]: 📋 /Users/jwaldrip/Library/Logs/gym/assessmentmobile-CT-Assess Staging.log | |
INFO [2018-02-08 12:34:11.67]: | |
ERROR [2018-02-08 12:34:11.67]: Looks like fastlane ran into a build/archive error with your project | |
ERROR [2018-02-08 12:34:11.67]: It's hard to tell what's causing the error, so we wrote some guides on how | |
ERROR [2018-02-08 12:34:11.67]: to troubleshoot build and signing issues: https://docs.fastlane.tools/codesigning/getting-started/ | |
ERROR [2018-02-08 12:34:11.67]: Before submitting an issue on GitHub, please follow the guide above and make | |
ERROR [2018-02-08 12:34:11.67]: sure your project is set up correctly. | |
ERROR [2018-02-08 12:34:11.67]: fastlane uses `xcodebuild` commands to generate your binary, you can see the | |
ERROR [2018-02-08 12:34:11.67]: the full commands printed out in yellow in the above log. | |
ERROR [2018-02-08 12:34:11.67]: Make sure to inspect the output above, as usually you'll find more error information there | |
``` | |
##### Complete output when running fastlane, including the stack trace and command used | |
<!-- You can use: `--capture_output` as the last commandline argument to get that collected for you --> | |
<!-- The output of `--capture_output` could contain sensitive data such as application ids, certificate ids, or email addreses, Please make sure you double check the output and replace anything sensitive you don't wish to submit in the issue --> | |
<details> | |
<pre> | |
$ TRAVIS_BUILD_NUMBER=1 fastlane ios alpha --capture_output | |
[✔] 🚀 | |
[12:32:21]: fastlane detected a Gemfile in the current directory | |
[12:32:21]: however it seems like you don't use `bundle exec` | |
[12:32:21]: to launch fastlane faster, please use | |
[12:32:21]: | |
[12:32:21]: $ bundle exec fastlane ios alpha --capture_output | |
[12:32:21]: | |
[12:32:21]: Get started using a Gemfile for fastlane https://docs.fastlane.tools/getting-started/ios/setup/#use-a-gemfile | |
DEBUG [2018-02-08 12:32:22.84]: Checking if there are any plugins that should be loaded... | |
DEBUG [2018-02-08 12:32:22.90]: Loading 'fastlane-plugin-yarn' plugin | |
INFO [2018-02-08 12:32:22.97]: gem 'fastlane-plugin-yarn' is already installed | |
DEBUG [2018-02-08 12:32:23.01]: Loading 'fastlane-plugin-increment_version_code' plugin | |
INFO [2018-02-08 12:32:23.01]: gem 'fastlane-plugin-increment_version_code' is already installed | |
INFO [2018-02-08 12:32:23.25]: Driving the lane 'ios alpha' 🚀 | |
INFO [2018-02-08 12:32:23.29]: ------------------------------------- | |
INFO [2018-02-08 12:32:23.29]: --- Step: ensure_git_status_clean --- | |
INFO [2018-02-08 12:32:23.29]: ------------------------------------- | |
INFO [2018-02-08 12:32:23.29]: $ git status --porcelain | |
INFO [2018-02-08 12:32:23.30]: Git status is clean, all good! 💪 | |
INFO [2018-02-08 12:32:23.31]: -------------------------------------------- | |
INFO [2018-02-08 12:32:23.31]: --- Step: Switch to ios compile_app lane --- | |
INFO [2018-02-08 12:32:23.31]: -------------------------------------------- | |
INFO [2018-02-08 12:32:23.31]: Cruising over to lane 'ios compile_app' 🚖 | |
INFO [2018-02-08 12:32:23.34]: -------------------------------- | |
INFO [2018-02-08 12:32:23.34]: --- Step: get_version_number --- | |
INFO [2018-02-08 12:32:23.34]: -------------------------------- | |
INFO [2018-02-08 12:32:23.34]: $ cd /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/ios && agvtool what-marketing-version -terse | |
INFO [2018-02-08 12:32:23.86]: ▸ "assessmentmobile.xcodeproj/../assessmentmobile/Info.plist"=1.0.0 | |
INFO [2018-02-08 12:32:23.87]: ▸ "assessmentmobile.xcodeproj/../assessmentmobileTests/Info.plist"=1.0 | |
INFO [2018-02-08 12:32:23.91]: ------------------------------------ | |
INFO [2018-02-08 12:32:23.91]: --- Step: increment_build_number --- | |
INFO [2018-02-08 12:32:23.91]: ------------------------------------ | |
Current version of project assessmentmobile is: | |
1 | |
/Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile | |
INFO [2018-02-08 12:32:24.41]: $ cd /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/ios && agvtool new-version -all 1 && cd - | |
INFO [2018-02-08 12:32:24.92]: ▸ Setting version of project assessmentmobile to: | |
INFO [2018-02-08 12:32:24.92]: ▸ 1. | |
INFO [2018-02-08 12:32:24.94]: ▸ Also setting CFBundleVersion key (assuming it exists) | |
INFO [2018-02-08 12:32:24.96]: ▸ Updating CFBundleVersion in Info.plist(s)... | |
INFO [2018-02-08 12:32:24.98]: ▸ Updated CFBundleVersion in "assessmentmobile.xcodeproj/../assessmentmobile/Info.plist" to 1 | |
INFO [2018-02-08 12:32:24.99]: ▸ Updated CFBundleVersion in "assessmentmobile.xcodeproj/../assessmentmobileTests/Info.plist" to 1 | |
INFO [2018-02-08 12:32:24.99]: ▸ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile | |
INFO [2018-02-08 12:32:25.54]: ------------------------------- | |
INFO [2018-02-08 12:32:25.54]: --- Step: update_info_plist --- | |
INFO [2018-02-08 12:32:25.54]: ------------------------------- | |
INFO [2018-02-08 12:32:25.58]: Updated assessmentmobile/Info.plist 💾. | |
INFO [2018-02-08 12:32:25.58]: -------------------------------------------- | |
INFO [2018-02-08 12:32:25.58]: --- Step: Switch to ios label_icons lane --- | |
INFO [2018-02-08 12:32:25.58]: -------------------------------------------- | |
INFO [2018-02-08 12:32:25.58]: Cruising over to lane 'ios label_icons' 🚖 | |
INFO [2018-02-08 12:32:25.62]: ------------------ | |
INFO [2018-02-08 12:32:25.62]: --- Step: yarn --- | |
INFO [2018-02-08 12:32:25.62]: ------------------ | |
INFO [2018-02-08 12:32:25.94]: $ yarn label-icons --top="alpha" --bottom="v1.0.0b1" | |
INFO [2018-02-08 12:32:26.25]: ▸ yarn run v1.3.2 | |
INFO [2018-02-08 12:32:26.32]: ▸ $ app-icon label -i icon.png -o icon-dev.png --top=alpha --bottom=v1.0.0b1 | |
INFO [2018-02-08 12:32:26.93]: ▸ $ yarn generate-icons -i icon-dev.png | |
INFO [2018-02-08 12:32:27.32]: ▸ $ app-icon generate -i icon-dev.png | |
INFO [2018-02-08 12:32:28.28]: ▸ Found iOS iconset: ios/assessmentmobile/Images.xcassets/AppIcon.appiconset... | |
INFO [2018-02-08 12:32:28.84]: ▸ ✓ Generated ipad-20x20-1x.png | |
INFO [2018-02-08 12:32:28.84]: ▸ ✓ Generated iphone-20x20-2x.png | |
INFO [2018-02-08 12:32:28.84]: ▸ ✓ Generated ipad-20x20-2x.png | |
INFO [2018-02-08 12:32:28.84]: ▸ ✓ Generated iphone-29x29-1x.png | |
INFO [2018-02-08 12:32:28.84]: ▸ ✓ Generated iphone-20x20-3x.png | |
INFO [2018-02-08 12:32:28.84]: ▸ ✓ Generated iphone-29x29-2x.png | |
INFO [2018-02-08 12:32:28.84]: ▸ ✓ Generated iphone-29x29-3x.png | |
INFO [2018-02-08 12:32:28.84]: ▸ ✓ Generated iphone-40x40-2x.png | |
INFO [2018-02-08 12:32:28.84]: ▸ ✓ Generated iphone-40x40-3x.png | |
INFO [2018-02-08 12:32:28.84]: ▸ ✓ Generated iphone-60x60-3x.png | |
INFO [2018-02-08 12:32:28.84]: ▸ ✓ Generated iphone-57x57-2x.png | |
INFO [2018-02-08 12:32:28.84]: ▸ ✓ Generated iphone-60x60-2x.png | |
INFO [2018-02-08 12:32:28.84]: ▸ ✓ Generated iphone-57x57-1x.png | |
INFO [2018-02-08 12:32:28.84]: ▸ ✓ Generated ipad-29x29-1x.png | |
INFO [2018-02-08 12:32:28.84]: ▸ ✓ Generated ipad-29x29-2x.png | |
INFO [2018-02-08 12:32:28.84]: ▸ ✓ Generated ipad-40x40-1x.png | |
INFO [2018-02-08 12:32:28.84]: ▸ ✓ Generated ipad-72x72-2x.png | |
INFO [2018-02-08 12:32:28.84]: ▸ ✓ Generated ipad-76x76-2x.png | |
INFO [2018-02-08 12:32:28.84]: ▸ ✓ Generated ipad-83.5x83.5-2x.png | |
INFO [2018-02-08 12:32:28.84]: ▸ ✓ Generated ipad-40x40-2x.png | |
INFO [2018-02-08 12:32:28.84]: ▸ ✓ Generated ipad-50x50-2x.png | |
INFO [2018-02-08 12:32:28.84]: ▸ ✓ Generated ipad-50x50-1x.png | |
INFO [2018-02-08 12:32:28.84]: ▸ ✓ Generated ipad-72x72-1x.png | |
INFO [2018-02-08 12:32:28.84]: ▸ ✓ Generated ipad-76x76-1x.png | |
INFO [2018-02-08 12:32:28.84]: ▸ ✓ Generated ios-marketing-1024x1024-1x.png | |
INFO [2018-02-08 12:32:28.84]: ▸ ✓ Updated Contents.json | |
INFO [2018-02-08 12:32:29.78]: ▸ Found Android Manifest: android/app/src/main/AndroidManifest.xml... | |
INFO [2018-02-08 12:32:29.89]: ▸ ✓ Generated res/mipmap-hdpi/ic_launcher.png | |
INFO [2018-02-08 12:32:29.89]: ▸ ✓ Generated res/mipmap-mdpi/ic_launcher.png | |
INFO [2018-02-08 12:32:29.89]: ▸ ✓ Generated res/mipmap-xhdpi/ic_launcher.png | |
INFO [2018-02-08 12:32:29.89]: ▸ ✓ Generated res/mipmap-xxhdpi/ic_launcher.png | |
INFO [2018-02-08 12:32:29.89]: ▸ ✓ Generated res/mipmap-xxxhdpi/ic_launcher.png | |
INFO [2018-02-08 12:32:29.91]: ▸ Done in 3.67s. | |
INFO [2018-02-08 12:32:29.92]: Cruising back to lane 'ios compile_app' 🚘 | |
INFO [2018-02-08 12:32:29.97]: --------------------- | |
INFO [2018-02-08 12:32:29.97]: --- Step: produce --- | |
INFO [2018-02-08 12:32:29.97]: --------------------- | |
INFO [2018-02-08 12:32:31.82]: [DevCenter] App 'com.commercialtribe.assessment-mobile.alpha' already exists, nothing to do on the Dev Center | |
INFO [2018-02-08 12:32:34.75]: [iTC] App 'com.commercialtribe.assessment-mobile.alpha' already exists (1346478250), nothing to do on iTunes Connect | |
INFO [2018-02-08 12:32:35.12]: ------------------------------- | |
INFO [2018-02-08 12:32:35.12]: --- Step: sync_code_signing --- | |
INFO [2018-02-08 12:32:35.12]: ------------------------------- | |
INFO [2018-02-08 12:32:35.20]: Cloning remote git repo... | |
INFO [2018-02-08 12:32:35.20]: If cloning the repo takes too long, you can use the `clone_branch_directly` option in match. | |
INFO [2018-02-08 12:32:35.20]: $ GIT_TERMINAL_PROMPT=0 git clone '[email protected]:CommercialTribe/assessment-certificates.git' '/var/folders/12/nk4qrwz12ln05f9zy8jwpphr0000gp/T/d20180208-54553-1qdhe0f' | |
INFO [2018-02-08 12:32:35.21]: ▸ Cloning into '/var/folders/12/nk4qrwz12ln05f9zy8jwpphr0000gp/T/d20180208-54553-1qdhe0f'... | |
INFO [2018-02-08 12:32:36.39]: ▸ remote: Counting objects: 66, done. | |
INFO [2018-02-08 12:32:36.50]: ▸ remote: Compressing objects: 100% (49/49), done. | |
INFO [2018-02-08 12:32:36.68]: ▸ remote: Total 66 (delta 12), reused 61 (delta 7), pack-reused 0 | |
INFO [2018-02-08 12:32:36.69]: ▸ Receiving objects: 100% (66/66), 104.40 KiB | 577.00 KiB/s, done. | |
INFO [2018-02-08 12:32:36.69]: ▸ Resolving deltas: 100% (12/12), done. | |
INFO [2018-02-08 12:32:36.86]: 🔓 Decrypted '5M59R7W467.cer' | |
INFO [2018-02-08 12:32:36.91]: 🔓 Decrypted '5M59R7W467.p12' | |
INFO [2018-02-08 12:32:36.97]: 🔓 Decrypted 'AppStore_com.commercialtribe.assessment-mobile.alpha.mobileprovision' | |
INFO [2018-02-08 12:32:37.03]: 🔓 Decrypted 'AppStore_com.commercialtribe.assessment-mobile.beta.mobileprovision' | |
INFO [2018-02-08 12:32:37.03]: 🔓 Successfully decrypted certificates repo | |
INFO [2018-02-08 12:32:37.07]: Verifying that the certificate and profile are still valid on the Dev Portal... | |
INFO [2018-02-08 12:32:38.02]: Installing certificate... | |
INFO [2018-02-08 12:32:38.02]: $ security list-keychains -d user | |
INFO [2018-02-08 12:32:38.03]: ▸ "/Users/jwaldrip/Library/Caches/electron-builder/electron-builder-root-certs.keychain" | |
INFO [2018-02-08 12:32:38.03]: ▸ "/Users/jwaldrip/Library/Keychains/login.keychain-db" | |
INFO [2018-02-08 12:32:38.03]: ▸ "/Library/Keychains/System.keychain" | |
INFO [2018-02-08 12:32:38.03]: $ security find-certificate -c 'Apple Worldwide Developer Relations Certification Authority' /Users/jwaldrip/Library/Caches/electron-builder/electron-builder-root-certs.keychain | |
security: SecKeychainSearchCopyNext: The specified item could not be found in the keychain. | |
INFO [2018-02-08 12:32:38.06]: $ security list-keychains -d user | |
INFO [2018-02-08 12:32:38.08]: ▸ "/Users/jwaldrip/Library/Caches/electron-builder/electron-builder-root-certs.keychain" | |
INFO [2018-02-08 12:32:38.08]: ▸ "/Users/jwaldrip/Library/Keychains/login.keychain-db" | |
INFO [2018-02-08 12:32:38.08]: ▸ "/Library/Keychains/System.keychain" | |
DEBUG [2018-02-08 12:32:38.08]: Installing WWDR Cert: curl -f -o /var/folders/12/nk4qrwz12ln05f9zy8jwpphr0000gp/T/AppleWWDRCA20180208-54553-10aup4h https://developer.apple.com/certificationauthority/AppleWWDRCA.cer && security import /var/folders/12/nk4qrwz12ln05f9zy8jwpphr0000gp/T/AppleWWDRCA20180208-54553-10aup4h -k /Users/jwaldrip/Library/Caches/electron-builder/electron-builder-root-certs.keychain | |
INFO [2018-02-08 12:32:38.41]: ▸ 100 1062 100 1062 0 0 3759 0 --:--:-- --:--:-- --:--:-- 3765 | |
INFO [2018-02-08 12:32:38.41]: ▸ security: SecKeychainItemImport: The specified keychain could not be found. | |
DEBUG [2018-02-08 12:32:39.16]: Certificate '5M59R7W467.cer' is already installed on this machine | |
INFO [2018-02-08 12:32:39.16]: $ security import /var/folders/12/nk4qrwz12ln05f9zy8jwpphr0000gp/T/d20180208-54553-1qdhe0f/certs/distribution/5M59R7W467.p12 -k '/Users/jwaldrip/Library/Keychains/login.keychain-db' -P '' -T /usr/bin/codesign -T /usr/bin/security | |
security: SecKeychainItemImport: The specified item already exists in the keychain. | |
INFO [2018-02-08 12:32:39.27]: $ security set-key-partition-list -S apple-tool:,apple: -k '' /Users/jwaldrip/Library/Keychains/login.keychain-db | |
security: SecKeychainItemSetAccessWithPassword: The user name or passphrase you entered is not correct. | |
INFO [2018-02-08 12:32:39.36]: ▸ keychain: "/Users/jwaldrip/Library/Keychains/login.keychain-db" | |
INFO [2018-02-08 12:32:39.36]: ▸ version: 512 | |
INFO [2018-02-08 12:32:39.36]: ▸ class: 0x0000000F | |
INFO [2018-02-08 12:32:39.36]: ▸ attributes: | |
INFO [2018-02-08 12:32:39.36]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2018-02-08 12:32:39.36]: ▸ 0x00000001 <blob>="<key>" | |
INFO [2018-02-08 12:32:39.36]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2018-02-08 12:32:39.36]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.36]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.36]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.36]: ▸ 0x00000006 <blob>=0xC91B111FC13FF6CB0C4533314C38CBD9CC760B8A "\311\033\021\037\301?\366\313\014E31L8\313\331\314v\013\212" | |
INFO [2018-02-08 12:32:39.36]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2018-02-08 12:32:39.36]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2018-02-08 12:32:39.36]: ▸ 0x00000009 <uint32>=0x0000002A "\000\000\000*" | |
INFO [2018-02-08 12:32:39.36]: ▸ 0x0000000A <uint32>=0x00000800 | |
INFO [2018-02-08 12:32:39.36]: ▸ 0x0000000B <uint32>=0x00000800 | |
INFO [2018-02-08 12:32:39.36]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2018-02-08 12:32:39.36]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2018-02-08 12:32:39.36]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.36]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.36]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.36]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.36]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.36]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.36]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.36]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.36]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.36]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.36]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.36]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.36]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.36]: ▸ keychain: "/Users/jwaldrip/Library/Keychains/login.keychain-db" | |
INFO [2018-02-08 12:32:39.36]: ▸ version: 512 | |
INFO [2018-02-08 12:32:39.36]: ▸ class: 0x0000000F | |
INFO [2018-02-08 12:32:39.36]: ▸ attributes: | |
INFO [2018-02-08 12:32:39.36]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2018-02-08 12:32:39.36]: ▸ 0x00000001 <blob>="iMessage Signing Key" | |
INFO [2018-02-08 12:32:39.36]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2018-02-08 12:32:39.36]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.36]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.36]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.36]: ▸ 0x00000006 <blob>=0xA0940C00958F7530ACE43D71E456E19F705F41BF "\240\224\014\000\225\217u0\254\344=q\344V\341\237p_A\277" | |
INFO [2018-02-08 12:32:39.36]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2018-02-08 12:32:39.36]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2018-02-08 12:32:39.36]: ▸ 0x00000009 <uint32>=0x00000049 "\000\000\000I" | |
INFO [2018-02-08 12:32:39.36]: ▸ 0x0000000A <uint32>=0x00000100 | |
INFO [2018-02-08 12:32:39.36]: ▸ 0x0000000B <uint32>=0x00000100 | |
INFO [2018-02-08 12:32:39.36]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2018-02-08 12:32:39.36]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2018-02-08 12:32:39.36]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.36]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.36]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.36]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.36]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.36]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.36]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.36]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.36]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.36]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.36]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.36]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.36]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.37]: ▸ keychain: "/Users/jwaldrip/Library/Keychains/login.keychain-db" | |
INFO [2018-02-08 12:32:39.37]: ▸ version: 512 | |
INFO [2018-02-08 12:32:39.37]: ▸ class: 0x0000000F | |
INFO [2018-02-08 12:32:39.37]: ▸ attributes: | |
INFO [2018-02-08 12:32:39.37]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2018-02-08 12:32:39.37]: ▸ 0x00000001 <blob>="iMessage Encryption Key" | |
INFO [2018-02-08 12:32:39.37]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2018-02-08 12:32:39.37]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.37]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.37]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.37]: ▸ 0x00000006 <blob>=0x3EFBC8541A003680E194EE140071160835B0EF2F ">\373\310T\032\0006\200\341\224\356\024\000q\026\0105\260\357/" | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000009 <uint32>=0x0000002A "\000\000\000*" | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000A <uint32>=0x00000500 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000B <uint32>=0x00000500 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ keychain: "/Users/jwaldrip/Library/Keychains/login.keychain-db" | |
INFO [2018-02-08 12:32:39.38]: ▸ version: 512 | |
INFO [2018-02-08 12:32:39.38]: ▸ class: 0x0000000F | |
INFO [2018-02-08 12:32:39.38]: ▸ attributes: | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000001 <blob>="Apple ID [email protected] key" | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000006 <blob>=0xBDBF952867FBC7AFEB974F519D46FE863155CC47 "\275\277\225(g\373\307\257\353\227OQ\235F\376\2061U\314G" | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000009 <uint32>=0x0000002A "\000\000\000*" | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000A <uint32>=0x00000800 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000B <uint32>=0x00000800 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ keychain: "/Users/jwaldrip/Library/Keychains/login.keychain-db" | |
INFO [2018-02-08 12:32:39.38]: ▸ version: 512 | |
INFO [2018-02-08 12:32:39.38]: ▸ class: 0x0000000F | |
INFO [2018-02-08 12:32:39.38]: ▸ attributes: | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000001 <blob>="iMessage Signing Key" | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000006 <blob>=0xE6AA45236BB563FB2FEC24650CBD60A72BF4A3AB "\346\252E#k\265c\373/\354$e\014\275`\247+\364\243\253" | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000009 <uint32>=0x00000049 "\000\000\000I" | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000A <uint32>=0x00000100 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000B <uint32>=0x00000100 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ keychain: "/Users/jwaldrip/Library/Keychains/login.keychain-db" | |
INFO [2018-02-08 12:32:39.38]: ▸ version: 512 | |
INFO [2018-02-08 12:32:39.38]: ▸ class: 0x0000000F | |
INFO [2018-02-08 12:32:39.38]: ▸ attributes: | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000001 <blob>="iMessage Encryption Key" | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000006 <blob>=0x121F7D3CA94469D7CC2129F3CA477171C06BDDBD "\022\037}<\251Di\327\314!)\363\312Gqq\300k\335\275" | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000009 <uint32>=0x0000002A "\000\000\000*" | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000A <uint32>=0x00000500 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000B <uint32>=0x00000500 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ keychain: "/Users/jwaldrip/Library/Keychains/login.keychain-db" | |
INFO [2018-02-08 12:32:39.38]: ▸ version: 512 | |
INFO [2018-02-08 12:32:39.38]: ▸ class: 0x0000000F | |
INFO [2018-02-08 12:32:39.38]: ▸ attributes: | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000001 <blob>="iMessage Signing Key" | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000006 <blob>=0x7871D043246BB4F9E10876019E15639E13CE6E44 "xq\320C$k\264\371\341\010v\001\236\025c\236\023\316nD" | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000009 <uint32>=0x00000049 "\000\000\000I" | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000A <uint32>=0x00000100 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000B <uint32>=0x00000100 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ keychain: "/Users/jwaldrip/Library/Keychains/login.keychain-db" | |
INFO [2018-02-08 12:32:39.38]: ▸ version: 512 | |
INFO [2018-02-08 12:32:39.38]: ▸ class: 0x0000000F | |
INFO [2018-02-08 12:32:39.38]: ▸ attributes: | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000001 <blob>="iMessage Encryption Key" | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000006 <blob>=0xB01F17554763369D707606F993C513DB4A9B796A "\260\037\027UGc6\235pv\006\371\223\305\023\333J\233yj" | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000009 <uint32>=0x0000002A "\000\000\000*" | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000A <uint32>=0x00000500 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000B <uint32>=0x00000500 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ keychain: "/Users/jwaldrip/Library/Keychains/login.keychain-db" | |
INFO [2018-02-08 12:32:39.38]: ▸ version: 512 | |
INFO [2018-02-08 12:32:39.38]: ▸ class: 0x0000000F | |
INFO [2018-02-08 12:32:39.38]: ▸ attributes: | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000001 <blob>="iMessage Signing Key" | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000006 <blob>=0x7D6401EC82B32573C8EC00CA966A18B42A253D1B "}d\001\354\202\263%s\310\354\000\312\226j\030\264*%=\033" | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000009 <uint32>=0x00000049 "\000\000\000I" | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000A <uint32>=0x00000100 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000B <uint32>=0x00000100 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ keychain: "/Users/jwaldrip/Library/Keychains/login.keychain-db" | |
INFO [2018-02-08 12:32:39.38]: ▸ version: 512 | |
INFO [2018-02-08 12:32:39.38]: ▸ class: 0x0000000F | |
INFO [2018-02-08 12:32:39.38]: ▸ attributes: | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000001 <blob>="iMessage Encryption Key" | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000006 <blob>=0x400166A99DE0C3B1793C920E034825ACA281F915 "@\001f\251\235\340\303\261y<\222\016\003H%\254\242\201\371\025" | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000009 <uint32>=0x0000002A "\000\000\000*" | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000A <uint32>=0x00000500 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000B <uint32>=0x00000500 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ keychain: "/Users/jwaldrip/Library/Keychains/login.keychain-db" | |
INFO [2018-02-08 12:32:39.38]: ▸ version: 512 | |
INFO [2018-02-08 12:32:39.38]: ▸ class: 0x0000000F | |
INFO [2018-02-08 12:32:39.38]: ▸ attributes: | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000001 <blob>="iMessage Signing Key" | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000006 <blob>=0x1D75EF12C14AAF92417384542EA407ABB6568475 "\035u\357\022\301J\257\222As\204T.\244\007\253\266V\204u" | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000009 <uint32>=0x00000049 "\000\000\000I" | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000A <uint32>=0x00000100 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000B <uint32>=0x00000100 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ keychain: "/Users/jwaldrip/Library/Keychains/login.keychain-db" | |
INFO [2018-02-08 12:32:39.38]: ▸ version: 512 | |
INFO [2018-02-08 12:32:39.38]: ▸ class: 0x0000000F | |
INFO [2018-02-08 12:32:39.38]: ▸ attributes: | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000001 <blob>="iMessage Encryption Key" | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000006 <blob>=0xE873E24D04C44257D1CF3197C490A0DC5C292C20 "\350s\342M\004\304BW\321\3171\227\304\220\240\334\134), " | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000009 <uint32>=0x0000002A "\000\000\000*" | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000A <uint32>=0x00000500 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000B <uint32>=0x00000500 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ keychain: "/Users/jwaldrip/Library/Keychains/login.keychain-db" | |
INFO [2018-02-08 12:32:39.38]: ▸ version: 512 | |
INFO [2018-02-08 12:32:39.38]: ▸ class: 0x0000000F | |
INFO [2018-02-08 12:32:39.38]: ▸ attributes: | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000001 <blob>="iMessage Signing Key" | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000006 <blob>=0xDFF7AD74F4DE1450985A972B24A61D0619C48A01 "\337\367\255t\364\336\024P\230Z\227+$\246\035\006\031\304\212\001" | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000009 <uint32>=0x00000049 "\000\000\000I" | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000A <uint32>=0x00000100 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000B <uint32>=0x00000100 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ keychain: "/Users/jwaldrip/Library/Keychains/login.keychain-db" | |
INFO [2018-02-08 12:32:39.38]: ▸ version: 512 | |
INFO [2018-02-08 12:32:39.38]: ▸ class: 0x0000000F | |
INFO [2018-02-08 12:32:39.38]: ▸ attributes: | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000001 <blob>="iMessage Encryption Key" | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000006 <blob>=0x23DBB4C426822201117564AB8868B6C77B3C68AD "#\333\264\304&\202"\001\021ud\253\210h\266\307{<h\255" | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000009 <uint32>=0x0000002A "\000\000\000*" | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000A <uint32>=0x00000500 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000B <uint32>=0x00000500 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ keychain: "/Users/jwaldrip/Library/Keychains/login.keychain-db" | |
INFO [2018-02-08 12:32:39.38]: ▸ version: 512 | |
INFO [2018-02-08 12:32:39.38]: ▸ class: 0x0000000F | |
INFO [2018-02-08 12:32:39.38]: ▸ attributes: | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000001 <blob>="iMessage Signing Key" | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000006 <blob>=0xA942423A5E88E8BD6163C239B3AC8108FB077509 "\251BB:^\210\350\275ac\3029\263\254\201\010\373\007u\011" | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000009 <uint32>=0x00000049 "\000\000\000I" | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000A <uint32>=0x00000100 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000B <uint32>=0x00000100 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ keychain: "/Users/jwaldrip/Library/Keychains/login.keychain-db" | |
INFO [2018-02-08 12:32:39.38]: ▸ version: 512 | |
INFO [2018-02-08 12:32:39.38]: ▸ class: 0x0000000F | |
INFO [2018-02-08 12:32:39.38]: ▸ attributes: | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000001 <blob>="iMessage Encryption Key" | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000006 <blob>=0x1A66B08BABD501A9207F810EF3FC1682D2F0CD92 "\032f\260\213\253\325\001\251 \177\201\016\363\374\026\202\322\360\315\222" | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000009 <uint32>=0x0000002A "\000\000\000*" | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000A <uint32>=0x00000500 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000B <uint32>=0x00000500 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.38]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.39]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.39]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.39]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.39]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.39]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.39]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.39]: ▸ keychain: "/Users/jwaldrip/Library/Keychains/login.keychain-db" | |
INFO [2018-02-08 12:32:39.39]: ▸ version: 512 | |
INFO [2018-02-08 12:32:39.39]: ▸ class: 0x0000000F | |
INFO [2018-02-08 12:32:39.39]: ▸ attributes: | |
INFO [2018-02-08 12:32:39.39]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2018-02-08 12:32:39.39]: ▸ 0x00000001 <blob>="Apple ID [email protected] key" | |
INFO [2018-02-08 12:32:39.39]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2018-02-08 12:32:39.39]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.39]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.39]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.39]: ▸ 0x00000006 <blob>=0xDAA5EE4A7BC917187540AB1044B0BB0AB67E6C8B "\332\245\356J{\311\027\030u@\253\020D\260\273\012\266~l\213" | |
INFO [2018-02-08 12:32:39.39]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2018-02-08 12:32:39.39]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2018-02-08 12:32:39.39]: ▸ 0x00000009 <uint32>=0x0000002A "\000\000\000*" | |
INFO [2018-02-08 12:32:39.39]: ▸ 0x0000000A <uint32>=0x00000800 | |
INFO [2018-02-08 12:32:39.39]: ▸ 0x0000000B <uint32>=0x00000800 | |
INFO [2018-02-08 12:32:39.39]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2018-02-08 12:32:39.39]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2018-02-08 12:32:39.39]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.39]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.39]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.39]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.39]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.39]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.39]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.39]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.39]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.39]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.39]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.39]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.39]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.39]: ▸ keychain: "/Users/jwaldrip/Library/Keychains/login.keychain-db" | |
INFO [2018-02-08 12:32:39.39]: ▸ version: 512 | |
INFO [2018-02-08 12:32:39.39]: ▸ class: 0x0000000F | |
INFO [2018-02-08 12:32:39.39]: ▸ attributes: | |
INFO [2018-02-08 12:32:39.39]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2018-02-08 12:32:39.39]: ▸ 0x00000001 <blob>="Apple ID [email protected] key" | |
INFO [2018-02-08 12:32:39.39]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2018-02-08 12:32:39.39]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.39]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.39]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.39]: ▸ 0x00000006 <blob>=0x8EB72F96CA1D7CCE273FB71A329C32137BEA99F8 "\216\267/\226\312\035|\316'?\267\0322\2342\023{\352\231\370" | |
INFO [2018-02-08 12:32:39.39]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2018-02-08 12:32:39.39]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2018-02-08 12:32:39.39]: ▸ 0x00000009 <uint32>=0x0000002A "\000\000\000*" | |
INFO [2018-02-08 12:32:39.39]: ▸ 0x0000000A <uint32>=0x00000800 | |
INFO [2018-02-08 12:32:39.39]: ▸ 0x0000000B <uint32>=0x00000800 | |
INFO [2018-02-08 12:32:39.39]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2018-02-08 12:32:39.39]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2018-02-08 12:32:39.39]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.39]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.39]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.39]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.39]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.39]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.39]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.39]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.39]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2018-02-08 12:32:39.39]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.39]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.39]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.39]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2018-02-08 12:32:39.39]: $ openssl x509 -inform der -in /var/folders/12/nk4qrwz12ln05f9zy8jwpphr0000gp/T/d20180208-54553-1qdhe0f/certs/distribution/5M59R7W467.cer -subject -dates -noout & | |
INFO [2018-02-08 12:32:39.40]: ▸ subject= /UID=9AZS5LT7UB/CN=iPhone Distribution: CommercialTribe, Inc. (9AZS5LT7UB)/OU=9AZS5LT7UB/O=CommercialTribe, Inc./C=US | |
INFO [2018-02-08 12:32:39.40]: ▸ notBefore=Feb 8 05:11:42 2018 GMT | |
INFO [2018-02-08 12:32:39.40]: ▸ notAfter=Feb 8 05:11:42 2019 GMT | |
INFO [2018-02-08 12:32:39.78]: Installing provisioning profile... | |
WARN [2018-02-08 12:32:40.39]: Setting environment variable 'sigh_com.commercialtribe.assessment-mobile.alpha_appstore' to '8becc4b1-1ad5-4d1b-a103-d7070c8e097f' | |
WARN [2018-02-08 12:32:40.39]: Setting environment variable 'sigh_com.commercialtribe.assessment-mobile.alpha_appstore_team-id' to '9AZS5LT7UB' | |
WARN [2018-02-08 12:32:40.40]: Setting environment variable 'sigh_com.commercialtribe.assessment-mobile.alpha_appstore_profile-name' to 'match AppStore com.commercialtribe.assessment-mobile.alpha' | |
WARN [2018-02-08 12:32:40.40]: Setting environment variable 'sigh_com.commercialtribe.assessment-mobile.alpha_appstore_profile-path' to '/Users/jwaldrip/Library/MobileDevice/Provisioning Profiles/8becc4b1-1ad5-4d1b-a103-d7070c8e097f.mobileprovision' | |
INFO [2018-02-08 12:32:40.40]: All required keys, certificates and provisioning profiles are installed 🙌 | |
INFO [2018-02-08 12:32:40.41]: Setting Provisioning Profile type to 'app-store' | |
INFO [2018-02-08 12:32:40.44]: --------------------------- | |
INFO [2018-02-08 12:32:40.44]: --- Step: build_ios_app --- | |
INFO [2018-02-08 12:32:40.44]: --------------------------- | |
DEBUG [2018-02-08 12:32:40.49]: Merging provisioning profile mappings | |
DEBUG [2018-02-08 12:32:40.49]: ------------------------------------- | |
DEBUG [2018-02-08 12:32:40.49]: Primary provisioning profile mapping: | |
DEBUG [2018-02-08 12:32:40.49]: {} | |
DEBUG [2018-02-08 12:32:40.49]: Secondary provisioning profile mapping: | |
DEBUG [2018-02-08 12:32:40.49]: {:"com.commercialtribe.assessment-mobile.alpha"=>"match AppStore com.commercialtribe.assessment-mobile.alpha"} | |
DEBUG [2018-02-08 12:32:40.49]: Resulting in the following mapping: | |
DEBUG [2018-02-08 12:32:40.49]: {:"com.commercialtribe.assessment-mobile.alpha"=>"match AppStore com.commercialtribe.assessment-mobile.alpha"} | |
INFO [2018-02-08 12:32:40.49]: $ xcodebuild -list -project ./ios/assessmentmobile.xcodeproj | |
INFO [2018-02-08 12:32:41.86]: $ xcodebuild -showBuildSettings -scheme CT-Assess\ Staging -project ./ios/assessmentmobile.xcodeproj | |
DEBUG [2018-02-08 12:32:44.09]: Parsing project file '/Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/ios/assessmentmobile.xcodeproj' to find selected provisioning profiles | |
DEBUG [2018-02-08 12:32:44.09]: Finding provision profiles for 'Release' | |
DEBUG [2018-02-08 12:32:44.23]: Merging provisioning profile mappings | |
DEBUG [2018-02-08 12:32:44.23]: ------------------------------------- | |
DEBUG [2018-02-08 12:32:44.23]: Primary provisioning profile mapping: | |
DEBUG [2018-02-08 12:32:44.23]: {:"com.commercialtribe.assessment-mobile.alpha"=>"match AppStore com.commercialtribe.assessment-mobile.alpha"} | |
DEBUG [2018-02-08 12:32:44.23]: Secondary provisioning profile mapping: | |
DEBUG [2018-02-08 12:32:44.23]: {} | |
DEBUG [2018-02-08 12:32:44.23]: Resulting in the following mapping: | |
DEBUG [2018-02-08 12:32:44.23]: {:"com.commercialtribe.assessment-mobile.alpha"=>"match AppStore com.commercialtribe.assessment-mobile.alpha"} | |
INFO [2018-02-08 12:32:44.23]: Detected provisioning profile mapping: {:"com.commercialtribe.assessment-mobile.alpha"=>"match AppStore com.commercialtribe.assessment-mobile.alpha"} | |
INFO [2018-02-08 12:32:44.27]: $ set -o pipefail && xcodebuild -scheme CT-Assess\ Staging -project ./ios/assessmentmobile.xcodeproj -destination 'generic/platform=iOS' -archivePath /Users/jwaldrip/Library/Developer/Xcode/Archives/2018-02-08/assessmentmobile\ 2018-02-08\ 12.32.44.xcarchive archive | tee /Users/jwaldrip/Library/Logs/gym/assessmentmobile-CT-Assess\ Staging.log | xcpretty | |
INFO [2018-02-08 12:32:46.45]: ▸ Building React/yoga [Release] | |
INFO [2018-02-08 12:32:46.46]: ▸ Check Dependencies | |
INFO [2018-02-08 12:32:46.46]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/yoga/yoga/YGMacros.h | |
INFO [2018-02-08 12:32:46.46]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/yoga/yoga/Yoga.h | |
INFO [2018-02-08 12:32:46.46]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/yoga/yoga/YGEnums.h | |
INFO [2018-02-08 12:32:46.46]: ▸ Compiling Yoga.cpp | |
INFO [2018-02-08 12:32:48.80]: ▸ Compiling YGNodePrint.cpp | |
INFO [2018-02-08 12:32:48.80]: ▸ Compiling YGEnums.cpp | |
INFO [2018-02-08 12:32:48.80]: ▸ Compiling Yoga.cpp | |
INFO [2018-02-08 12:32:48.83]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/yoga/yoga/Yoga.cpp:472:25: implicit conversion loses integer precision: 'size_type' (aka 'unsigned long') to 'uint32_t' (aka 'unsigned int') [-Wshorten-64-to-32] | |
INFO [2018-02-08 12:32:48.83]: ▸ return node->children.size(); | |
INFO [2018-02-08 12:32:48.84]: ▸ ~~~~~~ ~~~~~~~~~~~~~~~^~~~~~ | |
INFO [2018-02-08 12:32:48.84]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/yoga/yoga/Yoga.cpp:1856:46: implicit conversion loses integer precision: 'size_type' (aka 'unsigned long') to 'const uint32_t' (aka 'const unsigned int') [-Wshorten-64-to-32] | |
INFO [2018-02-08 12:32:48.84]: ▸ const uint32_t childCount = node->children.size(); | |
INFO [2018-02-08 12:32:48.84]: ▸ ~~~~~~~~~~ ~~~~~~~~~~~~~~~^~~~~~ | |
INFO [2018-02-08 12:32:48.84]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/yoga/yoga/Yoga.cpp:3381:46: implicit conversion loses integer precision: 'size_type' (aka 'unsigned long') to 'const uint32_t' (aka 'const unsigned int') [-Wshorten-64-to-32] | |
INFO [2018-02-08 12:32:48.84]: ▸ const uint32_t childCount = node->children.size(); | |
INFO [2018-02-08 12:32:48.84]: ▸ ~~~~~~~~~~ ~~~~~~~~~~~~~~~^~~~~~ | |
INFO [2018-02-08 12:32:48.84]: ▸ Compiling YGEnums.cpp | |
INFO [2018-02-08 12:32:48.84]: ▸ Compiling YGNodePrint.cpp | |
INFO [2018-02-08 12:32:48.84]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/yoga/yoga/YGNodePrint.cpp:208:46: implicit conversion loses integer precision: 'size_type' (aka 'unsigned long') to 'const uint32_t' (aka 'const unsigned int') [-Wshorten-64-to-32] | |
INFO [2018-02-08 12:32:48.84]: ▸ const uint32_t childCount = node->children.size(); | |
INFO [2018-02-08 12:32:48.84]: ▸ ~~~~~~~~~~ ~~~~~~~~~~~~~~~^~~~~~ | |
INFO [2018-02-08 12:32:48.84]: ▸ Building library libyoga.a | |
INFO [2018-02-08 12:32:48.85]: ▸ Building library libyoga.a | |
INFO [2018-02-08 12:32:48.98]: ▸ Building React/jsinspector [Release] | |
INFO [2018-02-08 12:32:48.98]: ▸ Check Dependencies | |
INFO [2018-02-08 12:32:49.00]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/jsinspector/InspectorInterfaces.h | |
INFO [2018-02-08 12:32:49.00]: ▸ Compiling InspectorInterfaces.cpp | |
INFO [2018-02-08 12:32:49.80]: ▸ Compiling InspectorInterfaces.cpp | |
INFO [2018-02-08 12:32:49.80]: ▸ Building library libjsinspector.a | |
INFO [2018-02-08 12:32:49.82]: ▸ Building library libjsinspector.a | |
INFO [2018-02-08 12:32:49.91]: ▸ Building React/privatedata [Release] | |
INFO [2018-02-08 12:32:49.91]: ▸ Check Dependencies | |
INFO [2018-02-08 12:32:49.92]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/privatedata/PrivateDataBase.h | |
INFO [2018-02-08 12:32:49.93]: ▸ Compiling PrivateDataBase.cpp | |
INFO [2018-02-08 12:32:50.01]: ▸ Compiling PrivateDataBase.cpp | |
INFO [2018-02-08 12:32:50.01]: ▸ Building library libprivatedata.a | |
INFO [2018-02-08 12:32:50.02]: ▸ Building library libprivatedata.a | |
INFO [2018-02-08 12:32:50.08]: ▸ Building React/double-conversion [Release] | |
INFO [2018-02-08 12:32:50.08]: ▸ Check Dependencies | |
INFO [2018-02-08 12:32:50.09]: ▸ Running script 'Install Third Party' | |
INFO [2018-02-08 12:32:50.33]: ▸ Compiling bignum-dtoa.cc | |
INFO [2018-02-08 12:32:50.62]: ▸ Compiling bignum.cc | |
INFO [2018-02-08 12:32:50.74]: ▸ Compiling cached-powers.cc | |
INFO [2018-02-08 12:32:50.74]: ▸ Compiling diy-fp.cc | |
INFO [2018-02-08 12:32:50.74]: ▸ Compiling double-conversion.cc | |
INFO [2018-02-08 12:32:50.91]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/third-party/double-conversion-1.1.5/src/double-conversion.cc:825:10: declaration shadows a local variable [-Wshadow] | |
INFO [2018-02-08 12:32:50.91]: ▸ char sign = '+'; | |
INFO [2018-02-08 12:32:50.91]: ▸ ^ | |
INFO [2018-02-08 12:32:50.91]: ▸ Compiling fast-dtoa.cc | |
INFO [2018-02-08 12:32:50.91]: ▸ Compiling fixed-dtoa.cc | |
INFO [2018-02-08 12:32:50.91]: ▸ Compiling strtod.cc | |
INFO [2018-02-08 12:32:50.91]: ▸ Compiling bignum-dtoa.cc | |
INFO [2018-02-08 12:32:50.91]: ▸ Compiling bignum.cc | |
INFO [2018-02-08 12:32:50.93]: ▸ Compiling cached-powers.cc | |
INFO [2018-02-08 12:32:50.94]: ▸ Compiling diy-fp.cc | |
INFO [2018-02-08 12:32:50.94]: ▸ Compiling double-conversion.cc | |
INFO [2018-02-08 12:32:51.07]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/third-party/double-conversion-1.1.5/src/double-conversion.cc:825:10: declaration shadows a local variable [-Wshadow] | |
INFO [2018-02-08 12:32:51.07]: ▸ char sign = '+'; | |
INFO [2018-02-08 12:32:51.07]: ▸ ^ | |
INFO [2018-02-08 12:32:51.07]: ▸ Compiling fast-dtoa.cc | |
INFO [2018-02-08 12:32:51.07]: ▸ Compiling fixed-dtoa.cc | |
INFO [2018-02-08 12:32:51.07]: ▸ Compiling strtod.cc | |
INFO [2018-02-08 12:32:51.08]: ▸ Building library libdouble-conversion.a | |
INFO [2018-02-08 12:32:51.09]: ▸ Building library libdouble-conversion.a | |
INFO [2018-02-08 12:32:51.12]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/third-party/double-conversion-1.1.5/src/bignum-dtoa.h | |
INFO [2018-02-08 12:32:51.12]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/third-party/double-conversion-1.1.5/src/bignum.h | |
INFO [2018-02-08 12:32:51.12]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/third-party/double-conversion-1.1.5/src/cached-powers.h | |
INFO [2018-02-08 12:32:51.12]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/third-party/double-conversion-1.1.5/src/diy-fp.h | |
INFO [2018-02-08 12:32:51.12]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/third-party/double-conversion-1.1.5/src/double-conversion.h | |
INFO [2018-02-08 12:32:51.12]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/third-party/double-conversion-1.1.5/src/fast-dtoa.h | |
INFO [2018-02-08 12:32:51.12]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/third-party/double-conversion-1.1.5/src/fixed-dtoa.h | |
INFO [2018-02-08 12:32:51.12]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/third-party/double-conversion-1.1.5/src/ieee.h | |
INFO [2018-02-08 12:32:51.12]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/third-party/double-conversion-1.1.5/src/strtod.h | |
INFO [2018-02-08 12:32:51.12]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/third-party/double-conversion-1.1.5/src/utils.h | |
INFO [2018-02-08 12:32:51.27]: ▸ Building React/third-party [Release] | |
INFO [2018-02-08 12:32:51.27]: ▸ Check Dependencies | |
INFO [2018-02-08 12:32:51.30]: ▸ Compiling StringBase.cpp | |
INFO [2018-02-08 12:32:52.84]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/../third-party/folly-2016.09.26.00/folly/String.h:623:11: parameter 'len' not found in the function declaration [-Wdocumentation] | |
INFO [2018-02-08 12:32:52.84]: ▸ * @param len Length of str, in bytes | |
INFO [2018-02-08 12:32:52.84]: ▸ ^ | |
INFO [2018-02-08 12:32:52.85]: ▸ Compiling Conv.cpp | |
INFO [2018-02-08 12:32:53.94]: ▸ Compiling raw_logging.cc | |
INFO [2018-02-08 12:32:53.94]: ▸ Compiling signalhandler.cc | |
INFO [2018-02-08 12:32:53.94]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/third-party/glog-0.3.4/src/signalhandler.cc:74:19: unused parameter 'ucontext_in_void' [-Wunused-parameter] | |
INFO [2018-02-08 12:32:53.94]: ▸ void* GetPC(void* ucontext_in_void) { | |
INFO [2018-02-08 12:32:53.94]: ▸ ^~~ | |
INFO [2018-02-08 12:32:53.94]: ▸ Compiling dynamic.cpp | |
INFO [2018-02-08 12:32:55.08]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/../third-party/folly-2016.09.26.00/folly/String.h:623:11: parameter 'len' not found in the function declaration [-Wdocumentation] | |
INFO [2018-02-08 12:32:55.08]: ▸ * @param len Length of str, in bytes | |
INFO [2018-02-08 12:32:55.08]: ▸ ^ | |
INFO [2018-02-08 12:32:55.08]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/third-party/folly-2016.09.26.00/folly/dynamic.cpp:208:27: implicit conversion loses integer precision: 'int64_t' (aka 'long long') to 'size_type' (aka 'unsigned long') [-Wshorten-64-to-32] | |
INFO [2018-02-08 12:32:55.09]: ▸ return &(*parray)[idx.asInt()]; | |
INFO [2018-02-08 12:32:55.09]: ▸ ^~~ | |
INFO [2018-02-08 12:32:55.09]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/third-party/folly-2016.09.26.00/folly/dynamic.cpp:228:26: implicit conversion loses integer precision: 'int64_t' (aka 'long long') to 'size_type' (aka 'unsigned long') [-Wshorten-64-to-32] | |
INFO [2018-02-08 12:32:55.09]: ▸ return (*parray)[idx.asInt()]; | |
INFO [2018-02-08 12:32:55.09]: ▸ ~ ~~~~^~~~~~~ | |
INFO [2018-02-08 12:32:55.09]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/third-party/folly-2016.09.26.00/folly/dynamic.cpp:280:15: code will never be executed [-Wunreachable-code] | |
INFO [2018-02-08 12:32:55.09]: ▸ CHECK(0); abort(); | |
INFO [2018-02-08 12:32:55.09]: ▸ ~ ~~~~^~~~~~~ | |
INFO [2018-02-08 12:32:55.09]: ▸ Compiling utilities.cc | |
INFO [2018-02-08 12:32:55.09]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/third-party/glog-0.3.4/src/utilities.cc:87:6: no previous prototype for function 'DebugWriteToString' [-Wmissing-prototypes] | |
INFO [2018-02-08 12:32:55.09]: ▸ void DebugWriteToString(const char* data, void *arg) { | |
INFO [2018-02-08 12:32:55.09]: ▸ ^~~~~ | |
INFO [2018-02-08 12:32:55.09]: ▸ Compiling MallocImpl.cpp | |
INFO [2018-02-08 12:32:55.09]: ▸ Compiling Bits.cpp | |
INFO [2018-02-08 12:32:55.09]: ▸ Compiling symbolize.cc | |
INFO [2018-02-08 12:32:55.09]: ▸ Compiling vlog_is_on.cc | |
INFO [2018-02-08 12:32:55.09]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/third-party/glog-0.3.4/src/vlog_is_on.cc:69:27: no previous prototype for function 'SafeFNMatch_' [-Wmissing-prototypes] | |
INFO [2018-02-08 12:32:55.09]: ▸ GOOGLE_GLOG_DLL_DECL bool SafeFNMatch_(const char* pattern, | |
INFO [2018-02-08 12:32:55.09]: ▸ ^ | |
INFO [2018-02-08 12:32:55.09]: ▸ Compiling Unicode.cpp | |
INFO [2018-02-08 12:32:55.09]: ▸ Compiling demangle.cc | |
INFO [2018-02-08 12:32:55.10]: ▸ Compiling Demangle.cpp | |
INFO [2018-02-08 12:32:55.10]: ▸ Compiling logging.cc | |
INFO [2018-02-08 12:32:55.10]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/third-party/glog-0.3.4/src/logging.cc:309:13: no previous prototype for function 'GetAnsiColorCode' [-Wmissing-prototypes] | |
INFO [2018-02-08 12:32:55.10]: ▸ const char* GetAnsiColorCode(GLogColor color) { | |
INFO [2018-02-08 12:32:55.10]: ▸ ^ | |
INFO [2018-02-08 12:32:55.10]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/third-party/glog-0.3.4/src/logging.cc:1671:6: no previous prototype for function 'GetExitOnDFatal' [-Wmissing-prototypes] | |
INFO [2018-02-08 12:32:55.10]: ▸ bool GetExitOnDFatal() { | |
INFO [2018-02-08 12:32:55.10]: ▸ ^ | |
INFO [2018-02-08 12:32:55.10]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/third-party/glog-0.3.4/src/logging.cc:1686:6: no previous prototype for function 'SetExitOnDFatal' [-Wmissing-prototypes] | |
INFO [2018-02-08 12:32:55.10]: ▸ void SetExitOnDFatal(bool value) { | |
INFO [2018-02-08 12:32:55.10]: ▸ ^ | |
INFO [2018-02-08 12:32:55.10]: ▸ Compiling json.cpp | |
INFO [2018-02-08 12:32:56.69]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/../third-party/folly-2016.09.26.00/folly/String.h:623:11: parameter 'len' not found in the function declaration [-Wdocumentation] | |
INFO [2018-02-08 12:32:56.69]: ▸ * @param len Length of str, in bytes | |
INFO [2018-02-08 12:32:56.69]: ▸ ^ | |
INFO [2018-02-08 12:32:56.69]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/../third-party/boost_1_63_0/boost/range/iterator_range_core.hpp:867:20: parameter 'Range' not found in the function declaration [-Wdocumentation] | |
INFO [2018-02-08 12:32:56.69]: ▸ \param Range An input range | |
INFO [2018-02-08 12:32:56.69]: ▸ ^~~ | |
INFO [2018-02-08 12:32:56.69]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/../third-party/boost_1_63_0/boost/algorithm/string/finder.hpp:46:20: parameter 'Comp' not found in the function declaration [-Wdocumentation] | |
INFO [2018-02-08 12:32:56.69]: ▸ \param Comp An element comparison predicate | |
INFO [2018-02-08 12:32:56.69]: ▸ ^~~~~ | |
INFO [2018-02-08 12:32:56.69]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/../third-party/boost_1_63_0/boost/algorithm/string/finder.hpp:87:20: parameter 'Comp' not found in the function declaration [-Wdocumentation] | |
INFO [2018-02-08 12:32:56.69]: ▸ \param Comp An element comparison predicate | |
INFO [2018-02-08 12:32:56.69]: ▸ ^~~~ | |
INFO [2018-02-08 12:32:56.69]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/../third-party/boost_1_63_0/boost/algorithm/string/finder.hpp:127:20: parameter 'Comp' not found in the function declaration [-Wdocumentation] | |
INFO [2018-02-08 12:32:56.69]: ▸ \param Comp An element comparison predicate | |
INFO [2018-02-08 12:32:56.69]: ▸ ^~~~ | |
INFO [2018-02-08 12:32:56.69]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/../third-party/boost_1_63_0/boost/algorithm/string/finder.hpp:233:20: parameter 'Range' not found in the function declaration [-Wdocumentation] | |
INFO [2018-02-08 12:32:56.69]: ▸ \param Range The range. | |
INFO [2018-02-08 12:32:56.69]: ▸ ^~~~ | |
INFO [2018-02-08 12:32:56.69]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/../third-party/boost_1_63_0/boost/algorithm/string/formatter.hpp:79:20: parameter 'Input' not found in the function declaration [-Wdocumentation] | |
INFO [2018-02-08 12:32:56.69]: ▸ \param Input container used to select a correct value_type for the | |
INFO [2018-02-08 12:32:56.70]: ▸ ^~~~~ | |
INFO [2018-02-08 12:32:56.70]: ▸ Compiling BitsFunctexcept.cpp | |
INFO [2018-02-08 12:32:56.70]: ▸ Compiling Conv.cpp | |
INFO [2018-02-08 12:32:56.70]: ▸ Compiling StringBase.cpp | |
INFO [2018-02-08 12:32:56.70]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/../third-party/folly-2016.09.26.00/folly/String.h:623:11: parameter 'len' not found in the function declaration [-Wdocumentation] | |
INFO [2018-02-08 12:32:56.70]: ▸ * @param len Length of str, in bytes | |
INFO [2018-02-08 12:32:56.70]: ▸ ^~~~~ | |
INFO [2018-02-08 12:32:56.70]: ▸ Compiling raw_logging.cc | |
INFO [2018-02-08 12:32:56.70]: ▸ Compiling signalhandler.cc | |
INFO [2018-02-08 12:32:56.70]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/third-party/glog-0.3.4/src/signalhandler.cc:74:19: unused parameter 'ucontext_in_void' [-Wunused-parameter] | |
INFO [2018-02-08 12:32:56.70]: ▸ void* GetPC(void* ucontext_in_void) { | |
INFO [2018-02-08 12:32:56.70]: ▸ ^~~ | |
INFO [2018-02-08 12:32:56.70]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/third-party/glog-0.3.4/src/signalhandler.cc:95:50: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32] | |
INFO [2018-02-08 12:32:56.70]: ▸ int num_bytes_written() const { return cursor_ - buffer_; } | |
INFO [2018-02-08 12:32:56.70]: ▸ ^ | |
INFO [2018-02-08 12:32:56.70]: ▸ Compiling dynamic.cpp | |
INFO [2018-02-08 12:32:56.70]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/../third-party/folly-2016.09.26.00/folly/String.h:623:11: parameter 'len' not found in the function declaration [-Wdocumentation] | |
INFO [2018-02-08 12:32:56.70]: ▸ * @param len Length of str, in bytes | |
INFO [2018-02-08 12:32:56.70]: ▸ ~~~~~~ ~~~~~~~~^~~~~~~~~ | |
INFO [2018-02-08 12:32:56.70]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/third-party/folly-2016.09.26.00/folly/dynamic.cpp:280:15: code will never be executed [-Wunreachable-code] | |
INFO [2018-02-08 12:32:56.70]: ▸ CHECK(0); abort(); | |
INFO [2018-02-08 12:32:56.70]: ▸ ^~~ | |
INFO [2018-02-08 12:32:56.70]: ▸ Compiling utilities.cc | |
INFO [2018-02-08 12:32:56.70]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/third-party/glog-0.3.4/src/utilities.cc:87:6: no previous prototype for function 'DebugWriteToString' [-Wmissing-prototypes] | |
INFO [2018-02-08 12:32:56.70]: ▸ void DebugWriteToString(const char* data, void *arg) { | |
INFO [2018-02-08 12:32:56.70]: ▸ ^~~~~ | |
INFO [2018-02-08 12:32:56.70]: ▸ Compiling MallocImpl.cpp | |
INFO [2018-02-08 12:32:56.70]: ▸ Compiling Bits.cpp | |
INFO [2018-02-08 12:32:56.70]: ▸ Compiling symbolize.cc | |
INFO [2018-02-08 12:32:56.70]: ▸ Compiling vlog_is_on.cc | |
INFO [2018-02-08 12:32:56.70]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/third-party/glog-0.3.4/src/vlog_is_on.cc:52:1: implicit conversion loses integer precision: 'long' to 'google::int32' (aka 'int') [-Wshorten-64-to-32] | |
INFO [2018-02-08 12:32:56.70]: ▸ GLOG_DEFINE_int32(v, 0, "Show all VLOG(m) messages for m <= this." | |
INFO [2018-02-08 12:32:56.71]: ▸ ^ | |
INFO [2018-02-08 12:32:56.71]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/third-party/glog-0.3.4/src/vlog_is_on.cc:69:27: no previous prototype for function 'SafeFNMatch_' [-Wmissing-prototypes] | |
INFO [2018-02-08 12:32:56.71]: ▸ GOOGLE_GLOG_DLL_DECL bool SafeFNMatch_(const char* pattern, | |
INFO [2018-02-08 12:32:56.71]: ▸ ~~~~~~~~~~~~ ^~~~~ | |
INFO [2018-02-08 12:32:56.71]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/third-party/glog-0.3.4/src/vlog_is_on.cc:163:27: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'const int' [-Wshorten-64-to-32] | |
INFO [2018-02-08 12:32:56.71]: ▸ int const pattern_len = strlen(module_pattern); | |
INFO [2018-02-08 12:32:56.71]: ▸ ^ | |
INFO [2018-02-08 12:32:56.71]: ▸ Compiling Unicode.cpp | |
INFO [2018-02-08 12:32:56.71]: ▸ Compiling demangle.cc | |
INFO [2018-02-08 12:32:56.71]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/third-party/glog-0.3.4/src/demangle.cc:343:18: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32] | |
INFO [2018-02-08 12:32:56.71]: ▸ int length = StrLen(str); | |
INFO [2018-02-08 12:32:56.71]: ▸ ~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~ | |
INFO [2018-02-08 12:32:56.71]: ▸ Compiling Demangle.cpp | |
INFO [2018-02-08 12:32:56.71]: ▸ Compiling logging.cc | |
INFO [2018-02-08 12:32:56.71]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/third-party/glog-0.3.4/src/logging.cc:135:1: implicit conversion loses integer precision: 'long' to 'google::int32' (aka 'int') [-Wshorten-64-to-32] | |
INFO [2018-02-08 12:32:56.71]: ▸ GLOG_DEFINE_int32(minloglevel, 0, "Messages logged at a lower level than this don't " | |
INFO [2018-02-08 12:32:56.71]: ▸ ~~~~~~ ^~~~~~~~~~~ | |
INFO [2018-02-08 12:32:56.71]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/third-party/glog-0.3.4/src/logging.cc:137:1: implicit conversion loses integer precision: 'long' to 'google::int32' (aka 'int') [-Wshorten-64-to-32] | |
INFO [2018-02-08 12:32:56.72]: ▸ GLOG_DEFINE_int32(logbuflevel, 0, | |
INFO [2018-02-08 12:32:56.73]: ▸ ~~~~~~~~~~~~ ^~~~~ | |
INFO [2018-02-08 12:32:56.73]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/third-party/glog-0.3.4/src/logging.cc:141:1: implicit conversion loses integer precision: 'long' to 'google::int32' (aka 'int') [-Wshorten-64-to-32] | |
INFO [2018-02-08 12:32:56.73]: ▸ GLOG_DEFINE_int32(logbufsecs, 30, | |
INFO [2018-02-08 12:32:56.73]: ▸ ~~~~~~~~~~~~ ^~~~~ | |
INFO [2018-02-08 12:32:56.73]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/third-party/glog-0.3.4/src/logging.cc:143:1: implicit conversion loses integer precision: 'long' to 'google::int32' (aka 'int') [-Wshorten-64-to-32] | |
INFO [2018-02-08 12:32:56.73]: ▸ GLOG_DEFINE_int32(logemaillevel, 999, | |
INFO [2018-02-08 12:32:56.73]: ▸ ~~~~~~~~~~~~ ^~~~~ | |
INFO [2018-02-08 12:32:56.73]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/third-party/glog-0.3.4/src/logging.cc:170:1: implicit conversion loses integer precision: 'long' to 'google::int32' (aka 'int') [-Wshorten-64-to-32] | |
INFO [2018-02-08 12:32:56.73]: ▸ GLOG_DEFINE_int32(max_log_size, 1800, | |
INFO [2018-02-08 12:32:56.73]: ▸ ~~~~~~~~~~~~ ^~~~~ | |
INFO [2018-02-08 12:32:56.73]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/third-party/glog-0.3.4/src/logging.cc:309:13: no previous prototype for function 'GetAnsiColorCode' [-Wmissing-prototypes] | |
INFO [2018-02-08 12:32:56.73]: ▸ const char* GetAnsiColorCode(GLogColor color) { | |
INFO [2018-02-08 12:32:56.73]: ▸ ~~~~~~~~~~~~ ^~~~~ | |
INFO [2018-02-08 12:32:56.73]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/third-party/glog-0.3.4/src/logging.cc:624:33: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32] | |
INFO [2018-02-08 12:32:56.73]: ▸ for (int i = sinks_->size() - 1; i >= 0; i--) { | |
INFO [2018-02-08 12:32:56.73]: ▸ ^ | |
INFO [2018-02-08 12:32:56.74]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/third-party/glog-0.3.4/src/logging.cc:757:65: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32] | |
INFO [2018-02-08 12:32:56.74]: ▸ destination->logger_->Write(should_flush, timestamp, message, len); | |
INFO [2018-02-08 12:32:56.74]: ▸ ~ ~~~~~~~~~~~~~~~^~~ | |
INFO [2018-02-08 12:32:56.74]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/third-party/glog-0.3.4/src/logging.cc:782:33: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32] | |
INFO [2018-02-08 12:32:56.74]: ▸ for (int i = sinks_->size() - 1; i >= 0; i--) { | |
INFO [2018-02-08 12:32:56.74]: ▸ ~~~~~ ^~~ | |
INFO [2018-02-08 12:32:56.74]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/third-party/glog-0.3.4/src/logging.cc:792:33: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32] | |
INFO [2018-02-08 12:32:56.74]: ▸ for (int i = sinks_->size() - 1; i >= 0; i--) { | |
INFO [2018-02-08 12:32:56.74]: ▸ ~ ~~~~~~~~~~~~~~~^~~ | |
INFO [2018-02-08 12:32:56.74]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/third-party/glog-0.3.4/src/logging.cc:1073:47: implicit conversion loses integer precision: 'size_type' (aka 'unsigned long') to 'const int' [-Wshorten-64-to-32] | |
INFO [2018-02-08 12:32:56.74]: ▸ const int header_len = file_header_string.size(); | |
INFO [2018-02-08 12:32:56.74]: ▸ ~ ~~~~~~~~~~~~~~~^~~ | |
INFO [2018-02-08 12:32:56.74]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/third-party/glog-0.3.4/src/logging.cc:1334:19: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'const int' [-Wshorten-64-to-32] | |
INFO [2018-02-08 12:32:56.74]: ▸ const int n = strlen(fatal_message); | |
INFO [2018-02-08 12:32:56.74]: ▸ ~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~^~~~~~ | |
INFO [2018-02-08 12:32:56.74]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/third-party/glog-0.3.4/src/logging.cc:1406:40: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'const int' [-Wshorten-64-to-32] | |
INFO [2018-02-08 12:32:56.74]: ▸ const int copy = min<int>(data_->num_chars_to_log_, | |
INFO [2018-02-08 12:32:56.74]: ▸ ~ ^~~~~~~~~~~~~~~~~~~~~ | |
INFO [2018-02-08 12:32:56.74]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/third-party/glog-0.3.4/src/logging.cc:1507:67: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32] | |
INFO [2018-02-08 12:32:56.74]: ▸ int len = data_->num_chars_to_log_ - data_->num_prefix_chars_ - 1; | |
INFO [2018-02-08 12:32:56.74]: ▸ ~~~ ~~~~~~~^~~~~~~~~~~~~~~~~ | |
INFO [2018-02-08 12:32:56.74]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/third-party/glog-0.3.4/src/logging.cc:1520:67: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32] | |
INFO [2018-02-08 12:32:56.74]: ▸ int len = data_->num_chars_to_log_ - data_->num_prefix_chars_ - 1; | |
INFO [2018-02-08 12:32:56.74]: ▸ ~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ | |
INFO [2018-02-08 12:32:56.74]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/third-party/glog-0.3.4/src/logging.cc:1671:6: no previous prototype for function 'GetExitOnDFatal' [-Wmissing-prototypes] | |
INFO [2018-02-08 12:32:56.74]: ▸ bool GetExitOnDFatal() { | |
INFO [2018-02-08 12:32:56.74]: ▸ ~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ | |
INFO [2018-02-08 12:32:56.74]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/third-party/glog-0.3.4/src/logging.cc:1686:6: no previous prototype for function 'SetExitOnDFatal' [-Wmissing-prototypes] | |
INFO [2018-02-08 12:32:56.74]: ▸ void SetExitOnDFatal(bool value) { | |
INFO [2018-02-08 12:32:56.74]: ▸ ^ | |
INFO [2018-02-08 12:32:56.75]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/third-party/glog-0.3.4/src/logging.cc:1887:21: implicit conversion loses integer precision: 'ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32] | |
INFO [2018-02-08 12:32:56.75]: ▸ while ((bytesin = pread(fd, copybuf, sizeof(copybuf), read_offset)) > 0) { | |
INFO [2018-02-08 12:32:56.75]: ▸ ^ | |
INFO [2018-02-08 12:32:56.75]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/third-party/glog-0.3.4/src/logging.cc:1888:16: implicit conversion loses integer precision: 'ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32] | |
INFO [2018-02-08 12:32:56.75]: ▸ bytesout = pwrite(fd, copybuf, bytesin, write_offset); | |
INFO [2018-02-08 12:32:56.75]: ▸ ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
INFO [2018-02-08 12:32:56.75]: ▸ Compiling json.cpp | |
INFO [2018-02-08 12:32:57.88]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/../third-party/folly-2016.09.26.00/folly/String.h:623:11: parameter 'len' not found in the function declaration [-Wdocumentation] | |
INFO [2018-02-08 12:32:57.88]: ▸ * @param len Length of str, in bytes | |
INFO [2018-02-08 12:32:57.88]: ▸ ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
INFO [2018-02-08 12:32:57.88]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/../third-party/boost_1_63_0/boost/range/iterator_range_core.hpp:867:20: parameter 'Range' not found in the function declaration [-Wdocumentation] | |
INFO [2018-02-08 12:32:57.88]: ▸ \param Range An input range | |
INFO [2018-02-08 12:32:57.88]: ▸ ^~~ | |
INFO [2018-02-08 12:32:57.88]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/../third-party/boost_1_63_0/boost/algorithm/string/finder.hpp:46:20: parameter 'Comp' not found in the function declaration [-Wdocumentation] | |
INFO [2018-02-08 12:32:57.88]: ▸ \param Comp An element comparison predicate | |
INFO [2018-02-08 12:32:57.88]: ▸ ^~~~~ | |
INFO [2018-02-08 12:32:57.88]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/../third-party/boost_1_63_0/boost/algorithm/string/finder.hpp:87:20: parameter 'Comp' not found in the function declaration [-Wdocumentation] | |
INFO [2018-02-08 12:32:57.88]: ▸ \param Comp An element comparison predicate | |
INFO [2018-02-08 12:32:57.88]: ▸ ^~~~ | |
INFO [2018-02-08 12:32:57.88]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/../third-party/boost_1_63_0/boost/algorithm/string/finder.hpp:127:20: parameter 'Comp' not found in the function declaration [-Wdocumentation] | |
INFO [2018-02-08 12:32:57.88]: ▸ \param Comp An element comparison predicate | |
INFO [2018-02-08 12:32:57.88]: ▸ ^~~~ | |
INFO [2018-02-08 12:32:57.88]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/../third-party/boost_1_63_0/boost/algorithm/string/finder.hpp:233:20: parameter 'Range' not found in the function declaration [-Wdocumentation] | |
INFO [2018-02-08 12:32:57.88]: ▸ \param Range The range. | |
INFO [2018-02-08 12:32:57.88]: ▸ ^~~~ | |
INFO [2018-02-08 12:32:57.88]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/../third-party/boost_1_63_0/boost/algorithm/string/formatter.hpp:79:20: parameter 'Input' not found in the function declaration [-Wdocumentation] | |
INFO [2018-02-08 12:32:57.88]: ▸ \param Input container used to select a correct value_type for the | |
INFO [2018-02-08 12:32:57.88]: ▸ ^~~~~ | |
INFO [2018-02-08 12:32:57.88]: ▸ Compiling BitsFunctexcept.cpp | |
INFO [2018-02-08 12:32:57.91]: ▸ Building library libthird-party.a | |
INFO [2018-02-08 12:32:57.97]: ▸ Building library libthird-party.a | |
INFO [2018-02-08 12:32:58.48]: ▸ Building React/jschelpers [Release] | |
INFO [2018-02-08 12:32:58.48]: ▸ Check Dependencies | |
INFO [2018-02-08 12:32:58.49]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/jschelpers/JavaScriptCore.h | |
INFO [2018-02-08 12:32:58.49]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/jschelpers/JSCHelpers.h | |
INFO [2018-02-08 12:32:58.50]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/jschelpers/JSCWrapper.h | |
INFO [2018-02-08 12:32:58.50]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/jschelpers/noncopyable.h | |
INFO [2018-02-08 12:32:58.50]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/jschelpers/Unicode.h | |
INFO [2018-02-08 12:32:58.50]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/jschelpers/Value.h | |
INFO [2018-02-08 12:32:58.50]: ▸ Compiling JSCWrapper.cpp | |
INFO [2018-02-08 12:32:59.38]: ▸ Compiling Value.cpp | |
INFO [2018-02-08 12:33:00.91]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/jschelpers/Value.h:113:86: unused parameter 'len' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:00.91]: ▸ static String createExpectingAscii(JSContextRef context, const char* ascii, size_t len) { | |
INFO [2018-02-08 12:33:00.91]: ▸ ^~~~~ | |
INFO [2018-02-08 12:33:00.91]: ▸ Compiling JSCHelpers.cpp | |
INFO [2018-02-08 12:33:00.91]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/../ReactCommon/jschelpers/Value.h:113:86: unused parameter 'len' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:00.91]: ▸ static String createExpectingAscii(JSContextRef context, const char* ascii, size_t len) { | |
INFO [2018-02-08 12:33:00.91]: ▸ ^ | |
INFO [2018-02-08 12:33:00.91]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/jschelpers/JSCHelpers.cpp:53:17: unused parameter 'exception' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:00.91]: ▸ JSValueRef* exception) { | |
INFO [2018-02-08 12:33:00.91]: ▸ ^ | |
INFO [2018-02-08 12:33:00.92]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/jschelpers/JSCHelpers.cpp:228:49: unused parameter 'ctx' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:00.92]: ▸ JSContextLock::JSContextLock(JSGlobalContextRef ctx) noexcept | |
INFO [2018-02-08 12:33:00.92]: ▸ ^ | |
INFO [2018-02-08 12:33:00.92]: ▸ Compiling systemJSCWrapper.cpp | |
INFO [2018-02-08 12:33:00.92]: ▸ Compiling Unicode.cpp | |
INFO [2018-02-08 12:33:00.92]: ▸ Compiling JSCWrapper.cpp | |
INFO [2018-02-08 12:33:00.92]: ▸ Compiling Value.cpp | |
INFO [2018-02-08 12:33:00.92]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/jschelpers/Value.h:113:86: unused parameter 'len' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:00.92]: ▸ static String createExpectingAscii(JSContextRef context, const char* ascii, size_t len) { | |
INFO [2018-02-08 12:33:00.92]: ▸ ^ | |
INFO [2018-02-08 12:33:00.92]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/jschelpers/Value.cpp:199:39: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32] | |
INFO [2018-02-08 12:33:00.92]: ▸ return callAsFunction(nullptr, args.size(), args.begin()); | |
INFO [2018-02-08 12:33:00.92]: ▸ ^ | |
INFO [2018-02-08 12:33:00.92]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/jschelpers/Value.cpp:203:52: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32] | |
INFO [2018-02-08 12:33:00.92]: ▸ return callAsFunction((JSObjectRef)thisObj, args.size(), args.begin()); | |
INFO [2018-02-08 12:33:00.92]: ▸ ~~~~~~~~~~~~~~ ~~~~~^~~~~~ | |
INFO [2018-02-08 12:33:00.92]: ▸ Compiling JSCHelpers.cpp | |
INFO [2018-02-08 12:33:00.92]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/../ReactCommon/jschelpers/Value.h:113:86: unused parameter 'len' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:00.92]: ▸ static String createExpectingAscii(JSContextRef context, const char* ascii, size_t len) { | |
INFO [2018-02-08 12:33:00.92]: ▸ ~~~~~~~~~~~~~~ ~~~~~^~~~~~ | |
INFO [2018-02-08 12:33:00.92]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/jschelpers/JSCHelpers.cpp:53:17: unused parameter 'exception' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:00.92]: ▸ JSValueRef* exception) { | |
INFO [2018-02-08 12:33:00.92]: ▸ ^ | |
INFO [2018-02-08 12:33:00.92]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/jschelpers/JSCHelpers.cpp:228:49: unused parameter 'ctx' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:00.92]: ▸ JSContextLock::JSContextLock(JSGlobalContextRef ctx) noexcept | |
INFO [2018-02-08 12:33:00.92]: ▸ ^ | |
INFO [2018-02-08 12:33:00.92]: ▸ Compiling systemJSCWrapper.cpp | |
INFO [2018-02-08 12:33:00.92]: ▸ Compiling Unicode.cpp | |
INFO [2018-02-08 12:33:00.93]: ▸ Building library libjschelpers.a | |
INFO [2018-02-08 12:33:00.96]: ▸ Building library libjschelpers.a | |
INFO [2018-02-08 12:33:01.17]: ▸ Building React/cxxreact [Release] | |
INFO [2018-02-08 12:33:01.17]: ▸ Check Dependencies | |
INFO [2018-02-08 12:33:01.19]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/RAMBundleRegistry.h | |
INFO [2018-02-08 12:33:01.19]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/CxxModule.h | |
INFO [2018-02-08 12:33:01.19]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/CxxNativeModule.h | |
INFO [2018-02-08 12:33:01.19]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/JSExecutor.h | |
INFO [2018-02-08 12:33:01.19]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/Instance.h | |
INFO [2018-02-08 12:33:01.19]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/JsArgumentHelpers.h | |
INFO [2018-02-08 12:33:01.19]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/JsArgumentHelpers-inl.h | |
INFO [2018-02-08 12:33:01.19]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/JSBigString.h | |
INFO [2018-02-08 12:33:01.19]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/JSBundleType.h | |
INFO [2018-02-08 12:33:01.19]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/JSCExecutor.h | |
INFO [2018-02-08 12:33:01.19]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/JSCLegacyTracing.h | |
INFO [2018-02-08 12:33:01.20]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/JSCMemory.h | |
INFO [2018-02-08 12:33:01.20]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/JSCNativeModules.h | |
INFO [2018-02-08 12:33:01.20]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/JSCPerfStats.h | |
INFO [2018-02-08 12:33:01.20]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/JSCSamplingProfiler.h | |
INFO [2018-02-08 12:33:01.21]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/JSCUtils.h | |
INFO [2018-02-08 12:33:01.21]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/JSIndexedRAMBundle.h | |
INFO [2018-02-08 12:33:01.21]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/JSModulesUnbundle.h | |
INFO [2018-02-08 12:33:01.22]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/MethodCall.h | |
INFO [2018-02-08 12:33:01.22]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/MessageQueueThread.h | |
INFO [2018-02-08 12:33:01.23]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/ModuleRegistry.h | |
INFO [2018-02-08 12:33:01.23]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/NativeModule.h | |
INFO [2018-02-08 12:33:01.23]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/NativeToJsBridge.h | |
INFO [2018-02-08 12:33:01.24]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/oss-compat-util.h | |
INFO [2018-02-08 12:33:01.25]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/Platform.h | |
INFO [2018-02-08 12:33:01.25]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/RecoverableError.h | |
INFO [2018-02-08 12:33:01.26]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/SampleCxxModule.h | |
INFO [2018-02-08 12:33:01.26]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/SystraceSection.h | |
INFO [2018-02-08 12:33:01.26]: ▸ Compiling JSBigString.cpp | |
INFO [2018-02-08 12:33:03.06]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/JSBigString.h:127:21: implicit conversion loses integer precision: 'long long' to 'size_t' (aka 'unsigned long') [-Wshorten-64-to-32] | |
INFO [2018-02-08 12:33:03.06]: ▸ m_pageOff = d.rem; | |
INFO [2018-02-08 12:33:03.06]: ▸ ^ | |
INFO [2018-02-08 12:33:03.06]: ▸ Compiling JSIndexedRAMBundle.cpp | |
INFO [2018-02-08 12:33:03.45]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/../ReactCommon/cxxreact/JSBigString.h:127:21: implicit conversion loses integer precision: 'long long' to 'size_t' (aka 'unsigned long') [-Wshorten-64-to-32] | |
INFO [2018-02-08 12:33:03.45]: ▸ m_pageOff = d.rem; | |
INFO [2018-02-08 12:33:03.45]: ▸ ~ ~~^~~ | |
INFO [2018-02-08 12:33:03.46]: ▸ Compiling ModuleRegistry.cpp | |
INFO [2018-02-08 12:33:04.83]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/../ReactCommon/cxxreact/JSExecutor.h:89:41: unused parameter 'pressureLevel' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:04.83]: ▸ virtual void handleMemoryPressure(int pressureLevel) {} | |
INFO [2018-02-08 12:33:04.83]: ▸ ~ ~~^~~ | |
INFO [2018-02-08 12:33:04.83]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/SystraceSection.h:39:36: unused parameter 'name' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:04.83]: ▸ DummySystraceSection(const char* name, ConvertsToStringPiece&&... args) | |
INFO [2018-02-08 12:33:04.83]: ▸ ^ | |
INFO [2018-02-08 12:33:04.83]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/SystraceSection.h:39:69: unused parameter 'args' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:04.83]: ▸ DummySystraceSection(const char* name, ConvertsToStringPiece&&... args) | |
INFO [2018-02-08 12:33:04.83]: ▸ ^ | |
INFO [2018-02-08 12:33:04.83]: ▸ Compiling RAMBundleRegistry.cpp | |
INFO [2018-02-08 12:33:04.83]: ▸ Compiling CxxNativeModule.cpp | |
INFO [2018-02-08 12:33:06.35]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/../ReactCommon/cxxreact/JSExecutor.h:89:41: unused parameter 'pressureLevel' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:06.35]: ▸ virtual void handleMemoryPressure(int pressureLevel) {} | |
INFO [2018-02-08 12:33:06.35]: ▸ ^ | |
INFO [2018-02-08 12:33:06.35]: ▸ ⚠️ /Users/jwaldrip/Library/Developer/Xcode/DerivedData/assessmentmobile-gclzpoieihtsafcgyabjumbcfreu/Build/Intermediates.noindex/ArchiveIntermediates/CT-Assess Staging/BuildProductsPath/Release-iphoneos/include/jschelpers/Value.h:113:86: unused parameter 'len' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:06.35]: ▸ static String createExpectingAscii(JSContextRef context, const char* ascii, size_t len) { | |
INFO [2018-02-08 12:33:06.35]: ▸ ^ | |
INFO [2018-02-08 12:33:06.36]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/SystraceSection.h:39:36: unused parameter 'name' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:06.36]: ▸ DummySystraceSection(const char* name, ConvertsToStringPiece&&... args) | |
INFO [2018-02-08 12:33:06.36]: ▸ ^ | |
INFO [2018-02-08 12:33:06.36]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/SystraceSection.h:39:69: unused parameter 'args' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:06.36]: ▸ DummySystraceSection(const char* name, ConvertsToStringPiece&&... args) | |
INFO [2018-02-08 12:33:06.36]: ▸ ^ | |
INFO [2018-02-08 12:33:06.36]: ▸ Compiling JSCLegacyTracing.cpp | |
INFO [2018-02-08 12:33:06.36]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/JSCLegacyTracing.cpp:63:53: unused parameter 'ctx' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:06.36]: ▸ void addNativeTracingLegacyHooks(JSGlobalContextRef ctx) { | |
INFO [2018-02-08 12:33:06.36]: ▸ ^ | |
INFO [2018-02-08 12:33:06.36]: ▸ Compiling JSCExecutor.cpp | |
INFO [2018-02-08 12:33:06.36]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/../ReactCommon/cxxreact/JSExecutor.h:89:41: unused parameter 'pressureLevel' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:06.36]: ▸ virtual void handleMemoryPressure(int pressureLevel) {} | |
INFO [2018-02-08 12:33:06.36]: ▸ ^ | |
INFO [2018-02-08 12:33:06.36]: ▸ ⚠️ /Users/jwaldrip/Library/Developer/Xcode/DerivedData/assessmentmobile-gclzpoieihtsafcgyabjumbcfreu/Build/Intermediates.noindex/ArchiveIntermediates/CT-Assess Staging/BuildProductsPath/Release-iphoneos/include/jschelpers/Value.h:113:86: unused parameter 'len' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:06.36]: ▸ static String createExpectingAscii(JSContextRef context, const char* ascii, size_t len) { | |
INFO [2018-02-08 12:33:06.36]: ▸ ^ | |
INFO [2018-02-08 12:33:06.36]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/JSBigString.h:127:21: implicit conversion loses integer precision: 'long long' to 'size_t' (aka 'unsigned long') [-Wshorten-64-to-32] | |
INFO [2018-02-08 12:33:06.36]: ▸ m_pageOff = d.rem; | |
INFO [2018-02-08 12:33:06.36]: ▸ ^ | |
INFO [2018-02-08 12:33:06.37]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/SystraceSection.h:39:36: unused parameter 'name' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:06.37]: ▸ DummySystraceSection(const char* name, ConvertsToStringPiece&&... args) | |
INFO [2018-02-08 12:33:06.37]: ▸ ~ ~~^~~ | |
INFO [2018-02-08 12:33:06.37]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/SystraceSection.h:39:69: unused parameter 'args' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:06.37]: ▸ DummySystraceSection(const char* name, ConvertsToStringPiece&&... args) | |
INFO [2018-02-08 12:33:06.37]: ▸ ^ | |
INFO [2018-02-08 12:33:06.37]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/JSCExecutor.cpp:61:46: unused parameter 'thisObject' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:06.37]: ▸ JSObjectRef thisObject, | |
INFO [2018-02-08 12:33:06.37]: ▸ ^ | |
INFO [2018-02-08 12:33:06.37]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/JSCExecutor.cpp:161:46: unused parameter 'context' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:06.37]: ▸ static bool canUseInspector(JSContextRef context) { | |
INFO [2018-02-08 12:33:06.37]: ▸ ^ | |
INFO [2018-02-08 12:33:06.37]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/JSCExecutor.cpp:248:61: unused parameter 'owner' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:06.37]: ▸ bool JSCExecutor::isNetworkInspected(const std::string &owner, const std::string &app, const std::string &device) { | |
INFO [2018-02-08 12:33:06.37]: ▸ ^ | |
INFO [2018-02-08 12:33:06.37]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/JSCExecutor.cpp:248:87: unused parameter 'app' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:06.38]: ▸ bool JSCExecutor::isNetworkInspected(const std::string &owner, const std::string &app, const std::string &device) { | |
INFO [2018-02-08 12:33:06.38]: ▸ ^ | |
INFO [2018-02-08 12:33:06.38]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/JSCExecutor.cpp:248:111: unused parameter 'device' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:06.38]: ▸ bool JSCExecutor::isNetworkInspected(const std::string &owner, const std::string &app, const std::string &device) { | |
INFO [2018-02-08 12:33:06.38]: ▸ ^ | |
INFO [2018-02-08 12:33:06.38]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/JSCExecutor.cpp:671:57: unused parameter 'object' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:06.38]: ▸ JSValueRef JSCExecutor::getNativeModule(JSObjectRef object, JSStringRef propertyName) { | |
INFO [2018-02-08 12:33:06.38]: ▸ ^ | |
INFO [2018-02-08 12:33:06.38]: ▸ Compiling JSCPerfStats.cpp | |
INFO [2018-02-08 12:33:06.38]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/JSCPerfStats.cpp:87:46: unused parameter 'ctx' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:06.38]: ▸ void addJSCPerfStatsHooks(JSGlobalContextRef ctx) { | |
INFO [2018-02-08 12:33:06.38]: ▸ ^ | |
INFO [2018-02-08 12:33:06.38]: ▸ Compiling JSBundleType.cpp | |
INFO [2018-02-08 12:33:06.38]: ▸ Compiling JSCUtils.cpp | |
INFO [2018-02-08 12:33:06.38]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/../ReactCommon/cxxreact/JSBigString.h:127:21: implicit conversion loses integer precision: 'long long' to 'size_t' (aka 'unsigned long') [-Wshorten-64-to-32] | |
INFO [2018-02-08 12:33:06.38]: ▸ m_pageOff = d.rem; | |
INFO [2018-02-08 12:33:06.38]: ▸ ^ | |
INFO [2018-02-08 12:33:06.38]: ▸ ⚠️ /Users/jwaldrip/Library/Developer/Xcode/DerivedData/assessmentmobile-gclzpoieihtsafcgyabjumbcfreu/Build/Intermediates.noindex/ArchiveIntermediates/CT-Assess Staging/BuildProductsPath/Release-iphoneos/include/jschelpers/Value.h:113:86: unused parameter 'len' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:06.38]: ▸ static String createExpectingAscii(JSContextRef context, const char* ascii, size_t len) { | |
INFO [2018-02-08 12:33:06.39]: ▸ ~ ~~^~~ | |
INFO [2018-02-08 12:33:06.39]: ▸ Compiling JSCSamplingProfiler.cpp | |
INFO [2018-02-08 12:33:06.39]: ▸ ⚠️ /Users/jwaldrip/Library/Developer/Xcode/DerivedData/assessmentmobile-gclzpoieihtsafcgyabjumbcfreu/Build/Intermediates.noindex/ArchiveIntermediates/CT-Assess Staging/BuildProductsPath/Release-iphoneos/include/jschelpers/Value.h:113:86: unused parameter 'len' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:06.39]: ▸ static String createExpectingAscii(JSContextRef context, const char* ascii, size_t len) { | |
INFO [2018-02-08 12:33:06.39]: ▸ ^ | |
INFO [2018-02-08 12:33:06.39]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/JSCSamplingProfiler.cpp:9:17: unused parameter 'function' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:06.39]: ▸ JSObjectRef function, | |
INFO [2018-02-08 12:33:06.39]: ▸ ^ | |
INFO [2018-02-08 12:33:06.39]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/JSCSamplingProfiler.cpp:10:17: unused parameter 'thisObject' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:06.39]: ▸ JSObjectRef thisObject, | |
INFO [2018-02-08 12:33:06.39]: ▸ ^ | |
INFO [2018-02-08 12:33:06.39]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/JSCSamplingProfiler.cpp:11:12: unused parameter 'argumentCount' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:06.39]: ▸ size_t argumentCount, | |
INFO [2018-02-08 12:33:06.39]: ▸ ^ | |
INFO [2018-02-08 12:33:06.39]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/JSCSamplingProfiler.cpp:12:22: unused parameter 'arguments' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:06.39]: ▸ const JSValueRef arguments[], | |
INFO [2018-02-08 12:33:06.39]: ▸ ^ | |
INFO [2018-02-08 12:33:06.40]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/JSCSamplingProfiler.cpp:13:17: unused parameter 'exception' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:06.40]: ▸ JSValueRef* exception) { | |
INFO [2018-02-08 12:33:06.40]: ▸ ^ | |
INFO [2018-02-08 12:33:06.40]: ▸ Compiling JSCMemory.cpp | |
INFO [2018-02-08 12:33:06.40]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/JSCMemory.cpp:41:43: unused parameter 'ctx' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:06.40]: ▸ void addJSCMemoryHooks(JSGlobalContextRef ctx) { | |
INFO [2018-02-08 12:33:06.40]: ▸ ^ | |
INFO [2018-02-08 12:33:06.40]: ▸ Compiling MethodCall.cpp | |
INFO [2018-02-08 12:33:06.40]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/MethodCall.cpp:53:39: implicit conversion loses integer precision: 'int64_t' (aka 'long long') to 'int' [-Wshorten-64-to-32] | |
INFO [2018-02-08 12:33:06.40]: ▸ callId = jsonData[REQUEST_CALLID].asInt(); | |
INFO [2018-02-08 12:33:06.40]: ▸ ^ | |
INFO [2018-02-08 12:33:06.40]: ▸ Compiling Platform.cpp | |
INFO [2018-02-08 12:33:06.40]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/../ReactCommon/cxxreact/JSExecutor.h:89:41: unused parameter 'pressureLevel' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:06.40]: ▸ virtual void handleMemoryPressure(int pressureLevel) {} | |
INFO [2018-02-08 12:33:06.40]: ▸ ~ ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | |
INFO [2018-02-08 12:33:06.40]: ▸ Compiling Instance.cpp | |
INFO [2018-02-08 12:33:06.59]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/../ReactCommon/cxxreact/JSExecutor.h:89:41: unused parameter 'pressureLevel' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:06.59]: ▸ virtual void handleMemoryPressure(int pressureLevel) {} | |
INFO [2018-02-08 12:33:06.59]: ▸ ^ | |
INFO [2018-02-08 12:33:06.59]: ▸ ⚠️ /Users/jwaldrip/Library/Developer/Xcode/DerivedData/assessmentmobile-gclzpoieihtsafcgyabjumbcfreu/Build/Intermediates.noindex/ArchiveIntermediates/CT-Assess Staging/BuildProductsPath/Release-iphoneos/include/jschelpers/Value.h:113:86: unused parameter 'len' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:06.59]: ▸ static String createExpectingAscii(JSContextRef context, const char* ascii, size_t len) { | |
INFO [2018-02-08 12:33:06.59]: ▸ ^ | |
INFO [2018-02-08 12:33:06.59]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/JSBigString.h:127:21: implicit conversion loses integer precision: 'long long' to 'size_t' (aka 'unsigned long') [-Wshorten-64-to-32] | |
INFO [2018-02-08 12:33:06.59]: ▸ m_pageOff = d.rem; | |
INFO [2018-02-08 12:33:06.59]: ▸ ^ | |
INFO [2018-02-08 12:33:06.59]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/SystraceSection.h:39:36: unused parameter 'name' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:06.59]: ▸ DummySystraceSection(const char* name, ConvertsToStringPiece&&... args) | |
INFO [2018-02-08 12:33:06.60]: ▸ ~ ~~^~~ | |
INFO [2018-02-08 12:33:06.60]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/SystraceSection.h:39:69: unused parameter 'args' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:06.60]: ▸ DummySystraceSection(const char* name, ConvertsToStringPiece&&... args) | |
INFO [2018-02-08 12:33:06.60]: ▸ ^ | |
INFO [2018-02-08 12:33:06.60]: ▸ Compiling NativeToJsBridge.cpp | |
INFO [2018-02-08 12:33:08.02]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/../ReactCommon/cxxreact/JSExecutor.h:89:41: unused parameter 'pressureLevel' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:08.02]: ▸ virtual void handleMemoryPressure(int pressureLevel) {} | |
INFO [2018-02-08 12:33:08.02]: ▸ ^ | |
INFO [2018-02-08 12:33:08.02]: ▸ ⚠️ /Users/jwaldrip/Library/Developer/Xcode/DerivedData/assessmentmobile-gclzpoieihtsafcgyabjumbcfreu/Build/Intermediates.noindex/ArchiveIntermediates/CT-Assess Staging/BuildProductsPath/Release-iphoneos/include/jschelpers/Value.h:113:86: unused parameter 'len' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:08.02]: ▸ static String createExpectingAscii(JSContextRef context, const char* ascii, size_t len) { | |
INFO [2018-02-08 12:33:08.02]: ▸ ^ | |
INFO [2018-02-08 12:33:08.02]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/JSBigString.h:127:21: implicit conversion loses integer precision: 'long long' to 'size_t' (aka 'unsigned long') [-Wshorten-64-to-32] | |
INFO [2018-02-08 12:33:08.02]: ▸ m_pageOff = d.rem; | |
INFO [2018-02-08 12:33:08.03]: ▸ ^ | |
INFO [2018-02-08 12:33:08.03]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/SystraceSection.h:39:36: unused parameter 'name' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:08.03]: ▸ DummySystraceSection(const char* name, ConvertsToStringPiece&&... args) | |
INFO [2018-02-08 12:33:08.03]: ▸ ~ ~~^~~ | |
INFO [2018-02-08 12:33:08.03]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/SystraceSection.h:39:69: unused parameter 'args' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:08.03]: ▸ DummySystraceSection(const char* name, ConvertsToStringPiece&&... args) | |
INFO [2018-02-08 12:33:08.03]: ▸ ^ | |
INFO [2018-02-08 12:33:08.03]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/NativeToJsBridge.cpp:37:19: unused parameter 'executor' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:08.03]: ▸ JSExecutor& executor, folly::dynamic&& calls, bool isEndOfBatch) override { | |
INFO [2018-02-08 12:33:08.03]: ▸ ^ | |
INFO [2018-02-08 12:33:08.03]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/NativeToJsBridge.cpp:62:19: unused parameter 'executor' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:08.03]: ▸ JSExecutor& executor, unsigned int moduleId, unsigned int methodId, | |
INFO [2018-02-08 12:33:08.03]: ▸ ^ | |
INFO [2018-02-08 12:33:08.03]: ▸ Compiling JSCNativeModules.cpp | |
INFO [2018-02-08 12:33:08.03]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/../ReactCommon/cxxreact/JSExecutor.h:89:41: unused parameter 'pressureLevel' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:08.03]: ▸ virtual void handleMemoryPressure(int pressureLevel) {} | |
INFO [2018-02-08 12:33:08.03]: ▸ ^ | |
INFO [2018-02-08 12:33:08.04]: ▸ ⚠️ /Users/jwaldrip/Library/Developer/Xcode/DerivedData/assessmentmobile-gclzpoieihtsafcgyabjumbcfreu/Build/Intermediates.noindex/ArchiveIntermediates/CT-Assess Staging/BuildProductsPath/Release-iphoneos/include/jschelpers/Value.h:113:86: unused parameter 'len' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:08.04]: ▸ static String createExpectingAscii(JSContextRef context, const char* ascii, size_t len) { | |
INFO [2018-02-08 12:33:08.04]: ▸ ^ | |
INFO [2018-02-08 12:33:08.04]: ▸ Compiling SampleCxxModule.cpp | |
INFO [2018-02-08 12:33:11.82]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/SampleCxxModule.cpp:94:29: implicit conversion loses integer precision: 'int64_t' (aka 'long long') to 'int' [-Wshorten-64-to-32] | |
INFO [2018-02-08 12:33:11.82]: ▸ cb({sample_->repeat(jsArgAsInt(args, 0), | |
INFO [2018-02-08 12:33:11.82]: ▸ ^ | |
INFO [2018-02-08 12:33:11.82]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/SampleCxxModule.cpp:100:29: implicit conversion loses integer precision: 'int64_t' (aka 'long long') to 'int' [-Wshorten-64-to-32] | |
INFO [2018-02-08 12:33:11.82]: ▸ sample_->call_later(jsArgAsInt(args, 0), [cb] { | |
INFO [2018-02-08 12:33:11.82]: ▸ ~~~~~~ ^~~~~~~~~~~~~~~~~~~ | |
INFO [2018-02-08 12:33:11.82]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/SampleCxxModule.cpp:126:43: unused parameter 'args' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:11.82]: ▸ void SampleCxxModule::load(folly::dynamic args, Callback cb) { | |
INFO [2018-02-08 12:33:11.82]: ▸ ~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~ | |
INFO [2018-02-08 12:33:11.82]: ▸ Compiling JSBigString.cpp | |
INFO [2018-02-08 12:33:11.82]: ▸ Compiling JSIndexedRAMBundle.cpp | |
INFO [2018-02-08 12:33:11.82]: ▸ Compiling ModuleRegistry.cpp | |
INFO [2018-02-08 12:33:11.82]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/../ReactCommon/cxxreact/JSExecutor.h:89:41: unused parameter 'pressureLevel' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:11.82]: ▸ virtual void handleMemoryPressure(int pressureLevel) {} | |
INFO [2018-02-08 12:33:11.82]: ▸ ^ | |
INFO [2018-02-08 12:33:11.82]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/SystraceSection.h:39:36: unused parameter 'name' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:11.82]: ▸ DummySystraceSection(const char* name, ConvertsToStringPiece&&... args) | |
INFO [2018-02-08 12:33:11.82]: ▸ ^ | |
INFO [2018-02-08 12:33:11.83]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/SystraceSection.h:39:69: unused parameter 'args' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:11.83]: ▸ DummySystraceSection(const char* name, ConvertsToStringPiece&&... args) | |
INFO [2018-02-08 12:33:11.83]: ▸ ^ | |
INFO [2018-02-08 12:33:11.83]: ▸ Compiling RAMBundleRegistry.cpp | |
INFO [2018-02-08 12:33:11.83]: ▸ Compiling CxxNativeModule.cpp | |
INFO [2018-02-08 12:33:11.83]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/../ReactCommon/cxxreact/JSExecutor.h:89:41: unused parameter 'pressureLevel' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:11.83]: ▸ virtual void handleMemoryPressure(int pressureLevel) {} | |
INFO [2018-02-08 12:33:11.83]: ▸ ^ | |
INFO [2018-02-08 12:33:11.83]: ▸ ⚠️ /Users/jwaldrip/Library/Developer/Xcode/DerivedData/assessmentmobile-gclzpoieihtsafcgyabjumbcfreu/Build/Intermediates.noindex/ArchiveIntermediates/CT-Assess Staging/BuildProductsPath/Release-iphoneos/include/jschelpers/Value.h:113:86: unused parameter 'len' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:11.83]: ▸ static String createExpectingAscii(JSContextRef context, const char* ascii, size_t len) { | |
INFO [2018-02-08 12:33:11.83]: ▸ ^ | |
INFO [2018-02-08 12:33:11.83]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/SystraceSection.h:39:36: unused parameter 'name' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:11.83]: ▸ DummySystraceSection(const char* name, ConvertsToStringPiece&&... args) | |
INFO [2018-02-08 12:33:11.83]: ▸ ^ | |
INFO [2018-02-08 12:33:11.83]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/SystraceSection.h:39:69: unused parameter 'args' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:11.83]: ▸ DummySystraceSection(const char* name, ConvertsToStringPiece&&... args) | |
INFO [2018-02-08 12:33:11.83]: ▸ ^ | |
INFO [2018-02-08 12:33:11.83]: ▸ Compiling JSCExecutor.cpp | |
INFO [2018-02-08 12:33:11.84]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/../ReactCommon/cxxreact/JSExecutor.h:89:41: unused parameter 'pressureLevel' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:11.84]: ▸ virtual void handleMemoryPressure(int pressureLevel) {} | |
INFO [2018-02-08 12:33:11.84]: ▸ ^ | |
INFO [2018-02-08 12:33:11.84]: ▸ ⚠️ /Users/jwaldrip/Library/Developer/Xcode/DerivedData/assessmentmobile-gclzpoieihtsafcgyabjumbcfreu/Build/Intermediates.noindex/ArchiveIntermediates/CT-Assess Staging/BuildProductsPath/Release-iphoneos/include/jschelpers/Value.h:113:86: unused parameter 'len' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:11.84]: ▸ static String createExpectingAscii(JSContextRef context, const char* ascii, size_t len) { | |
INFO [2018-02-08 12:33:11.84]: ▸ ^ | |
INFO [2018-02-08 12:33:11.84]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/SystraceSection.h:39:36: unused parameter 'name' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:11.84]: ▸ DummySystraceSection(const char* name, ConvertsToStringPiece&&... args) | |
INFO [2018-02-08 12:33:11.84]: ▸ ^ | |
INFO [2018-02-08 12:33:11.84]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/SystraceSection.h:39:69: unused parameter 'args' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:11.84]: ▸ DummySystraceSection(const char* name, ConvertsToStringPiece&&... args) | |
INFO [2018-02-08 12:33:11.84]: ▸ ^ | |
INFO [2018-02-08 12:33:11.84]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/JSCExecutor.cpp:61:46: unused parameter 'thisObject' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:11.84]: ▸ JSObjectRef thisObject, | |
INFO [2018-02-08 12:33:11.84]: ▸ ^ | |
INFO [2018-02-08 12:33:11.84]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/JSCExecutor.cpp:161:46: unused parameter 'context' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:11.84]: ▸ static bool canUseInspector(JSContextRef context) { | |
INFO [2018-02-08 12:33:11.84]: ▸ ^ | |
INFO [2018-02-08 12:33:11.84]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/JSCExecutor.cpp:248:61: unused parameter 'owner' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:11.84]: ▸ bool JSCExecutor::isNetworkInspected(const std::string &owner, const std::string &app, const std::string &device) { | |
INFO [2018-02-08 12:33:11.84]: ▸ ^ | |
INFO [2018-02-08 12:33:11.85]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/JSCExecutor.cpp:248:87: unused parameter 'app' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:11.85]: ▸ bool JSCExecutor::isNetworkInspected(const std::string &owner, const std::string &app, const std::string &device) { | |
INFO [2018-02-08 12:33:11.85]: ▸ ^ | |
INFO [2018-02-08 12:33:11.85]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/JSCExecutor.cpp:248:111: unused parameter 'device' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:11.85]: ▸ bool JSCExecutor::isNetworkInspected(const std::string &owner, const std::string &app, const std::string &device) { | |
INFO [2018-02-08 12:33:11.85]: ▸ ^ | |
INFO [2018-02-08 12:33:11.85]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/JSCExecutor.cpp:671:57: unused parameter 'object' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:11.85]: ▸ JSValueRef JSCExecutor::getNativeModule(JSObjectRef object, JSStringRef propertyName) { | |
INFO [2018-02-08 12:33:11.85]: ▸ ^ | |
INFO [2018-02-08 12:33:11.85]: ▸ Compiling JSCLegacyTracing.cpp | |
INFO [2018-02-08 12:33:11.85]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/JSCLegacyTracing.cpp:63:53: unused parameter 'ctx' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:11.85]: ▸ void addNativeTracingLegacyHooks(JSGlobalContextRef ctx) { | |
INFO [2018-02-08 12:33:11.85]: ▸ ^ | |
INFO [2018-02-08 12:33:11.85]: ▸ Compiling JSCPerfStats.cpp | |
INFO [2018-02-08 12:33:11.86]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/JSCPerfStats.cpp:87:46: unused parameter 'ctx' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:11.86]: ▸ void addJSCPerfStatsHooks(JSGlobalContextRef ctx) { | |
INFO [2018-02-08 12:33:11.86]: ▸ ^ | |
INFO [2018-02-08 12:33:11.86]: ▸ Compiling JSBundleType.cpp | |
INFO [2018-02-08 12:33:11.86]: ▸ Compiling JSCUtils.cpp | |
INFO [2018-02-08 12:33:11.86]: ▸ ⚠️ /Users/jwaldrip/Library/Developer/Xcode/DerivedData/assessmentmobile-gclzpoieihtsafcgyabjumbcfreu/Build/Intermediates.noindex/ArchiveIntermediates/CT-Assess Staging/BuildProductsPath/Release-iphoneos/include/jschelpers/Value.h:113:86: unused parameter 'len' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:11.86]: ▸ static String createExpectingAscii(JSContextRef context, const char* ascii, size_t len) { | |
INFO [2018-02-08 12:33:11.86]: ▸ ^ | |
INFO [2018-02-08 12:33:11.86]: ▸ Compiling JSCSamplingProfiler.cpp | |
INFO [2018-02-08 12:33:11.86]: ▸ ⚠️ /Users/jwaldrip/Library/Developer/Xcode/DerivedData/assessmentmobile-gclzpoieihtsafcgyabjumbcfreu/Build/Intermediates.noindex/ArchiveIntermediates/CT-Assess Staging/BuildProductsPath/Release-iphoneos/include/jschelpers/Value.h:113:86: unused parameter 'len' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:11.86]: ▸ static String createExpectingAscii(JSContextRef context, const char* ascii, size_t len) { | |
INFO [2018-02-08 12:33:11.86]: ▸ ^ | |
INFO [2018-02-08 12:33:11.86]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/JSCSamplingProfiler.cpp:9:17: unused parameter 'function' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:11.86]: ▸ JSObjectRef function, | |
INFO [2018-02-08 12:33:11.86]: ▸ ^ | |
INFO [2018-02-08 12:33:11.86]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/JSCSamplingProfiler.cpp:10:17: unused parameter 'thisObject' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:11.86]: ▸ JSObjectRef thisObject, | |
INFO [2018-02-08 12:33:11.86]: ▸ ^ | |
INFO [2018-02-08 12:33:11.87]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/JSCSamplingProfiler.cpp:11:12: unused parameter 'argumentCount' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:11.87]: ▸ size_t argumentCount, | |
INFO [2018-02-08 12:33:11.87]: ▸ ^ | |
INFO [2018-02-08 12:33:11.87]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/JSCSamplingProfiler.cpp:12:22: unused parameter 'arguments' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:11.87]: ▸ const JSValueRef arguments[], | |
INFO [2018-02-08 12:33:11.87]: ▸ ^ | |
INFO [2018-02-08 12:33:11.87]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/JSCSamplingProfiler.cpp:13:17: unused parameter 'exception' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:11.87]: ▸ JSValueRef* exception) { | |
INFO [2018-02-08 12:33:11.87]: ▸ ^ | |
INFO [2018-02-08 12:33:11.87]: ▸ Compiling JSCMemory.cpp | |
INFO [2018-02-08 12:33:11.87]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/JSCMemory.cpp:41:43: unused parameter 'ctx' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:11.87]: ▸ void addJSCMemoryHooks(JSGlobalContextRef ctx) { | |
INFO [2018-02-08 12:33:11.87]: ▸ ^ | |
INFO [2018-02-08 12:33:11.87]: ▸ Compiling MethodCall.cpp | |
INFO [2018-02-08 12:33:11.87]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/MethodCall.cpp:53:39: implicit conversion loses integer precision: 'int64_t' (aka 'long long') to 'int' [-Wshorten-64-to-32] | |
INFO [2018-02-08 12:33:11.87]: ▸ callId = jsonData[REQUEST_CALLID].asInt(); | |
INFO [2018-02-08 12:33:11.87]: ▸ ^ | |
INFO [2018-02-08 12:33:11.87]: ▸ Compiling Platform.cpp | |
INFO [2018-02-08 12:33:11.88]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/../ReactCommon/cxxreact/JSExecutor.h:89:41: unused parameter 'pressureLevel' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:11.88]: ▸ virtual void handleMemoryPressure(int pressureLevel) {} | |
INFO [2018-02-08 12:33:11.88]: ▸ ~ ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | |
INFO [2018-02-08 12:33:11.88]: ▸ Compiling Instance.cpp | |
INFO [2018-02-08 12:33:11.90]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/../ReactCommon/cxxreact/JSExecutor.h:89:41: unused parameter 'pressureLevel' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:11.90]: ▸ virtual void handleMemoryPressure(int pressureLevel) {} | |
INFO [2018-02-08 12:33:11.90]: ▸ ^ | |
INFO [2018-02-08 12:33:11.90]: ▸ ⚠️ /Users/jwaldrip/Library/Developer/Xcode/DerivedData/assessmentmobile-gclzpoieihtsafcgyabjumbcfreu/Build/Intermediates.noindex/ArchiveIntermediates/CT-Assess Staging/BuildProductsPath/Release-iphoneos/include/jschelpers/Value.h:113:86: unused parameter 'len' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:11.90]: ▸ static String createExpectingAscii(JSContextRef context, const char* ascii, size_t len) { | |
INFO [2018-02-08 12:33:11.90]: ▸ ^ | |
INFO [2018-02-08 12:33:11.90]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/SystraceSection.h:39:36: unused parameter 'name' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:11.90]: ▸ DummySystraceSection(const char* name, ConvertsToStringPiece&&... args) | |
INFO [2018-02-08 12:33:11.90]: ▸ ^ | |
INFO [2018-02-08 12:33:11.90]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/SystraceSection.h:39:69: unused parameter 'args' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:11.90]: ▸ DummySystraceSection(const char* name, ConvertsToStringPiece&&... args) | |
INFO [2018-02-08 12:33:11.90]: ▸ ^ | |
INFO [2018-02-08 12:33:11.91]: ▸ Compiling NativeToJsBridge.cpp | |
INFO [2018-02-08 12:33:13.10]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/../ReactCommon/cxxreact/JSExecutor.h:89:41: unused parameter 'pressureLevel' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:13.10]: ▸ virtual void handleMemoryPressure(int pressureLevel) {} | |
INFO [2018-02-08 12:33:13.10]: ▸ ^ | |
INFO [2018-02-08 12:33:13.10]: ▸ ⚠️ /Users/jwaldrip/Library/Developer/Xcode/DerivedData/assessmentmobile-gclzpoieihtsafcgyabjumbcfreu/Build/Intermediates.noindex/ArchiveIntermediates/CT-Assess Staging/BuildProductsPath/Release-iphoneos/include/jschelpers/Value.h:113:86: unused parameter 'len' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:13.10]: ▸ static String createExpectingAscii(JSContextRef context, const char* ascii, size_t len) { | |
INFO [2018-02-08 12:33:13.10]: ▸ ^ | |
INFO [2018-02-08 12:33:13.10]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/SystraceSection.h:39:36: unused parameter 'name' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:13.10]: ▸ DummySystraceSection(const char* name, ConvertsToStringPiece&&... args) | |
INFO [2018-02-08 12:33:13.10]: ▸ ^ | |
INFO [2018-02-08 12:33:13.10]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/SystraceSection.h:39:69: unused parameter 'args' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:13.11]: ▸ DummySystraceSection(const char* name, ConvertsToStringPiece&&... args) | |
INFO [2018-02-08 12:33:13.11]: ▸ ^ | |
INFO [2018-02-08 12:33:13.11]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/NativeToJsBridge.cpp:37:19: unused parameter 'executor' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:13.11]: ▸ JSExecutor& executor, folly::dynamic&& calls, bool isEndOfBatch) override { | |
INFO [2018-02-08 12:33:13.11]: ▸ ^ | |
INFO [2018-02-08 12:33:13.11]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/NativeToJsBridge.cpp:62:19: unused parameter 'executor' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:13.11]: ▸ JSExecutor& executor, unsigned int moduleId, unsigned int methodId, | |
INFO [2018-02-08 12:33:13.11]: ▸ ^ | |
INFO [2018-02-08 12:33:13.11]: ▸ Compiling JSCNativeModules.cpp | |
INFO [2018-02-08 12:33:13.11]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/../ReactCommon/cxxreact/JSExecutor.h:89:41: unused parameter 'pressureLevel' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:13.11]: ▸ virtual void handleMemoryPressure(int pressureLevel) {} | |
INFO [2018-02-08 12:33:13.11]: ▸ ^ | |
INFO [2018-02-08 12:33:13.11]: ▸ ⚠️ /Users/jwaldrip/Library/Developer/Xcode/DerivedData/assessmentmobile-gclzpoieihtsafcgyabjumbcfreu/Build/Intermediates.noindex/ArchiveIntermediates/CT-Assess Staging/BuildProductsPath/Release-iphoneos/include/jschelpers/Value.h:113:86: unused parameter 'len' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:13.11]: ▸ static String createExpectingAscii(JSContextRef context, const char* ascii, size_t len) { | |
INFO [2018-02-08 12:33:13.11]: ▸ ^ | |
INFO [2018-02-08 12:33:13.11]: ▸ Compiling SampleCxxModule.cpp | |
INFO [2018-02-08 12:33:14.97]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/SampleCxxModule.cpp:94:29: implicit conversion loses integer precision: 'int64_t' (aka 'long long') to 'int' [-Wshorten-64-to-32] | |
INFO [2018-02-08 12:33:14.97]: ▸ cb({sample_->repeat(jsArgAsInt(args, 0), | |
INFO [2018-02-08 12:33:14.97]: ▸ ^ | |
INFO [2018-02-08 12:33:14.97]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/SampleCxxModule.cpp:100:29: implicit conversion loses integer precision: 'int64_t' (aka 'long long') to 'int' [-Wshorten-64-to-32] | |
INFO [2018-02-08 12:33:14.97]: ▸ sample_->call_later(jsArgAsInt(args, 0), [cb] { | |
INFO [2018-02-08 12:33:14.97]: ▸ ~~~~~~ ^~~~~~~~~~~~~~~~~~~ | |
INFO [2018-02-08 12:33:14.97]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/SampleCxxModule.cpp:126:43: unused parameter 'args' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:14.97]: ▸ void SampleCxxModule::load(folly::dynamic args, Callback cb) { | |
INFO [2018-02-08 12:33:14.97]: ▸ ~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~ | |
INFO [2018-02-08 12:33:15.03]: ▸ Building library libcxxreact.a | |
INFO [2018-02-08 12:33:15.15]: ▸ Building library libcxxreact.a | |
INFO [2018-02-08 12:33:16.20]: ▸ Building React/React [Release] | |
INFO [2018-02-08 12:33:16.20]: ▸ Check Dependencies | |
INFO [2018-02-08 12:33:16.22]: ▸ Running script 'Start Packager' | |
INFO [2018-02-08 12:33:16.27]: ▸ Copying Views/ScrollView/RCTScrollableProtocol.h | |
INFO [2018-02-08 12:33:16.28]: ▸ Copying Views/ScrollView/RCTScrollContentShadowView.h | |
INFO [2018-02-08 12:33:16.28]: ▸ Copying Views/ScrollView/RCTScrollContentView.h | |
INFO [2018-02-08 12:33:16.28]: ▸ Copying Views/ScrollView/RCTScrollContentViewManager.h | |
INFO [2018-02-08 12:33:16.28]: ▸ Copying Views/ScrollView/RCTScrollView.h | |
INFO [2018-02-08 12:33:16.28]: ▸ Copying Views/ScrollView/RCTScrollViewManager.h | |
INFO [2018-02-08 12:33:16.28]: ▸ Copying Base/Surface/RCTSurface.h | |
INFO [2018-02-08 12:33:16.28]: ▸ Copying Base/Surface/RCTSurfaceDelegate.h | |
INFO [2018-02-08 12:33:16.28]: ▸ Copying Base/Surface/RCTSurfaceRootShadowView.h | |
INFO [2018-02-08 12:33:16.28]: ▸ Copying Base/Surface/RCTSurfaceRootShadowViewDelegate.h | |
INFO [2018-02-08 12:33:16.28]: ▸ Copying Base/Surface/RCTSurfaceRootView.h | |
INFO [2018-02-08 12:33:16.28]: ▸ Copying Base/Surface/RCTSurfaceStage.h | |
INFO [2018-02-08 12:33:16.29]: ▸ Copying Base/Surface/RCTSurfaceView.h | |
INFO [2018-02-08 12:33:16.29]: ▸ Copying Base/Surface/SurfaceHostingView/RCTSurfaceHostingView.h | |
INFO [2018-02-08 12:33:16.29]: ▸ Copying Modules/RCTUIManagerUtils.h | |
INFO [2018-02-08 12:33:16.29]: ▸ Copying Base/Surface/SurfaceHostingView/RCTSurfaceSizeMeasureMode.h | |
INFO [2018-02-08 12:33:16.29]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/Libraries/WebSocket/RCTWebSocketModule.h | |
INFO [2018-02-08 12:33:16.29]: ▸ Copying Modules/RCTLayoutAnimation.h | |
INFO [2018-02-08 12:33:16.29]: ▸ Copying Modules/RCTLayoutAnimationGroup.h | |
INFO [2018-02-08 12:33:16.30]: ▸ Copying Modules/RCTUIManagerObserverCoordinator.h | |
INFO [2018-02-08 12:33:16.30]: ▸ Copying Views/RCTShadowView+Layout.h | |
INFO [2018-02-08 12:33:16.30]: ▸ Copying Base/RCTBridge+Private.h | |
INFO [2018-02-08 12:33:16.30]: ▸ Copying DevSupport/RCTPackagerClient.h | |
INFO [2018-02-08 12:33:16.30]: ▸ Copying Modules/RCTDevSettings.h | |
INFO [2018-02-08 12:33:16.31]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/Libraries/Image/RCTImageLoader.h | |
INFO [2018-02-08 12:33:16.31]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/Libraries/Image/RCTImageStoreManager.h | |
INFO [2018-02-08 12:33:16.31]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/Libraries/Image/RCTResizeMode.h | |
INFO [2018-02-08 12:33:16.31]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/Libraries/LinkingIOS/RCTLinkingManager.h | |
INFO [2018-02-08 12:33:16.32]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/Libraries/Network/RCTNetworking.h | |
INFO [2018-02-08 12:33:16.32]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/Libraries/Network/RCTNetworkTask.h | |
INFO [2018-02-08 12:33:16.32]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/Libraries/PushNotificationIOS/RCTPushNotificationManager.h | |
INFO [2018-02-08 12:33:16.32]: ▸ Copying Base/RCTAssert.h | |
INFO [2018-02-08 12:33:16.32]: ▸ Copying Base/RCTBridge.h | |
INFO [2018-02-08 12:33:16.32]: ▸ Copying Base/RCTBridgeDelegate.h | |
INFO [2018-02-08 12:33:16.32]: ▸ Copying Base/RCTBridgeMethod.h | |
INFO [2018-02-08 12:33:16.32]: ▸ Copying Base/RCTBridgeModule.h | |
INFO [2018-02-08 12:33:16.32]: ▸ Copying Base/RCTBundleURLProvider.h | |
INFO [2018-02-08 12:33:16.32]: ▸ Copying Base/RCTConvert.h | |
INFO [2018-02-08 12:33:16.32]: ▸ Copying Base/RCTDefines.h | |
INFO [2018-02-08 12:33:16.32]: ▸ Copying Base/RCTDisplayLink.h | |
INFO [2018-02-08 12:33:16.32]: ▸ Copying Base/RCTErrorCustomizer.h | |
INFO [2018-02-08 12:33:16.32]: ▸ Copying Base/RCTErrorInfo.h | |
INFO [2018-02-08 12:33:16.33]: ▸ Copying Base/RCTEventDispatcher.h | |
INFO [2018-02-08 12:33:16.33]: ▸ Copying Base/RCTFrameUpdate.h | |
INFO [2018-02-08 12:33:16.33]: ▸ Copying Base/RCTImageSource.h | |
INFO [2018-02-08 12:33:16.33]: ▸ Copying Base/RCTInvalidating.h | |
INFO [2018-02-08 12:33:16.33]: ▸ Copying Base/RCTJavaScriptExecutor.h | |
INFO [2018-02-08 12:33:16.33]: ▸ Copying Base/RCTJavaScriptLoader.h | |
INFO [2018-02-08 12:33:16.33]: ▸ Copying Base/RCTJSStackFrame.h | |
INFO [2018-02-08 12:33:16.33]: ▸ Copying Base/RCTKeyCommands.h | |
INFO [2018-02-08 12:33:16.33]: ▸ Copying Base/RCTLog.h | |
INFO [2018-02-08 12:33:16.33]: ▸ Copying Base/RCTModuleData.h | |
INFO [2018-02-08 12:33:16.33]: ▸ Copying Base/RCTModuleMethod.h | |
INFO [2018-02-08 12:33:16.33]: ▸ Copying Base/RCTMultipartDataTask.h | |
INFO [2018-02-08 12:33:16.33]: ▸ Copying Base/RCTMultipartStreamReader.h | |
INFO [2018-02-08 12:33:16.33]: ▸ Copying Base/RCTNullability.h | |
INFO [2018-02-08 12:33:16.34]: ▸ Copying Base/RCTParserUtils.h | |
INFO [2018-02-08 12:33:16.34]: ▸ Copying Base/RCTPerformanceLogger.h | |
INFO [2018-02-08 12:33:16.35]: ▸ Copying Base/RCTPlatform.h | |
INFO [2018-02-08 12:33:16.35]: ▸ Copying Base/RCTRootView.h | |
INFO [2018-02-08 12:33:16.36]: ▸ Copying Base/RCTRootViewDelegate.h | |
INFO [2018-02-08 12:33:16.37]: ▸ Copying Base/RCTTouchEvent.h | |
INFO [2018-02-08 12:33:16.37]: ▸ Copying Base/RCTTouchHandler.h | |
INFO [2018-02-08 12:33:16.38]: ▸ Copying Base/RCTURLRequestDelegate.h | |
INFO [2018-02-08 12:33:16.38]: ▸ Copying Base/RCTURLRequestHandler.h | |
INFO [2018-02-08 12:33:16.38]: ▸ Copying Base/RCTUtils.h | |
INFO [2018-02-08 12:33:16.38]: ▸ Copying Modules/RCTJSCSamplingProfiler.h | |
INFO [2018-02-08 12:33:16.39]: ▸ Copying Modules/RCTAccessibilityManager.h | |
INFO [2018-02-08 12:33:16.39]: ▸ Copying Modules/RCTAlertManager.h | |
INFO [2018-02-08 12:33:16.39]: ▸ Copying Modules/RCTAppState.h | |
INFO [2018-02-08 12:33:16.39]: ▸ Copying Modules/RCTAsyncLocalStorage.h | |
INFO [2018-02-08 12:33:16.39]: ▸ Copying Modules/RCTClipboard.h | |
INFO [2018-02-08 12:33:16.39]: ▸ Copying DevSupport/RCTDevLoadingView.h | |
INFO [2018-02-08 12:33:16.39]: ▸ Copying DevSupport/RCTDevMenu.h | |
INFO [2018-02-08 12:33:16.40]: ▸ Copying Modules/RCTEventEmitter.h | |
INFO [2018-02-08 12:33:16.40]: ▸ Copying Modules/RCTExceptionsManager.h | |
INFO [2018-02-08 12:33:16.40]: ▸ Copying Modules/RCTI18nManager.h | |
INFO [2018-02-08 12:33:16.40]: ▸ Copying Modules/RCTI18nUtil.h | |
INFO [2018-02-08 12:33:16.40]: ▸ Copying Modules/RCTKeyboardObserver.h | |
INFO [2018-02-08 12:33:16.40]: ▸ Copying Modules/RCTRedBox.h | |
INFO [2018-02-08 12:33:16.40]: ▸ Copying Modules/RCTSourceCode.h | |
INFO [2018-02-08 12:33:16.40]: ▸ Copying Modules/RCTStatusBarManager.h | |
INFO [2018-02-08 12:33:16.41]: ▸ Copying Modules/RCTTiming.h | |
INFO [2018-02-08 12:33:16.41]: ▸ Copying Modules/RCTUIManager.h | |
INFO [2018-02-08 12:33:16.41]: ▸ Copying Profiler/RCTFPSGraph.h | |
INFO [2018-02-08 12:33:16.41]: ▸ Copying Profiler/RCTMacros.h | |
INFO [2018-02-08 12:33:16.42]: ▸ Copying Profiler/RCTProfile.h | |
INFO [2018-02-08 12:33:16.42]: ▸ Copying Views/RCTActivityIndicatorView.h | |
INFO [2018-02-08 12:33:16.42]: ▸ Copying Views/RCTActivityIndicatorViewManager.h | |
INFO [2018-02-08 12:33:16.42]: ▸ Copying Views/RCTAnimationType.h | |
INFO [2018-02-08 12:33:16.42]: ▸ Copying Views/RCTAutoInsetsProtocol.h | |
INFO [2018-02-08 12:33:16.43]: ▸ Copying Views/RCTBorderDrawing.h | |
INFO [2018-02-08 12:33:16.43]: ▸ Copying Views/RCTBorderStyle.h | |
INFO [2018-02-08 12:33:16.43]: ▸ Copying Views/RCTComponent.h | |
INFO [2018-02-08 12:33:16.44]: ▸ Copying Views/RCTComponentData.h | |
INFO [2018-02-08 12:33:16.44]: ▸ Copying Views/RCTConvert+CoreLocation.h | |
INFO [2018-02-08 12:33:16.44]: ▸ Copying Views/RCTDatePicker.h | |
INFO [2018-02-08 12:33:16.44]: ▸ Copying Views/RCTDatePickerManager.h | |
INFO [2018-02-08 12:33:16.44]: ▸ Copying Views/RCTFont.h | |
INFO [2018-02-08 12:33:16.44]: ▸ Copying Views/RCTModalHostView.h | |
INFO [2018-02-08 12:33:16.44]: ▸ Copying Views/RCTModalHostViewController.h | |
INFO [2018-02-08 12:33:16.44]: ▸ Copying Views/RCTModalHostViewManager.h | |
INFO [2018-02-08 12:33:16.44]: ▸ Copying Views/RCTNavigator.h | |
INFO [2018-02-08 12:33:16.44]: ▸ Copying Views/RCTNavigatorManager.h | |
INFO [2018-02-08 12:33:16.44]: ▸ Copying Views/RCTNavItem.h | |
INFO [2018-02-08 12:33:16.45]: ▸ Copying Views/RCTNavItemManager.h | |
INFO [2018-02-08 12:33:16.45]: ▸ Copying Views/RCTPicker.h | |
INFO [2018-02-08 12:33:16.45]: ▸ Copying Views/RCTPickerManager.h | |
INFO [2018-02-08 12:33:16.45]: ▸ Copying Views/RCTPointerEvents.h | |
INFO [2018-02-08 12:33:16.45]: ▸ Copying Views/RCTProgressViewManager.h | |
INFO [2018-02-08 12:33:16.45]: ▸ Copying Views/RCTRefreshControl.h | |
INFO [2018-02-08 12:33:16.45]: ▸ Copying Views/RCTRefreshControlManager.h | |
INFO [2018-02-08 12:33:16.45]: ▸ Copying Views/RCTRootShadowView.h | |
INFO [2018-02-08 12:33:16.45]: ▸ Copying Views/RCTSegmentedControl.h | |
INFO [2018-02-08 12:33:16.45]: ▸ Copying Views/RCTSegmentedControlManager.h | |
INFO [2018-02-08 12:33:16.45]: ▸ Copying Views/RCTShadowView.h | |
INFO [2018-02-08 12:33:16.45]: ▸ Copying Views/RCTSlider.h | |
INFO [2018-02-08 12:33:16.46]: ▸ Copying Views/RCTSliderManager.h | |
INFO [2018-02-08 12:33:16.46]: ▸ Copying Views/RCTSwitch.h | |
INFO [2018-02-08 12:33:16.46]: ▸ Copying Views/RCTSwitchManager.h | |
INFO [2018-02-08 12:33:16.46]: ▸ Copying Views/RCTTabBar.h | |
INFO [2018-02-08 12:33:16.46]: ▸ Copying Views/RCTTabBarItem.h | |
INFO [2018-02-08 12:33:16.46]: ▸ Copying Views/RCTTabBarItemManager.h | |
INFO [2018-02-08 12:33:16.46]: ▸ Copying Views/RCTTabBarManager.h | |
INFO [2018-02-08 12:33:16.46]: ▸ Copying Views/RCTTextDecorationLineType.h | |
INFO [2018-02-08 12:33:16.47]: ▸ Copying Views/RCTView.h | |
INFO [2018-02-08 12:33:16.47]: ▸ Copying Views/RCTViewControllerProtocol.h | |
INFO [2018-02-08 12:33:16.48]: ▸ Copying Views/RCTViewManager.h | |
INFO [2018-02-08 12:33:16.49]: ▸ Copying Views/RCTWebView.h | |
INFO [2018-02-08 12:33:16.49]: ▸ Copying Views/RCTWebViewManager.h | |
INFO [2018-02-08 12:33:16.49]: ▸ Copying Views/RCTWrapperViewController.h | |
INFO [2018-02-08 12:33:16.49]: ▸ Copying Views/UIView+React.h | |
INFO [2018-02-08 12:33:16.49]: ▸ Compiling RCTCxxMethod.mm | |
INFO [2018-02-08 12:33:20.55]: ▸ ⚠️ /Users/jwaldrip/Library/Developer/Xcode/DerivedData/assessmentmobile-gclzpoieihtsafcgyabjumbcfreu/Build/Intermediates.noindex/ArchiveIntermediates/CT-Assess Staging/BuildProductsPath/Release-iphoneos/include/cxxreact/JSExecutor.h:89:41: unused parameter 'pressureLevel' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:20.56]: ▸ virtual void handleMemoryPressure(int pressureLevel) {} | |
INFO [2018-02-08 12:33:20.56]: ▸ ^ | |
INFO [2018-02-08 12:33:20.56]: ▸ ⚠️ /Users/jwaldrip/Library/Developer/Xcode/DerivedData/assessmentmobile-gclzpoieihtsafcgyabjumbcfreu/Build/Intermediates.noindex/ArchiveIntermediates/CT-Assess Staging/BuildProductsPath/Release-iphoneos/include/jschelpers/Value.h:113:86: unused parameter 'len' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:20.56]: ▸ static String createExpectingAscii(JSContextRef context, const char* ascii, size_t len) { | |
INFO [2018-02-08 12:33:20.56]: ▸ ^ | |
INFO [2018-02-08 12:33:20.56]: ▸ Compiling RCTUIManagerUtils.m | |
INFO [2018-02-08 12:33:20.56]: ▸ Compiling RCTShadowView+Internal.m | |
INFO [2018-02-08 12:33:20.56]: ▸ Compiling RCTStatusBarManager.m | |
INFO [2018-02-08 12:33:20.56]: ▸ Compiling RCTSourceCode.m | |
INFO [2018-02-08 12:33:20.56]: ▸ Compiling RCTDatePicker.m | |
INFO [2018-02-08 12:33:20.56]: ▸ Compiling RCTMultipartStreamReader.m | |
INFO [2018-02-08 12:33:20.56]: ▸ Compiling RCTFrameUpdate.m | |
INFO [2018-02-08 12:33:20.56]: ▸ Compiling RCTSurfaceHostingView.mm | |
INFO [2018-02-08 12:33:20.56]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Base/Surface/SurfaceHostingView/RCTSurfaceHostingView.h:18:16: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
INFO [2018-02-08 12:33:20.57]: ▸ typedef UIView *(^RCTSurfaceHostingViewActivityIndicatorViewFactory)(); | |
INFO [2018-02-08 12:33:20.57]: ▸ ^ | |
INFO [2018-02-08 12:33:20.57]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Base/Surface/SurfaceHostingView/RCTSurfaceHostingView.mm:210:31: unused parameter 'surface' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:20.57]: ▸ - (void)surface:(RCTSurface *)surface didChangeStage:(RCTSurfaceStage)stage | |
INFO [2018-02-08 12:33:20.57]: ▸ ^ | |
INFO [2018-02-08 12:33:20.57]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Base/Surface/SurfaceHostingView/RCTSurfaceHostingView.mm:217:31: unused parameter 'surface' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:20.57]: ▸ - (void)surface:(RCTSurface *)surface didChangeIntrinsicSize:(CGSize)intrinsicSize | |
INFO [2018-02-08 12:33:20.57]: ▸ ^ | |
INFO [2018-02-08 12:33:20.57]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Base/Surface/SurfaceHostingView/RCTSurfaceHostingView.mm:217:70: unused parameter 'intrinsicSize' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:20.57]: ▸ - (void)surface:(RCTSurface *)surface didChangeIntrinsicSize:(CGSize)intrinsicSize | |
INFO [2018-02-08 12:33:20.57]: ▸ ^ | |
INFO [2018-02-08 12:33:20.57]: ▸ Compiling RCTCxxBridge.mm | |
INFO [2018-02-08 12:33:23.44]: ▸ ⚠️ /Users/jwaldrip/Library/Developer/Xcode/DerivedData/assessmentmobile-gclzpoieihtsafcgyabjumbcfreu/Build/Intermediates.noindex/ArchiveIntermediates/CT-Assess Staging/BuildProductsPath/Release-iphoneos/include/cxxreact/JSExecutor.h:89:41: unused parameter 'pressureLevel' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:23.44]: ▸ virtual void handleMemoryPressure(int pressureLevel) {} | |
INFO [2018-02-08 12:33:23.44]: ▸ ^ | |
INFO [2018-02-08 12:33:23.44]: ▸ ⚠️ /Users/jwaldrip/Library/Developer/Xcode/DerivedData/assessmentmobile-gclzpoieihtsafcgyabjumbcfreu/Build/Intermediates.noindex/ArchiveIntermediates/CT-Assess Staging/BuildProductsPath/Release-iphoneos/include/jschelpers/Value.h:113:86: unused parameter 'len' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:23.44]: ▸ static String createExpectingAscii(JSContextRef context, const char* ascii, size_t len) { | |
INFO [2018-02-08 12:33:23.44]: ▸ ^ | |
INFO [2018-02-08 12:33:23.44]: ▸ ⚠️ /Users/jwaldrip/Library/Developer/Xcode/DerivedData/assessmentmobile-gclzpoieihtsafcgyabjumbcfreu/Build/Intermediates.noindex/ArchiveIntermediates/CT-Assess Staging/BuildProductsPath/Release-iphoneos/include/cxxreact/JSBigString.h:127:21: implicit conversion loses integer precision: 'long long' to 'size_t' (aka 'unsigned long') [-Wshorten-64-to-32] | |
INFO [2018-02-08 12:33:23.44]: ▸ m_pageOff = d.rem; | |
INFO [2018-02-08 12:33:23.44]: ▸ ^ | |
INFO [2018-02-08 12:33:23.44]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/CxxBridge/RCTCxxBridge.mm:92:12: moving a local object in a return statement prevents copy elision [-Wpessimizing-move] | |
INFO [2018-02-08 12:33:23.44]: ▸ return std::move(ret); | |
INFO [2018-02-08 12:33:23.44]: ▸ ~ ~~^~~ | |
INFO [2018-02-08 12:33:23.44]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/CxxBridge/RCTCxxBridge.mm:110:113: unused parameter 'tag' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:23.44]: ▸ ReactMarker::logTaggedMarker = [weakPerformanceLogger](const ReactMarker::ReactMarkerId markerId, const char *tag) { | |
INFO [2018-02-08 12:33:23.45]: ▸ ^~~~~~~~~~ ~ | |
INFO [2018-02-08 12:33:23.45]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/CxxBridge/RCTCxxBridge.mm:369:38: unused parameter 'progressData' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:23.45]: ▸ } onProgress:^(RCTLoadingProgress *progressData) { | |
INFO [2018-02-08 12:33:23.45]: ▸ ^ | |
INFO [2018-02-08 12:33:23.45]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/CxxBridge/RCTCxxBridge.mm:635:25: unused variable 'moduleData' [-Wunused-variable] | |
INFO [2018-02-08 12:33:23.45]: ▸ for (RCTModuleData *moduleData in moduleDataById) { | |
INFO [2018-02-08 12:33:23.45]: ▸ ^ | |
INFO [2018-02-08 12:33:23.45]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/CxxBridge/RCTCxxBridge.mm:1262:43: unused parameter 'callback' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:23.45]: ▸ - (void)stopProfiling:(void (^)(NSData *))callback | |
INFO [2018-02-08 12:33:23.45]: ▸ ^ | |
INFO [2018-02-08 12:33:23.45]: ▸ Compiling RCTAlertManager.m | |
INFO [2018-02-08 12:33:23.45]: ▸ Compiling RCTSurfaceView.mm | |
INFO [2018-02-08 12:33:23.45]: ▸ Compiling RCTI18nUtil.m | |
INFO [2018-02-08 12:33:23.45]: ▸ Compiling RCTMaskedViewManager.m | |
INFO [2018-02-08 12:33:23.45]: ▸ Compiling RCTJSStackFrame.m | |
INFO [2018-02-08 12:33:23.45]: ▸ Compiling RCTObjcExecutor.mm | |
INFO [2018-02-08 12:33:23.45]: ▸ ⚠️ /Users/jwaldrip/Library/Developer/Xcode/DerivedData/assessmentmobile-gclzpoieihtsafcgyabjumbcfreu/Build/Intermediates.noindex/ArchiveIntermediates/CT-Assess Staging/BuildProductsPath/Release-iphoneos/include/cxxreact/JSExecutor.h:89:41: unused parameter 'pressureLevel' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:23.45]: ▸ virtual void handleMemoryPressure(int pressureLevel) {} | |
INFO [2018-02-08 12:33:23.46]: ▸ ^ | |
INFO [2018-02-08 12:33:23.46]: ▸ ⚠️ /Users/jwaldrip/Library/Developer/Xcode/DerivedData/assessmentmobile-gclzpoieihtsafcgyabjumbcfreu/Build/Intermediates.noindex/ArchiveIntermediates/CT-Assess Staging/BuildProductsPath/Release-iphoneos/include/jschelpers/Value.h:113:86: unused parameter 'len' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:23.46]: ▸ static String createExpectingAscii(JSContextRef context, const char* ascii, size_t len) { | |
INFO [2018-02-08 12:33:23.46]: ▸ ^ | |
INFO [2018-02-08 12:33:23.46]: ▸ ⚠️ /Users/jwaldrip/Library/Developer/Xcode/DerivedData/assessmentmobile-gclzpoieihtsafcgyabjumbcfreu/Build/Intermediates.noindex/ArchiveIntermediates/CT-Assess Staging/BuildProductsPath/Release-iphoneos/include/cxxreact/JSBigString.h:127:21: implicit conversion loses integer precision: 'long long' to 'size_t' (aka 'unsigned long') [-Wshorten-64-to-32] | |
INFO [2018-02-08 12:33:23.46]: ▸ m_pageOff = d.rem; | |
INFO [2018-02-08 12:33:23.46]: ▸ ^ | |
INFO [2018-02-08 12:33:23.46]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/CxxBridge/RCTObjcExecutor.mm:43:7: field 'm_jsThread' will be initialized after field 'm_delegate' [-Wreorder] | |
INFO [2018-02-08 12:33:23.46]: ▸ , m_jsThread(std::move(jsThread)) | |
INFO [2018-02-08 12:33:23.46]: ▸ ~ ~~^~~ | |
INFO [2018-02-08 12:33:23.48]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/CxxBridge/RCTObjcExecutor.mm:98:32: unused parameter 'bundleId' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:23.48]: ▸ void registerBundle(uint32_t bundleId, const std::string &bundlePath) override { | |
INFO [2018-02-08 12:33:23.48]: ▸ ^ | |
INFO [2018-02-08 12:33:23.49]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/CxxBridge/RCTObjcExecutor.mm:98:61: unused parameter 'bundlePath' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:23.49]: ▸ void registerBundle(uint32_t bundleId, const std::string &bundlePath) override { | |
INFO [2018-02-08 12:33:23.49]: ▸ ^ | |
INFO [2018-02-08 12:33:23.49]: ▸ Compiling RCTSafeAreaViewManager.m | |
INFO [2018-02-08 12:33:23.49]: ▸ Compiling RCTConvert.m | |
INFO [2018-02-08 12:33:23.49]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Base/RCTConvert.m:358:1: implicit conversion loses integer precision: 'unsigned long long' to 'UIDataDetectorTypes' (aka 'enum UIDataDetectorTypes') [-Wshorten-64-to-32] | |
INFO [2018-02-08 12:33:23.49]: ▸ RCT_MULTI_ENUM_CONVERTER(UIDataDetectorTypes, (@{ | |
INFO [2018-02-08 12:33:23.49]: ▸ ^ | |
INFO [2018-02-08 12:33:23.49]: ▸ Compiling RCTSegmentedControl.m | |
INFO [2018-02-08 12:33:23.49]: ▸ Compiling RCTRootView.m | |
INFO [2018-02-08 12:33:23.49]: ▸ Compiling RCTExceptionsManager.m | |
INFO [2018-02-08 12:33:23.49]: ▸ Compiling RCTDevMenu.m | |
INFO [2018-02-08 12:33:23.49]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/DevSupport/RCTDevMenu.m:402:29: unused parameter 'title' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:23.49]: ▸ - (void)addItem:(NSString *)title handler:(dispatch_block_t)handler {} | |
INFO [2018-02-08 12:33:23.49]: ▸ ^~~~ | |
INFO [2018-02-08 12:33:23.49]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/DevSupport/RCTDevMenu.m:402:61: unused parameter 'handler' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:23.49]: ▸ - (void)addItem:(NSString *)title handler:(dispatch_block_t)handler {} | |
INFO [2018-02-08 12:33:23.49]: ▸ ^ | |
INFO [2018-02-08 12:33:23.50]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/DevSupport/RCTDevMenu.m:403:31: unused parameter 'item' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:23.50]: ▸ - (void)addItem:(RCTDevMenu *)item {} | |
INFO [2018-02-08 12:33:23.50]: ▸ ^ | |
INFO [2018-02-08 12:33:23.50]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/DevSupport/RCTDevMenu.m:410:49: unused parameter 'title' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:23.50]: ▸ + (instancetype)buttonItemWithTitle:(NSString *)title handler:(void(^)(void))handler {return nil;} | |
INFO [2018-02-08 12:33:23.50]: ▸ ^ | |
INFO [2018-02-08 12:33:23.50]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/DevSupport/RCTDevMenu.m:410:78: unused parameter 'handler' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:23.50]: ▸ + (instancetype)buttonItemWithTitle:(NSString *)title handler:(void(^)(void))handler {return nil;} | |
INFO [2018-02-08 12:33:23.50]: ▸ ^ | |
INFO [2018-02-08 12:33:23.50]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/DevSupport/RCTDevMenu.m:411:64: unused parameter 'titleBlock' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:23.50]: ▸ + (instancetype)buttonItemWithTitleBlock:(NSString * (^)(void))titleBlock | |
INFO [2018-02-08 12:33:23.50]: ▸ ^ | |
INFO [2018-02-08 12:33:23.50]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/DevSupport/RCTDevMenu.m:412:57: unused parameter 'handler' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:23.50]: ▸ handler:(void(^)(void))handler {return nil;} | |
INFO [2018-02-08 12:33:23.51]: ▸ ^ | |
INFO [2018-02-08 12:33:23.51]: ▸ Compiling RCTRootShadowView.m | |
INFO [2018-02-08 12:33:23.51]: ▸ Compiling RCTMultipartDataTask.m | |
INFO [2018-02-08 12:33:23.51]: ▸ Compiling RCTScrollContentViewManager.m | |
INFO [2018-02-08 12:33:23.51]: ▸ Compiling RCTBorderDrawing.m | |
INFO [2018-02-08 12:33:23.51]: ▸ Compiling RCTCxxConvert.m | |
INFO [2018-02-08 12:33:23.51]: ▸ Compiling RCTAssert.m | |
INFO [2018-02-08 12:33:23.51]: ▸ Compiling RCTUIManagerObserverCoordinator.mm | |
INFO [2018-02-08 12:33:23.51]: ▸ Compiling RCTSlider.m | |
INFO [2018-02-08 12:33:23.51]: ▸ Compiling RCTFollyConvert.mm | |
INFO [2018-02-08 12:33:23.51]: ▸ Compiling RCTAsyncLocalStorage.m | |
INFO [2018-02-08 12:33:23.51]: ▸ Compiling RCTInspectorDevServerHelper.mm | |
INFO [2018-02-08 12:33:23.51]: ▸ Compiling RCTDevSettings.mm | |
INFO [2018-02-08 12:33:23.51]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Modules/RCTDevSettings.mm:551:66: unused parameter 'dataSource' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:23.51]: ▸ - (instancetype)initWithDataSource:(id<RCTDevSettingsDataSource>)dataSource { return [super init]; } | |
INFO [2018-02-08 12:33:23.51]: ▸ ^ | |
INFO [2018-02-08 12:33:23.51]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Modules/RCTDevSettings.mm:555:33: unused parameter 'key' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:23.51]: ▸ - (id)settingForKey:(NSString *)key { return nil; } | |
INFO [2018-02-08 12:33:23.51]: ▸ ^ | |
INFO [2018-02-08 12:33:23.52]: ▸ Compiling RCTSurfaceStage.m | |
INFO [2018-02-08 12:33:23.52]: ▸ Compiling RCTProgressViewManager.m | |
INFO [2018-02-08 12:33:23.52]: ▸ Compiling RCTFPSGraph.m | |
INFO [2018-02-08 12:33:23.52]: ▸ Compiling RCTPackagerClient.m | |
INFO [2018-02-08 12:33:23.52]: ▸ Compiling RCTSwitch.m | |
INFO [2018-02-08 12:33:23.52]: ▸ Compiling RCTMessageThread.mm | |
INFO [2018-02-08 12:33:23.52]: ▸ ⚠️ /Users/jwaldrip/Library/Developer/Xcode/DerivedData/assessmentmobile-gclzpoieihtsafcgyabjumbcfreu/Build/Intermediates.noindex/ArchiveIntermediates/CT-Assess Staging/BuildProductsPath/Release-iphoneos/include/cxxreact/JSExecutor.h:89:41: unused parameter 'pressureLevel' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:23.52]: ▸ virtual void handleMemoryPressure(int pressureLevel) {} | |
INFO [2018-02-08 12:33:23.52]: ▸ ^ | |
INFO [2018-02-08 12:33:23.52]: ▸ ⚠️ /Users/jwaldrip/Library/Developer/Xcode/DerivedData/assessmentmobile-gclzpoieihtsafcgyabjumbcfreu/Build/Intermediates.noindex/ArchiveIntermediates/CT-Assess Staging/BuildProductsPath/Release-iphoneos/include/jschelpers/Value.h:113:86: unused parameter 'len' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:23.52]: ▸ static String createExpectingAscii(JSContextRef context, const char* ascii, size_t len) { | |
INFO [2018-02-08 12:33:23.52]: ▸ ^ | |
INFO [2018-02-08 12:33:23.52]: ▸ Compiling RCTSurface.mm | |
INFO [2018-02-08 12:33:23.52]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Base/Surface/RCTSurface.mm:174:70: unused parameter 'notification' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:23.52]: ▸ - (void)handleBridgeWillLoadJavaScriptNotification:(NSNotification *)notification | |
INFO [2018-02-08 12:33:23.52]: ▸ ^ | |
INFO [2018-02-08 12:33:23.53]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Base/Surface/RCTSurface.mm:473:45: unused parameter 'rootShadowView' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:23.53]: ▸ - (void)rootShadowView:(RCTRootShadowView *)rootShadowView didChangeIntrinsicSize:(CGSize)intrinsicSize | |
INFO [2018-02-08 12:33:23.53]: ▸ ^ | |
INFO [2018-02-08 12:33:23.53]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Base/Surface/RCTSurface.mm:478:69: unused parameter 'rootShadowView' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:23.53]: ▸ - (void)rootShadowViewDidStartRendering:(RCTSurfaceRootShadowView *)rootShadowView | |
INFO [2018-02-08 12:33:23.53]: ▸ ^ | |
INFO [2018-02-08 12:33:23.53]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Base/Surface/RCTSurface.mm:485:69: unused parameter 'rootShadowView' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:23.53]: ▸ - (void)rootShadowViewDidStartLayingOut:(RCTSurfaceRootShadowView *)rootShadowView | |
INFO [2018-02-08 12:33:23.55]: ▸ ^ | |
INFO [2018-02-08 12:33:23.55]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Base/Surface/RCTSurface.mm:30:17: method override for the designated initializer of the superclass '-init' not found [-Wobjc-designated-initializers] | |
INFO [2018-02-08 12:33:23.56]: ▸ @implementation RCTSurface { | |
INFO [2018-02-08 12:33:23.56]: ▸ ^ | |
INFO [2018-02-08 12:33:23.56]: ▸ Compiling RCTSafeAreaShadowView.m | |
INFO [2018-02-08 12:33:23.56]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Views/SafeAreaView/RCTSafeAreaShadowView.m:38:29: unused parameter 'value' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:23.56]: ▸ - (void)setPadding:(YGValue)value {} | |
INFO [2018-02-08 12:33:23.56]: ▸ ^ | |
INFO [2018-02-08 12:33:23.56]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Views/SafeAreaView/RCTSafeAreaShadowView.m:39:33: unused parameter 'value' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:23.56]: ▸ - (void)setPaddingLeft:(YGValue)value {} | |
INFO [2018-02-08 12:33:23.56]: ▸ ^ | |
INFO [2018-02-08 12:33:23.56]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Views/SafeAreaView/RCTSafeAreaShadowView.m:40:34: unused parameter 'value' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:23.56]: ▸ - (void)setPaddingRight:(YGValue)value {} | |
INFO [2018-02-08 12:33:23.56]: ▸ ^ | |
INFO [2018-02-08 12:33:23.56]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Views/SafeAreaView/RCTSafeAreaShadowView.m:41:32: unused parameter 'value' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:23.56]: ▸ - (void)setPaddingTop:(YGValue)value {} | |
INFO [2018-02-08 12:33:23.56]: ▸ ^ | |
INFO [2018-02-08 12:33:23.56]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Views/SafeAreaView/RCTSafeAreaShadowView.m:42:35: unused parameter 'value' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:23.56]: ▸ - (void)setPaddingBottom:(YGValue)value {} | |
INFO [2018-02-08 12:33:23.57]: ▸ ^ | |
INFO [2018-02-08 12:33:23.57]: ▸ Compiling RCTDisplayLink.m | |
INFO [2018-02-08 12:33:23.57]: ▸ Compiling RCTSwitchManager.m | |
INFO [2018-02-08 12:33:23.57]: ▸ Compiling RCTActivityIndicatorViewManager.m | |
INFO [2018-02-08 12:33:23.57]: ▸ Compiling RCTViewManager.m | |
INFO [2018-02-08 12:33:23.57]: ▸ Compiling RCTImageSource.m | |
INFO [2018-02-08 12:33:23.57]: ▸ Compiling RCTCxxUtils.mm | |
INFO [2018-02-08 12:33:24.02]: ▸ ⚠️ /Users/jwaldrip/Library/Developer/Xcode/DerivedData/assessmentmobile-gclzpoieihtsafcgyabjumbcfreu/Build/Intermediates.noindex/ArchiveIntermediates/CT-Assess Staging/BuildProductsPath/Release-iphoneos/include/cxxreact/JSExecutor.h:89:41: unused parameter 'pressureLevel' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:24.03]: ▸ virtual void handleMemoryPressure(int pressureLevel) {} | |
INFO [2018-02-08 12:33:24.03]: ▸ ^ | |
INFO [2018-02-08 12:33:24.03]: ▸ ⚠️ /Users/jwaldrip/Library/Developer/Xcode/DerivedData/assessmentmobile-gclzpoieihtsafcgyabjumbcfreu/Build/Intermediates.noindex/ArchiveIntermediates/CT-Assess Staging/BuildProductsPath/Release-iphoneos/include/jschelpers/Value.h:113:86: unused parameter 'len' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:24.03]: ▸ static String createExpectingAscii(JSContextRef context, const char* ascii, size_t len) { | |
INFO [2018-02-08 12:33:24.03]: ▸ ^ | |
INFO [2018-02-08 12:33:24.03]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/CxxModule/DispatchMessageQueueThread.h:33:47: unused parameter 'func' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:24.03]: ▸ void runOnQueueSync(std::function<void()>&& func) override { | |
INFO [2018-02-08 12:33:24.03]: ▸ ^ | |
INFO [2018-02-08 12:33:24.03]: ▸ Compiling RCTDatePickerManager.m | |
INFO [2018-02-08 12:33:24.03]: ▸ Compiling RCTModuleMethod.mm | |
INFO [2018-02-08 12:33:24.03]: ▸ Compiling RCTEventEmitter.m | |
INFO [2018-02-08 12:33:24.03]: ▸ Compiling RCTSurfaceRootShadowView.m | |
INFO [2018-02-08 12:33:24.03]: ▸ Compiling RCTJavaScriptLoader.mm | |
INFO [2018-02-08 12:33:24.03]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Base/RCTJavaScriptLoader.mm:43:21: implicit conversion loses integer precision: 'int64_t' (aka 'long long') to 'NSUInteger' (aka 'unsigned int') [-Wshorten-64-to-32] | |
INFO [2018-02-08 12:33:24.04]: ▸ source->_length = length; | |
INFO [2018-02-08 12:33:24.04]: ▸ ^ | |
INFO [2018-02-08 12:33:24.04]: ▸ Compiling RCTPerfMonitor.m | |
INFO [2018-02-08 12:33:24.04]: ▸ Compiling RCTLayoutAnimation.m | |
INFO [2018-02-08 12:33:24.04]: ▸ Compiling RCTCxxModule.mm | |
INFO [2018-02-08 12:33:24.04]: ▸ Compiling RCTFont.mm | |
INFO [2018-02-08 12:33:24.05]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Views/RCTFont.mm:75:27: comparison of integers of different signs: 'NSInteger' (aka 'int') and 'NSUInteger' (aka 'unsigned int') [-Wsign-compare] | |
INFO [2018-02-08 12:33:24.05]: ▸ for (NSInteger i = 0; i < fontNames.count; i++) { | |
INFO [2018-02-08 12:33:24.05]: ▸ ~ ^~~~~~ | |
INFO [2018-02-08 12:33:24.05]: ▸ Compiling RCTTabBarManager.m | |
INFO [2018-02-08 12:33:24.05]: ▸ Compiling RCTScrollView.m | |
INFO [2018-02-08 12:33:24.05]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Views/ScrollView/RCTScrollView.m:945:44: 'UIScrollViewContentInsetAdjustmentBehavior' is partial: introduced in iOS 11.0 [-Wunguarded-availability-new] | |
INFO [2018-02-08 12:33:24.05]: ▸ - (void)setContentInsetAdjustmentBehavior:(UIScrollViewContentInsetAdjustmentBehavior)behavior | |
INFO [2018-02-08 12:33:24.05]: ▸ ~ ^ ~~~~~~~~~~~~~~~ | |
INFO [2018-02-08 12:33:24.05]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Views/ScrollView/RCTScrollView.m:390:54: 'UIScrollViewContentInsetAdjustmentNever' is only available on iOS 11.0 or newer [-Wunguarded-availability-new] | |
INFO [2018-02-08 12:33:24.05]: ▸ _scrollView.contentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentNever; | |
INFO [2018-02-08 12:33:24.05]: ▸ ^ | |
INFO [2018-02-08 12:33:24.08]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Views/ScrollView/RCTScrollView.m:390:21: 'setContentInsetAdjustmentBehavior:' is only available on iOS 11.0 or newer [-Wunguarded-availability-new] | |
INFO [2018-02-08 12:33:24.08]: ▸ _scrollView.contentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentNever; | |
INFO [2018-02-08 12:33:24.08]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
INFO [2018-02-08 12:33:24.08]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Views/ScrollView/RCTScrollView.m:950:17: 'setContentInsetAdjustmentBehavior:' is only available on iOS 11.0 or newer [-Wunguarded-availability-new] | |
INFO [2018-02-08 12:33:24.08]: ▸ _scrollView.contentInsetAdjustmentBehavior = behavior; | |
INFO [2018-02-08 12:33:24.08]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
INFO [2018-02-08 12:33:24.08]: ▸ Compiling RCTScrollContentShadowView.m | |
INFO [2018-02-08 12:33:24.08]: ▸ Compiling RCTScrollViewManager.m | |
INFO [2018-02-08 12:33:24.08]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Views/ScrollView/RCTScrollViewManager.m:40:20: 'UIScrollViewContentInsetAdjustmentBehavior' is partial: introduced in iOS 11.0 [-Wunguarded-availability-new] | |
INFO [2018-02-08 12:33:24.08]: ▸ RCT_ENUM_CONVERTER(UIScrollViewContentInsetAdjustmentBehavior, (@{ | |
INFO [2018-02-08 12:33:24.08]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
INFO [2018-02-08 12:33:24.08]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Views/ScrollView/RCTScrollViewManager.m:41:19: 'UIScrollViewContentInsetAdjustmentAutomatic' is only available on iOS 11.0 or newer [-Wunguarded-availability-new] | |
INFO [2018-02-08 12:33:24.08]: ▸ @"automatic": @(UIScrollViewContentInsetAdjustmentAutomatic), | |
INFO [2018-02-08 12:33:24.09]: ▸ ^ | |
INFO [2018-02-08 12:33:24.09]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Views/ScrollView/RCTScrollViewManager.m:42:24: 'UIScrollViewContentInsetAdjustmentScrollableAxes' is only available on iOS 11.0 or newer [-Wunguarded-availability-new] | |
INFO [2018-02-08 12:33:24.09]: ▸ @"scrollableAxes": @(UIScrollViewContentInsetAdjustmentScrollableAxes), | |
INFO [2018-02-08 12:33:24.09]: ▸ ^~~~~~ | |
INFO [2018-02-08 12:33:24.09]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Views/ScrollView/RCTScrollViewManager.m:43:15: 'UIScrollViewContentInsetAdjustmentNever' is only available on iOS 11.0 or newer [-Wunguarded-availability-new] | |
INFO [2018-02-08 12:33:24.09]: ▸ @"never": @(UIScrollViewContentInsetAdjustmentNever), | |
INFO [2018-02-08 12:33:24.09]: ▸ ^~~~~~ | |
INFO [2018-02-08 12:33:24.09]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Views/ScrollView/RCTScrollViewManager.m:44:16: 'UIScrollViewContentInsetAdjustmentAlways' is only available on iOS 11.0 or newer [-Wunguarded-availability-new] | |
INFO [2018-02-08 12:33:24.10]: ▸ @"always": @(UIScrollViewContentInsetAdjustmentAlways), | |
INFO [2018-02-08 12:33:24.10]: ▸ ^~~~~~ | |
INFO [2018-02-08 12:33:24.10]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Views/ScrollView/RCTScrollViewManager.m:45:5: 'UIScrollViewContentInsetAdjustmentNever' is only available on iOS 11.0 or newer [-Wunguarded-availability-new] | |
INFO [2018-02-08 12:33:24.10]: ▸ }), UIScrollViewContentInsetAdjustmentNever, integerValue) | |
INFO [2018-02-08 12:33:24.10]: ▸ ^~~~~~ | |
INFO [2018-02-08 12:33:24.10]: ▸ Compiling RCTJSCSamplingProfiler.m | |
INFO [2018-02-08 12:33:24.10]: ▸ Compiling RCTSurfaceRootView.mm | |
INFO [2018-02-08 12:33:24.10]: ▸ Compiling RCTManagedPointer.mm | |
INFO [2018-02-08 12:33:24.11]: ▸ Compiling RCTWrapperViewController.m | |
INFO [2018-02-08 12:33:24.11]: ▸ Compiling RCTReloadCommand.m | |
INFO [2018-02-08 12:33:24.11]: ▸ Compiling JSCTracing.cpp | |
INFO [2018-02-08 12:33:24.11]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/JSCTracing.cpp:308:47: unused parameter 'ctx' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:24.11]: ▸ void addNativeTracingHooks(JSGlobalContextRef ctx) { | |
INFO [2018-02-08 12:33:24.11]: ▸ ^~~~ | |
INFO [2018-02-08 12:33:24.11]: ▸ Compiling RCTInspector.mm | |
INFO [2018-02-08 12:33:24.11]: ▸ Compiling RCTAccessibilityManager.m | |
INFO [2018-02-08 12:33:24.11]: ▸ Compiling RCTDevLoadingView.m | |
INFO [2018-02-08 12:33:24.11]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/DevSupport/RCTDevLoadingView.m:161:26: unused parameter 'enabled' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:24.11]: ▸ + (void)setEnabled:(BOOL)enabled { } | |
INFO [2018-02-08 12:33:24.11]: ▸ ^ | |
INFO [2018-02-08 12:33:24.12]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/DevSupport/RCTDevLoadingView.m:162:30: unused parameter 'URL' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:24.12]: ▸ - (void)showWithURL:(NSURL *)URL { } | |
INFO [2018-02-08 12:33:24.12]: ▸ ^ | |
INFO [2018-02-08 12:33:24.12]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/DevSupport/RCTDevLoadingView.m:163:46: unused parameter 'progress' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:24.12]: ▸ - (void)updateProgress:(RCTLoadingProgress *)progress { } | |
INFO [2018-02-08 12:33:24.12]: ▸ ^ | |
INFO [2018-02-08 12:33:24.12]: ▸ Compiling RCTTiming.m | |
INFO [2018-02-08 12:33:24.12]: ▸ Compiling RCTAppState.m | |
INFO [2018-02-08 12:33:24.12]: ▸ Compiling RCTRootContentView.m | |
INFO [2018-02-08 12:33:24.12]: ▸ Compiling UIView+React.m | |
INFO [2018-02-08 12:33:24.12]: ▸ Compiling RCTSliderManager.m | |
INFO [2018-02-08 12:33:24.12]: ▸ Compiling RCTDeviceInfo.m | |
INFO [2018-02-08 12:33:24.12]: ▸ Compiling NSDataBigString.mm | |
INFO [2018-02-08 12:33:25.13]: ▸ ⚠️ /Users/jwaldrip/Library/Developer/Xcode/DerivedData/assessmentmobile-gclzpoieihtsafcgyabjumbcfreu/Build/Intermediates.noindex/ArchiveIntermediates/CT-Assess Staging/BuildProductsPath/Release-iphoneos/include/cxxreact/JSBigString.h:127:21: implicit conversion loses integer precision: 'long long' to 'size_t' (aka 'unsigned long') [-Wshorten-64-to-32] | |
INFO [2018-02-08 12:33:25.13]: ▸ m_pageOff = d.rem; | |
INFO [2018-02-08 12:33:25.13]: ▸ ^ | |
INFO [2018-02-08 12:33:25.13]: ▸ Compiling RCTClipboard.m | |
INFO [2018-02-08 12:33:25.13]: ▸ Compiling RCTModuleData.mm | |
INFO [2018-02-08 12:33:25.13]: ▸ Compiling RCTPerformanceLogger.m | |
INFO [2018-02-08 12:33:25.13]: ▸ Compiling RCTTouchHandler.m | |
INFO [2018-02-08 12:33:25.14]: ▸ Compiling RCTErrorInfo.m | |
INFO [2018-02-08 12:33:25.14]: ▸ Compiling RCTLog.mm | |
INFO [2018-02-08 12:33:25.14]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Base/RCTLog.mm:188:29: unused function 'nativeStackFrameRegex' [-Wunused-function] | |
INFO [2018-02-08 12:33:25.14]: ▸ static NSRegularExpression *nativeStackFrameRegex() | |
INFO [2018-02-08 12:33:25.14]: ▸ ~ ~~^~~ | |
INFO [2018-02-08 12:33:25.14]: ▸ Compiling RCTNavItemManager.m | |
INFO [2018-02-08 12:33:25.14]: ▸ Compiling RCTParserUtils.m | |
INFO [2018-02-08 12:33:25.14]: ▸ Compiling RCTSafeAreaViewLocalData.m | |
INFO [2018-02-08 12:33:25.14]: ▸ Compiling RCTView.m | |
INFO [2018-02-08 12:33:25.14]: ▸ Compiling RCTPlatform.m | |
INFO [2018-02-08 12:33:25.14]: ▸ Compiling InspectorInterfaces.cpp | |
INFO [2018-02-08 12:33:25.54]: ▸ Compiling RCTScrollContentView.m | |
INFO [2018-02-08 12:33:25.54]: ▸ Compiling RCTKeyboardObserver.m | |
INFO [2018-02-08 12:33:25.54]: ▸ Compiling RCTJSCHelpers.mm | |
INFO [2018-02-08 12:33:27.78]: ▸ ⚠️ /Users/jwaldrip/Library/Developer/Xcode/DerivedData/assessmentmobile-gclzpoieihtsafcgyabjumbcfreu/Build/Intermediates.noindex/ArchiveIntermediates/CT-Assess Staging/BuildProductsPath/Release-iphoneos/include/cxxreact/JSExecutor.h:89:41: unused parameter 'pressureLevel' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:27.78]: ▸ virtual void handleMemoryPressure(int pressureLevel) {} | |
INFO [2018-02-08 12:33:27.78]: ▸ ^ | |
INFO [2018-02-08 12:33:27.78]: ▸ ⚠️ /Users/jwaldrip/Library/Developer/Xcode/DerivedData/assessmentmobile-gclzpoieihtsafcgyabjumbcfreu/Build/Intermediates.noindex/ArchiveIntermediates/CT-Assess Staging/BuildProductsPath/Release-iphoneos/include/jschelpers/Value.h:113:86: unused parameter 'len' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:27.78]: ▸ static String createExpectingAscii(JSContextRef context, const char* ascii, size_t len) { | |
INFO [2018-02-08 12:33:27.78]: ▸ ^ | |
INFO [2018-02-08 12:33:27.78]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/CxxBridge/RCTJSCHelpers.mm:27:35: unused parameter 'function' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:27.79]: ▸ JSContextRef ctx, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, | |
INFO [2018-02-08 12:33:27.79]: ▸ ^ | |
INFO [2018-02-08 12:33:27.79]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/CxxBridge/RCTJSCHelpers.mm:27:57: unused parameter 'thisObject' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:27.79]: ▸ JSContextRef ctx, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, | |
INFO [2018-02-08 12:33:27.79]: ▸ ^ | |
INFO [2018-02-08 12:33:27.79]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/CxxBridge/RCTJSCHelpers.mm:28:47: unused parameter 'exception' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:27.79]: ▸ const JSValueRef arguments[], JSValueRef *exception) { | |
INFO [2018-02-08 12:33:27.79]: ▸ ^ | |
INFO [2018-02-08 12:33:27.79]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/CxxBridge/RCTJSCHelpers.mm:42:35: unused parameter 'function' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:27.79]: ▸ JSContextRef ctx, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, | |
INFO [2018-02-08 12:33:27.79]: ▸ ^ | |
INFO [2018-02-08 12:33:27.79]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/CxxBridge/RCTJSCHelpers.mm:42:57: unused parameter 'thisObject' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:27.79]: ▸ JSContextRef ctx, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, | |
INFO [2018-02-08 12:33:27.79]: ▸ ^ | |
INFO [2018-02-08 12:33:27.79]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/CxxBridge/RCTJSCHelpers.mm:42:76: unused parameter 'argumentCount' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:27.79]: ▸ JSContextRef ctx, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, | |
INFO [2018-02-08 12:33:27.80]: ▸ ^ | |
INFO [2018-02-08 12:33:27.80]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/CxxBridge/RCTJSCHelpers.mm:43:22: unused parameter 'arguments' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:27.80]: ▸ const JSValueRef arguments[], JSValueRef *exception) { | |
INFO [2018-02-08 12:33:27.80]: ▸ ^ | |
INFO [2018-02-08 12:33:27.80]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/CxxBridge/RCTJSCHelpers.mm:43:47: unused parameter 'exception' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:27.80]: ▸ const JSValueRef arguments[], JSValueRef *exception) { | |
INFO [2018-02-08 12:33:27.80]: ▸ ^ | |
INFO [2018-02-08 12:33:27.80]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/CxxBridge/RCTJSCHelpers.mm:50:83: unused parameter 'tag' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:27.80]: ▸ ReactMarker::logTaggedMarker = [](const ReactMarker::ReactMarkerId, const char *tag) {}; | |
INFO [2018-02-08 12:33:27.80]: ▸ ^ | |
INFO [2018-02-08 12:33:27.80]: ▸ Compiling RCTI18nManager.m | |
INFO [2018-02-08 12:33:27.80]: ▸ Compiling RCTPackagerConnection.mm | |
INFO [2018-02-08 12:33:27.80]: ▸ Compiling RCTConvert+CoreLocation.m | |
INFO [2018-02-08 12:33:27.80]: ▸ Compiling RCTTabBarItemManager.m | |
INFO [2018-02-08 12:33:27.80]: ▸ Compiling RCTKeyCommands.m | |
INFO [2018-02-08 12:33:27.82]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Base/RCTKeyCommands.m:368:49: unused parameter 'input' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:27.82]: ▸ - (void)registerKeyCommandWithInput:(NSString *)input | |
INFO [2018-02-08 12:33:27.82]: ▸ ^ | |
INFO [2018-02-08 12:33:27.83]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Base/RCTKeyCommands.m:369:57: unused parameter 'flags' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:27.83]: ▸ modifierFlags:(UIKeyModifierFlags)flags | |
INFO [2018-02-08 12:33:27.83]: ▸ ^ | |
INFO [2018-02-08 12:33:27.83]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Base/RCTKeyCommands.m:370:63: unused parameter 'block' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:27.83]: ▸ action:(void (^)(UIKeyCommand *))block {} | |
INFO [2018-02-08 12:33:27.83]: ▸ ^ | |
INFO [2018-02-08 12:33:27.83]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Base/RCTKeyCommands.m:372:51: unused parameter 'input' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:27.83]: ▸ - (void)unregisterKeyCommandWithInput:(NSString *)input | |
INFO [2018-02-08 12:33:27.83]: ▸ ^ | |
INFO [2018-02-08 12:33:27.83]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Base/RCTKeyCommands.m:373:59: unused parameter 'flags' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:27.83]: ▸ modifierFlags:(UIKeyModifierFlags)flags {} | |
INFO [2018-02-08 12:33:27.83]: ▸ ^ | |
INFO [2018-02-08 12:33:27.83]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Base/RCTKeyCommands.m:375:52: unused parameter 'input' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:27.83]: ▸ - (BOOL)isKeyCommandRegisteredForInput:(NSString *)input | |
INFO [2018-02-08 12:33:27.83]: ▸ ^ | |
INFO [2018-02-08 12:33:27.84]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Base/RCTKeyCommands.m:376:60: unused parameter 'flags' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:27.84]: ▸ modifierFlags:(UIKeyModifierFlags)flags | |
INFO [2018-02-08 12:33:27.84]: ▸ ^ | |
INFO [2018-02-08 12:33:27.84]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Base/RCTKeyCommands.m:381:60: unused parameter 'input' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:27.84]: ▸ - (void)registerDoublePressKeyCommandWithInput:(NSString *)input | |
INFO [2018-02-08 12:33:27.84]: ▸ ^ | |
INFO [2018-02-08 12:33:27.84]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Base/RCTKeyCommands.m:382:57: unused parameter 'flags' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:27.84]: ▸ modifierFlags:(UIKeyModifierFlags)flags | |
INFO [2018-02-08 12:33:27.84]: ▸ ^ | |
INFO [2018-02-08 12:33:27.84]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Base/RCTKeyCommands.m:383:63: unused parameter 'block' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:27.84]: ▸ action:(void (^)(UIKeyCommand *))block {} | |
INFO [2018-02-08 12:33:27.84]: ▸ ^ | |
INFO [2018-02-08 12:33:27.84]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Base/RCTKeyCommands.m:385:62: unused parameter 'input' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:27.84]: ▸ - (void)unregisterDoublePressKeyCommandWithInput:(NSString *)input | |
INFO [2018-02-08 12:33:27.84]: ▸ ^ | |
INFO [2018-02-08 12:33:27.84]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Base/RCTKeyCommands.m:386:59: unused parameter 'flags' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:27.85]: ▸ modifierFlags:(UIKeyModifierFlags)flags {} | |
INFO [2018-02-08 12:33:27.85]: ▸ ^ | |
INFO [2018-02-08 12:33:27.85]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Base/RCTKeyCommands.m:388:63: unused parameter 'input' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:27.85]: ▸ - (BOOL)isDoublePressKeyCommandRegisteredForInput:(NSString *)input | |
INFO [2018-02-08 12:33:27.85]: ▸ ^ | |
INFO [2018-02-08 12:33:27.85]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Base/RCTKeyCommands.m:389:60: unused parameter 'flags' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:27.85]: ▸ modifierFlags:(UIKeyModifierFlags)flags | |
INFO [2018-02-08 12:33:27.85]: ▸ ^ | |
INFO [2018-02-08 12:33:27.85]: ▸ Compiling RCTUtils.m | |
INFO [2018-02-08 12:33:27.85]: ▸ Compiling RCTConvert+Transform.m | |
INFO [2018-02-08 12:33:27.85]: ▸ Compiling RCTRefreshControl.m | |
INFO [2018-02-08 12:33:27.85]: ▸ Compiling RCTWebView.m | |
INFO [2018-02-08 12:33:27.85]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Views/RCTWebView.m:57:60: 'UIScrollViewContentInsetAdjustmentNever' is only available on iOS 11.0 or newer [-Wunguarded-availability-new] | |
INFO [2018-02-08 12:33:27.85]: ▸ _webView.scrollView.contentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentNever; | |
INFO [2018-02-08 12:33:27.85]: ▸ ^ | |
INFO [2018-02-08 12:33:27.85]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Views/RCTWebView.m:57:27: 'setContentInsetAdjustmentBehavior:' is only available on iOS 11.0 or newer [-Wunguarded-availability-new] | |
INFO [2018-02-08 12:33:27.85]: ▸ _webView.scrollView.contentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentNever; | |
INFO [2018-02-08 12:33:27.85]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
INFO [2018-02-08 12:33:27.86]: ▸ Compiling RCTBridge.m | |
INFO [2018-02-08 12:33:27.86]: ▸ Compiling RCTShadowView+Layout.m | |
INFO [2018-02-08 12:33:27.86]: ▸ Compiling RCTMaskedView.m | |
INFO [2018-02-08 12:33:27.86]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Views/RCTMaskedView.m:29:33: unused parameter 'layer' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:27.86]: ▸ - (void)displayLayer:(CALayer *)layer | |
INFO [2018-02-08 12:33:27.86]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
INFO [2018-02-08 12:33:27.86]: ▸ Compiling RCTWebViewManager.m | |
INFO [2018-02-08 12:33:27.86]: ▸ Compiling RCTPicker.m | |
INFO [2018-02-08 12:33:27.86]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Views/RCTPicker.m:73:39: unused parameter 'pickerView' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:27.86]: ▸ - (CGFloat)pickerView:(UIPickerView *)pickerView rowHeightForComponent:(NSInteger)component { | |
INFO [2018-02-08 12:33:27.86]: ▸ ^ | |
INFO [2018-02-08 12:33:27.86]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Views/RCTPicker.m:73:83: unused parameter 'component' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:27.86]: ▸ - (CGFloat)pickerView:(UIPickerView *)pickerView rowHeightForComponent:(NSInteger)component { | |
INFO [2018-02-08 12:33:27.86]: ▸ ^ | |
INFO [2018-02-08 12:33:27.86]: ▸ Compiling RCTTabBarItem.m | |
INFO [2018-02-08 12:33:27.86]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Views/RCTTabBarItem.m:61:1: ivar '_testID' which backs the property is not referenced in this property's accessor [-Wunused-property-ivar] | |
INFO [2018-02-08 12:33:27.86]: ▸ - (void)setTestID:(NSString *)testID | |
INFO [2018-02-08 12:33:27.86]: ▸ ^ | |
INFO [2018-02-08 12:33:27.86]: ▸ Compiling RCTModalHostView.m | |
INFO [2018-02-08 12:33:27.87]: ▸ Compiling RCTShadowView.m | |
INFO [2018-02-08 12:33:27.87]: ▸ Compiling PrivateDataBase.cpp | |
INFO [2018-02-08 12:33:27.87]: ▸ Compiling RCTSegmentedControlManager.m | |
INFO [2018-02-08 12:33:27.87]: ▸ Compiling RCTPickerManager.m | |
INFO [2018-02-08 12:33:27.87]: ▸ Compiling RCTRefreshControlManager.m | |
INFO [2018-02-08 12:33:27.87]: ▸ Compiling RCTInspectorPackagerConnection.m | |
INFO [2018-02-08 12:33:27.87]: ▸ Compiling RCTBundleURLProvider.m | |
INFO [2018-02-08 12:33:27.87]: ▸ Compiling RCTActivityIndicatorView.m | |
INFO [2018-02-08 12:33:27.87]: ▸ Compiling RCTLayoutAnimationGroup.m | |
INFO [2018-02-08 12:33:27.88]: ▸ Compiling RCTNavigator.m | |
INFO [2018-02-08 12:33:27.89]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Views/RCTNavigator.m:602:59: unused parameter 'wrapperViewController' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:27.89]: ▸ - (void)wrapperViewController:(RCTWrapperViewController *)wrapperViewController | |
INFO [2018-02-08 12:33:27.89]: ▸ ^ | |
INFO [2018-02-08 12:33:27.89]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Views/RCTNavigator.m:603:57: unused parameter 'navigationController' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:27.89]: ▸ didMoveToNavigationController:(UINavigationController *)navigationController | |
INFO [2018-02-08 12:33:27.89]: ▸ ^ | |
INFO [2018-02-08 12:33:27.89]: ▸ Compiling RCTTabBar.m | |
INFO [2018-02-08 12:33:27.89]: ▸ Compiling RCTRedBox.m | |
INFO [2018-02-08 12:33:27.90]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Modules/RCTRedBox.m:498:57: unused parameter 'errorCustomizer' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:27.90]: ▸ - (void)registerErrorCustomizer:(id<RCTErrorCustomizer>)errorCustomizer {} | |
INFO [2018-02-08 12:33:27.90]: ▸ ^ | |
INFO [2018-02-08 12:33:27.90]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Modules/RCTRedBox.m:499:30: unused parameter 'message' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:27.90]: ▸ - (void)showError:(NSError *)message {} | |
INFO [2018-02-08 12:33:27.90]: ▸ ^ | |
INFO [2018-02-08 12:33:27.90]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Modules/RCTRedBox.m:500:38: unused parameter 'message' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:27.90]: ▸ - (void)showErrorMessage:(NSString *)message {} | |
INFO [2018-02-08 12:33:27.90]: ▸ ^ | |
INFO [2018-02-08 12:33:27.90]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Modules/RCTRedBox.m:501:38: unused parameter 'message' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:27.90]: ▸ - (void)showErrorMessage:(NSString *)message withDetails:(NSString *)details {} | |
INFO [2018-02-08 12:33:27.90]: ▸ ^ | |
INFO [2018-02-08 12:33:27.90]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Modules/RCTRedBox.m:501:70: unused parameter 'details' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:27.90]: ▸ - (void)showErrorMessage:(NSString *)message withDetails:(NSString *)details {} | |
INFO [2018-02-08 12:33:27.90]: ▸ ^ | |
INFO [2018-02-08 12:33:27.90]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Modules/RCTRedBox.m:502:38: unused parameter 'message' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:27.91]: ▸ - (void)showErrorMessage:(NSString *)message withRawStack:(NSString *)rawStack {} | |
INFO [2018-02-08 12:33:27.91]: ▸ ^ | |
INFO [2018-02-08 12:33:27.91]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Modules/RCTRedBox.m:502:71: unused parameter 'rawStack' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:27.91]: ▸ - (void)showErrorMessage:(NSString *)message withRawStack:(NSString *)rawStack {} | |
INFO [2018-02-08 12:33:27.91]: ▸ ^ | |
INFO [2018-02-08 12:33:27.91]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Modules/RCTRedBox.m:503:38: unused parameter 'message' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:27.91]: ▸ - (void)showErrorMessage:(NSString *)message withStack:(NSArray<NSDictionary *> *)stack {} | |
INFO [2018-02-08 12:33:27.91]: ▸ ^ | |
INFO [2018-02-08 12:33:27.91]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Modules/RCTRedBox.m:503:83: unused parameter 'stack' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:27.91]: ▸ - (void)showErrorMessage:(NSString *)message withStack:(NSArray<NSDictionary *> *)stack {} | |
INFO [2018-02-08 12:33:27.91]: ▸ ^ | |
INFO [2018-02-08 12:33:27.91]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Modules/RCTRedBox.m:504:40: unused parameter 'message' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:27.91]: ▸ - (void)updateErrorMessage:(NSString *)message withStack:(NSArray<NSDictionary *> *)stack {} | |
INFO [2018-02-08 12:33:27.91]: ▸ ^ | |
INFO [2018-02-08 12:33:27.91]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Modules/RCTRedBox.m:504:85: unused parameter 'stack' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:27.92]: ▸ - (void)updateErrorMessage:(NSString *)message withStack:(NSArray<NSDictionary *> *)stack {} | |
INFO [2018-02-08 12:33:27.92]: ▸ ^ | |
INFO [2018-02-08 12:33:27.92]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Modules/RCTRedBox.m:505:38: unused parameter 'message' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:27.92]: ▸ - (void)showErrorMessage:(NSString *)message withParsedStack:(NSArray<RCTJSStackFrame *> *)stack {} | |
INFO [2018-02-08 12:33:27.92]: ▸ ^ | |
INFO [2018-02-08 12:33:27.92]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Modules/RCTRedBox.m:505:92: unused parameter 'stack' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:27.92]: ▸ - (void)showErrorMessage:(NSString *)message withParsedStack:(NSArray<RCTJSStackFrame *> *)stack {} | |
INFO [2018-02-08 12:33:27.92]: ▸ ^ | |
INFO [2018-02-08 12:33:27.92]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Modules/RCTRedBox.m:506:40: unused parameter 'message' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:27.92]: ▸ - (void)updateErrorMessage:(NSString *)message withParsedStack:(NSArray<RCTJSStackFrame *> *)stack {} | |
INFO [2018-02-08 12:33:27.92]: ▸ ^ | |
INFO [2018-02-08 12:33:27.92]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Modules/RCTRedBox.m:506:94: unused parameter 'stack' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:27.92]: ▸ - (void)updateErrorMessage:(NSString *)message withParsedStack:(NSArray<RCTJSStackFrame *> *)stack {} | |
INFO [2018-02-08 12:33:27.92]: ▸ ^ | |
INFO [2018-02-08 12:33:27.92]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Modules/RCTRedBox.m:507:38: unused parameter 'message' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:27.93]: ▸ - (void)showErrorMessage:(NSString *)message withStack:(NSArray<NSDictionary *> *)stack isUpdate:(BOOL)isUpdate {} | |
INFO [2018-02-08 12:33:27.93]: ▸ ^ | |
INFO [2018-02-08 12:33:27.93]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Modules/RCTRedBox.m:507:83: unused parameter 'stack' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:27.93]: ▸ - (void)showErrorMessage:(NSString *)message withStack:(NSArray<NSDictionary *> *)stack isUpdate:(BOOL)isUpdate {} | |
INFO [2018-02-08 12:33:27.93]: ▸ ^ | |
INFO [2018-02-08 12:33:27.93]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Modules/RCTRedBox.m:507:104: unused parameter 'isUpdate' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:27.93]: ▸ - (void)showErrorMessage:(NSString *)message withStack:(NSArray<NSDictionary *> *)stack isUpdate:(BOOL)isUpdate {} | |
INFO [2018-02-08 12:33:27.93]: ▸ ^ | |
INFO [2018-02-08 12:33:27.93]: ▸ Compiling RCTJSCErrorHandling.mm | |
INFO [2018-02-08 12:33:27.93]: ▸ Compiling RCTSafeAreaView.m | |
INFO [2018-02-08 12:33:27.93]: ▸ Compiling RCTModalHostViewController.m | |
INFO [2018-02-08 12:33:27.93]: ▸ Compiling RCTNavItem.m | |
INFO [2018-02-08 12:33:27.93]: ▸ Compiling RCTEventDispatcher.m | |
INFO [2018-02-08 12:33:27.93]: ▸ Compiling RCTModalHostViewManager.m | |
INFO [2018-02-08 12:33:27.93]: ▸ Compiling RCTUIManager.m | |
INFO [2018-02-08 12:33:27.93]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Modules/RCTUIManager.m:287:11: unused variable 'existingView' [-Wunused-variable] | |
INFO [2018-02-08 12:33:27.93]: ▸ UIView *existingView = _viewRegistry[reactTag]; | |
INFO [2018-02-08 12:33:27.93]: ▸ ^ | |
INFO [2018-02-08 12:33:27.93]: ▸ Compiling RCTNativeModule.mm | |
INFO [2018-02-08 12:33:29.69]: ▸ ⚠️ /Users/jwaldrip/Library/Developer/Xcode/DerivedData/assessmentmobile-gclzpoieihtsafcgyabjumbcfreu/Build/Intermediates.noindex/ArchiveIntermediates/CT-Assess Staging/BuildProductsPath/Release-iphoneos/include/cxxreact/JSExecutor.h:89:41: unused parameter 'pressureLevel' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:29.69]: ▸ virtual void handleMemoryPressure(int pressureLevel) {} | |
INFO [2018-02-08 12:33:29.69]: ▸ ^ | |
INFO [2018-02-08 12:33:29.69]: ▸ ⚠️ /Users/jwaldrip/Library/Developer/Xcode/DerivedData/assessmentmobile-gclzpoieihtsafcgyabjumbcfreu/Build/Intermediates.noindex/ArchiveIntermediates/CT-Assess Staging/BuildProductsPath/Release-iphoneos/include/jschelpers/Value.h:113:86: unused parameter 'len' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:29.69]: ▸ static String createExpectingAscii(JSContextRef context, const char* ascii, size_t len) { | |
INFO [2018-02-08 12:33:29.69]: ▸ ^ | |
INFO [2018-02-08 12:33:29.69]: ▸ Compiling RCTTouchEvent.m | |
INFO [2018-02-08 12:33:29.69]: ▸ Compiling RCTProfile.m | |
INFO [2018-02-08 12:33:29.69]: ▸ Compiling RCTComponentData.m | |
INFO [2018-02-08 12:33:29.69]: ▸ Compiling RCTNavigatorManager.m | |
INFO [2018-02-08 12:33:29.69]: ▸ Compiling RCTModalManager.m | |
INFO [2018-02-08 12:33:29.69]: ▸ Compiling RCTCxxMethod.mm | |
INFO [2018-02-08 12:33:30.67]: ▸ ⚠️ /Users/jwaldrip/Library/Developer/Xcode/DerivedData/assessmentmobile-gclzpoieihtsafcgyabjumbcfreu/Build/Intermediates.noindex/ArchiveIntermediates/CT-Assess Staging/BuildProductsPath/Release-iphoneos/include/cxxreact/JSExecutor.h:89:41: unused parameter 'pressureLevel' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:30.67]: ▸ virtual void handleMemoryPressure(int pressureLevel) {} | |
INFO [2018-02-08 12:33:30.67]: ▸ ^ | |
INFO [2018-02-08 12:33:30.67]: ▸ ⚠️ /Users/jwaldrip/Library/Developer/Xcode/DerivedData/assessmentmobile-gclzpoieihtsafcgyabjumbcfreu/Build/Intermediates.noindex/ArchiveIntermediates/CT-Assess Staging/BuildProductsPath/Release-iphoneos/include/jschelpers/Value.h:113:86: unused parameter 'len' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:30.67]: ▸ static String createExpectingAscii(JSContextRef context, const char* ascii, size_t len) { | |
INFO [2018-02-08 12:33:30.67]: ▸ ^ | |
INFO [2018-02-08 12:33:30.67]: ▸ Compiling RCTUIManagerUtils.m | |
INFO [2018-02-08 12:33:30.67]: ▸ Compiling RCTShadowView+Internal.m | |
INFO [2018-02-08 12:33:30.68]: ▸ Compiling RCTStatusBarManager.m | |
INFO [2018-02-08 12:33:30.68]: ▸ Compiling RCTSourceCode.m | |
INFO [2018-02-08 12:33:30.68]: ▸ Compiling RCTMultipartStreamReader.m | |
INFO [2018-02-08 12:33:30.68]: ▸ Compiling RCTDatePicker.m | |
INFO [2018-02-08 12:33:30.68]: ▸ Compiling RCTFrameUpdate.m | |
INFO [2018-02-08 12:33:30.68]: ▸ Compiling RCTSurfaceHostingView.mm | |
INFO [2018-02-08 12:33:30.68]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Base/Surface/SurfaceHostingView/RCTSurfaceHostingView.h:18:16: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
INFO [2018-02-08 12:33:30.68]: ▸ typedef UIView *(^RCTSurfaceHostingViewActivityIndicatorViewFactory)(); | |
INFO [2018-02-08 12:33:30.68]: ▸ ^ | |
INFO [2018-02-08 12:33:30.68]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Base/Surface/SurfaceHostingView/RCTSurfaceHostingView.mm:210:31: unused parameter 'surface' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:30.68]: ▸ - (void)surface:(RCTSurface *)surface didChangeStage:(RCTSurfaceStage)stage | |
INFO [2018-02-08 12:33:30.68]: ▸ ^ | |
INFO [2018-02-08 12:33:30.69]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Base/Surface/SurfaceHostingView/RCTSurfaceHostingView.mm:217:31: unused parameter 'surface' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:30.69]: ▸ - (void)surface:(RCTSurface *)surface didChangeIntrinsicSize:(CGSize)intrinsicSize | |
INFO [2018-02-08 12:33:30.69]: ▸ ^ | |
INFO [2018-02-08 12:33:30.69]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Base/Surface/SurfaceHostingView/RCTSurfaceHostingView.mm:217:70: unused parameter 'intrinsicSize' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:30.69]: ▸ - (void)surface:(RCTSurface *)surface didChangeIntrinsicSize:(CGSize)intrinsicSize | |
INFO [2018-02-08 12:33:30.69]: ▸ ^ | |
INFO [2018-02-08 12:33:30.69]: ▸ Compiling RCTCxxBridge.mm | |
INFO [2018-02-08 12:33:33.95]: ▸ ⚠️ /Users/jwaldrip/Library/Developer/Xcode/DerivedData/assessmentmobile-gclzpoieihtsafcgyabjumbcfreu/Build/Intermediates.noindex/ArchiveIntermediates/CT-Assess Staging/BuildProductsPath/Release-iphoneos/include/cxxreact/JSExecutor.h:89:41: unused parameter 'pressureLevel' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:33.95]: ▸ virtual void handleMemoryPressure(int pressureLevel) {} | |
INFO [2018-02-08 12:33:33.95]: ▸ ^ | |
INFO [2018-02-08 12:33:33.95]: ▸ ⚠️ /Users/jwaldrip/Library/Developer/Xcode/DerivedData/assessmentmobile-gclzpoieihtsafcgyabjumbcfreu/Build/Intermediates.noindex/ArchiveIntermediates/CT-Assess Staging/BuildProductsPath/Release-iphoneos/include/jschelpers/Value.h:113:86: unused parameter 'len' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:33.95]: ▸ static String createExpectingAscii(JSContextRef context, const char* ascii, size_t len) { | |
INFO [2018-02-08 12:33:33.97]: ▸ ^ | |
INFO [2018-02-08 12:33:33.98]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/CxxBridge/RCTCxxBridge.mm:92:12: moving a local object in a return statement prevents copy elision [-Wpessimizing-move] | |
INFO [2018-02-08 12:33:33.98]: ▸ return std::move(ret); | |
INFO [2018-02-08 12:33:33.98]: ▸ ^ | |
INFO [2018-02-08 12:33:33.98]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/CxxBridge/RCTCxxBridge.mm:110:113: unused parameter 'tag' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:33.98]: ▸ ReactMarker::logTaggedMarker = [weakPerformanceLogger](const ReactMarker::ReactMarkerId markerId, const char *tag) { | |
INFO [2018-02-08 12:33:34.03]: ▸ ^~~~~~~~~~ ~ | |
INFO [2018-02-08 12:33:34.03]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/CxxBridge/RCTCxxBridge.mm:369:38: unused parameter 'progressData' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:34.03]: ▸ } onProgress:^(RCTLoadingProgress *progressData) { | |
INFO [2018-02-08 12:33:34.03]: ▸ ^ | |
INFO [2018-02-08 12:33:34.03]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/CxxBridge/RCTCxxBridge.mm:635:25: unused variable 'moduleData' [-Wunused-variable] | |
INFO [2018-02-08 12:33:34.03]: ▸ for (RCTModuleData *moduleData in moduleDataById) { | |
INFO [2018-02-08 12:33:34.03]: ▸ ^ | |
INFO [2018-02-08 12:33:34.08]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/CxxBridge/RCTCxxBridge.mm:1262:43: unused parameter 'callback' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:34.08]: ▸ - (void)stopProfiling:(void (^)(NSData *))callback | |
INFO [2018-02-08 12:33:34.08]: ▸ ^ | |
INFO [2018-02-08 12:33:34.08]: ▸ Compiling RCTAlertManager.m | |
INFO [2018-02-08 12:33:34.08]: ▸ Compiling RCTSurfaceView.mm | |
INFO [2018-02-08 12:33:34.08]: ▸ Compiling RCTI18nUtil.m | |
INFO [2018-02-08 12:33:34.08]: ▸ Compiling RCTMaskedViewManager.m | |
INFO [2018-02-08 12:33:34.08]: ▸ Compiling RCTJSStackFrame.m | |
INFO [2018-02-08 12:33:34.08]: ▸ Compiling RCTObjcExecutor.mm | |
INFO [2018-02-08 12:33:34.08]: ▸ ⚠️ /Users/jwaldrip/Library/Developer/Xcode/DerivedData/assessmentmobile-gclzpoieihtsafcgyabjumbcfreu/Build/Intermediates.noindex/ArchiveIntermediates/CT-Assess Staging/BuildProductsPath/Release-iphoneos/include/cxxreact/JSExecutor.h:89:41: unused parameter 'pressureLevel' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:34.23]: ▸ virtual void handleMemoryPressure(int pressureLevel) {} | |
INFO [2018-02-08 12:33:34.23]: ▸ ^ | |
INFO [2018-02-08 12:33:34.23]: ▸ ⚠️ /Users/jwaldrip/Library/Developer/Xcode/DerivedData/assessmentmobile-gclzpoieihtsafcgyabjumbcfreu/Build/Intermediates.noindex/ArchiveIntermediates/CT-Assess Staging/BuildProductsPath/Release-iphoneos/include/jschelpers/Value.h:113:86: unused parameter 'len' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:34.23]: ▸ static String createExpectingAscii(JSContextRef context, const char* ascii, size_t len) { | |
INFO [2018-02-08 12:33:34.23]: ▸ ^ | |
INFO [2018-02-08 12:33:34.24]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/CxxBridge/RCTObjcExecutor.mm:43:7: field 'm_jsThread' will be initialized after field 'm_delegate' [-Wreorder] | |
INFO [2018-02-08 12:33:34.24]: ▸ , m_jsThread(std::move(jsThread)) | |
INFO [2018-02-08 12:33:34.24]: ▸ ^ | |
INFO [2018-02-08 12:33:34.24]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/CxxBridge/RCTObjcExecutor.mm:98:32: unused parameter 'bundleId' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:34.24]: ▸ void registerBundle(uint32_t bundleId, const std::string &bundlePath) override { | |
INFO [2018-02-08 12:33:34.24]: ▸ ^ | |
INFO [2018-02-08 12:33:34.24]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/CxxBridge/RCTObjcExecutor.mm:98:61: unused parameter 'bundlePath' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:34.67]: ▸ void registerBundle(uint32_t bundleId, const std::string &bundlePath) override { | |
INFO [2018-02-08 12:33:34.67]: ▸ ^ | |
INFO [2018-02-08 12:33:34.68]: ▸ Compiling RCTSafeAreaViewManager.m | |
INFO [2018-02-08 12:33:34.68]: ▸ Compiling RCTConvert.m | |
INFO [2018-02-08 12:33:34.68]: ▸ Compiling RCTSegmentedControl.m | |
INFO [2018-02-08 12:33:34.68]: ▸ Compiling RCTRootView.m | |
INFO [2018-02-08 12:33:34.68]: ▸ Compiling RCTExceptionsManager.m | |
INFO [2018-02-08 12:33:34.68]: ▸ Compiling RCTDevMenu.m | |
INFO [2018-02-08 12:33:34.68]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/DevSupport/RCTDevMenu.m:402:29: unused parameter 'title' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:34.73]: ▸ - (void)addItem:(NSString *)title handler:(dispatch_block_t)handler {} | |
INFO [2018-02-08 12:33:34.73]: ▸ ^ | |
INFO [2018-02-08 12:33:34.73]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/DevSupport/RCTDevMenu.m:402:61: unused parameter 'handler' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:34.73]: ▸ - (void)addItem:(NSString *)title handler:(dispatch_block_t)handler {} | |
INFO [2018-02-08 12:33:34.73]: ▸ ^ | |
INFO [2018-02-08 12:33:34.73]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/DevSupport/RCTDevMenu.m:403:31: unused parameter 'item' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:34.73]: ▸ - (void)addItem:(RCTDevMenu *)item {} | |
INFO [2018-02-08 12:33:34.73]: ▸ ^ | |
INFO [2018-02-08 12:33:34.73]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/DevSupport/RCTDevMenu.m:410:49: unused parameter 'title' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:34.73]: ▸ + (instancetype)buttonItemWithTitle:(NSString *)title handler:(void(^)(void))handler {return nil;} | |
INFO [2018-02-08 12:33:34.73]: ▸ ^ | |
INFO [2018-02-08 12:33:34.73]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/DevSupport/RCTDevMenu.m:410:78: unused parameter 'handler' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:34.77]: ▸ + (instancetype)buttonItemWithTitle:(NSString *)title handler:(void(^)(void))handler {return nil;} | |
INFO [2018-02-08 12:33:34.78]: ▸ ^ | |
INFO [2018-02-08 12:33:34.78]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/DevSupport/RCTDevMenu.m:411:64: unused parameter 'titleBlock' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:34.78]: ▸ + (instancetype)buttonItemWithTitleBlock:(NSString * (^)(void))titleBlock | |
INFO [2018-02-08 12:33:34.78]: ▸ ^ | |
INFO [2018-02-08 12:33:34.78]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/DevSupport/RCTDevMenu.m:412:57: unused parameter 'handler' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:34.97]: ▸ handler:(void(^)(void))handler {return nil;} | |
INFO [2018-02-08 12:33:34.97]: ▸ ^ | |
INFO [2018-02-08 12:33:34.97]: ▸ Compiling RCTRootShadowView.m | |
INFO [2018-02-08 12:33:34.97]: ▸ Compiling RCTMultipartDataTask.m | |
INFO [2018-02-08 12:33:34.97]: ▸ Compiling RCTScrollContentViewManager.m | |
INFO [2018-02-08 12:33:34.98]: ▸ Compiling RCTBorderDrawing.m | |
INFO [2018-02-08 12:33:34.98]: ▸ Compiling RCTCxxConvert.m | |
INFO [2018-02-08 12:33:34.98]: ▸ Compiling RCTAssert.m | |
INFO [2018-02-08 12:33:34.98]: ▸ Compiling RCTUIManagerObserverCoordinator.mm | |
INFO [2018-02-08 12:33:34.98]: ▸ Compiling RCTSlider.m | |
INFO [2018-02-08 12:33:34.98]: ▸ Compiling RCTFollyConvert.mm | |
INFO [2018-02-08 12:33:34.98]: ▸ Compiling RCTAsyncLocalStorage.m | |
INFO [2018-02-08 12:33:34.98]: ▸ Compiling RCTInspectorDevServerHelper.mm | |
INFO [2018-02-08 12:33:34.98]: ▸ Compiling RCTDevSettings.mm | |
INFO [2018-02-08 12:33:34.98]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Modules/RCTDevSettings.mm:551:66: unused parameter 'dataSource' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:34.98]: ▸ - (instancetype)initWithDataSource:(id<RCTDevSettingsDataSource>)dataSource { return [super init]; } | |
INFO [2018-02-08 12:33:34.98]: ▸ ^ | |
INFO [2018-02-08 12:33:34.98]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Modules/RCTDevSettings.mm:555:33: unused parameter 'key' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:34.98]: ▸ - (id)settingForKey:(NSString *)key { return nil; } | |
INFO [2018-02-08 12:33:34.98]: ▸ ^ | |
INFO [2018-02-08 12:33:34.98]: ▸ Compiling RCTSurfaceStage.m | |
INFO [2018-02-08 12:33:35.74]: ▸ Compiling RCTProgressViewManager.m | |
INFO [2018-02-08 12:33:35.74]: ▸ Compiling RCTFPSGraph.m | |
INFO [2018-02-08 12:33:35.74]: ▸ Compiling RCTPackagerClient.m | |
INFO [2018-02-08 12:33:35.74]: ▸ Compiling RCTSwitch.m | |
INFO [2018-02-08 12:33:35.74]: ▸ Compiling RCTMessageThread.mm | |
INFO [2018-02-08 12:33:35.74]: ▸ ⚠️ /Users/jwaldrip/Library/Developer/Xcode/DerivedData/assessmentmobile-gclzpoieihtsafcgyabjumbcfreu/Build/Intermediates.noindex/ArchiveIntermediates/CT-Assess Staging/BuildProductsPath/Release-iphoneos/include/cxxreact/JSExecutor.h:89:41: unused parameter 'pressureLevel' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:35.74]: ▸ virtual void handleMemoryPressure(int pressureLevel) {} | |
INFO [2018-02-08 12:33:35.74]: ▸ ^ | |
INFO [2018-02-08 12:33:35.94]: ▸ ⚠️ /Users/jwaldrip/Library/Developer/Xcode/DerivedData/assessmentmobile-gclzpoieihtsafcgyabjumbcfreu/Build/Intermediates.noindex/ArchiveIntermediates/CT-Assess Staging/BuildProductsPath/Release-iphoneos/include/jschelpers/Value.h:113:86: unused parameter 'len' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:35.94]: ▸ static String createExpectingAscii(JSContextRef context, const char* ascii, size_t len) { | |
INFO [2018-02-08 12:33:35.94]: ▸ ^ | |
INFO [2018-02-08 12:33:35.94]: ▸ Compiling RCTSurface.mm | |
INFO [2018-02-08 12:33:35.94]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Base/Surface/RCTSurface.mm:174:70: unused parameter 'notification' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:35.94]: ▸ - (void)handleBridgeWillLoadJavaScriptNotification:(NSNotification *)notification | |
INFO [2018-02-08 12:33:36.03]: ▸ ^ | |
INFO [2018-02-08 12:33:36.03]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Base/Surface/RCTSurface.mm:473:45: unused parameter 'rootShadowView' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:36.03]: ▸ - (void)rootShadowView:(RCTRootShadowView *)rootShadowView didChangeIntrinsicSize:(CGSize)intrinsicSize | |
INFO [2018-02-08 12:33:36.03]: ▸ ^ | |
INFO [2018-02-08 12:33:36.03]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Base/Surface/RCTSurface.mm:478:69: unused parameter 'rootShadowView' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:36.03]: ▸ - (void)rootShadowViewDidStartRendering:(RCTSurfaceRootShadowView *)rootShadowView | |
INFO [2018-02-08 12:33:36.03]: ▸ ^ | |
INFO [2018-02-08 12:33:36.03]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Base/Surface/RCTSurface.mm:485:69: unused parameter 'rootShadowView' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:36.04]: ▸ - (void)rootShadowViewDidStartLayingOut:(RCTSurfaceRootShadowView *)rootShadowView | |
INFO [2018-02-08 12:33:36.04]: ▸ ^ | |
INFO [2018-02-08 12:33:36.04]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Base/Surface/RCTSurface.mm:30:17: method override for the designated initializer of the superclass '-init' not found [-Wobjc-designated-initializers] | |
INFO [2018-02-08 12:33:36.04]: ▸ @implementation RCTSurface { | |
INFO [2018-02-08 12:33:36.07]: ▸ ^ | |
INFO [2018-02-08 12:33:36.07]: ▸ Compiling RCTSafeAreaShadowView.m | |
INFO [2018-02-08 12:33:36.07]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Views/SafeAreaView/RCTSafeAreaShadowView.m:38:29: unused parameter 'value' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:36.07]: ▸ - (void)setPadding:(YGValue)value {} | |
INFO [2018-02-08 12:33:36.07]: ▸ ^ | |
INFO [2018-02-08 12:33:36.08]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Views/SafeAreaView/RCTSafeAreaShadowView.m:39:33: unused parameter 'value' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:36.08]: ▸ - (void)setPaddingLeft:(YGValue)value {} | |
INFO [2018-02-08 12:33:36.08]: ▸ ^ | |
INFO [2018-02-08 12:33:36.08]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Views/SafeAreaView/RCTSafeAreaShadowView.m:40:34: unused parameter 'value' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:36.08]: ▸ - (void)setPaddingRight:(YGValue)value {} | |
INFO [2018-02-08 12:33:36.08]: ▸ ^ | |
INFO [2018-02-08 12:33:36.08]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Views/SafeAreaView/RCTSafeAreaShadowView.m:41:32: unused parameter 'value' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:36.08]: ▸ - (void)setPaddingTop:(YGValue)value {} | |
INFO [2018-02-08 12:33:36.08]: ▸ ^ | |
INFO [2018-02-08 12:33:36.08]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Views/SafeAreaView/RCTSafeAreaShadowView.m:42:35: unused parameter 'value' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:36.28]: ▸ - (void)setPaddingBottom:(YGValue)value {} | |
INFO [2018-02-08 12:33:36.28]: ▸ ^ | |
INFO [2018-02-08 12:33:36.28]: ▸ Compiling RCTDisplayLink.m | |
INFO [2018-02-08 12:33:36.28]: ▸ Compiling RCTSwitchManager.m | |
INFO [2018-02-08 12:33:36.29]: ▸ Compiling RCTActivityIndicatorViewManager.m | |
INFO [2018-02-08 12:33:36.29]: ▸ Compiling RCTViewManager.m | |
INFO [2018-02-08 12:33:36.29]: ▸ Compiling RCTImageSource.m | |
INFO [2018-02-08 12:33:36.29]: ▸ Compiling RCTCxxUtils.mm | |
INFO [2018-02-08 12:33:36.29]: ▸ ⚠️ /Users/jwaldrip/Library/Developer/Xcode/DerivedData/assessmentmobile-gclzpoieihtsafcgyabjumbcfreu/Build/Intermediates.noindex/ArchiveIntermediates/CT-Assess Staging/BuildProductsPath/Release-iphoneos/include/cxxreact/JSExecutor.h:89:41: unused parameter 'pressureLevel' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:36.33]: ▸ virtual void handleMemoryPressure(int pressureLevel) {} | |
INFO [2018-02-08 12:33:36.33]: ▸ ^ | |
INFO [2018-02-08 12:33:36.33]: ▸ ⚠️ /Users/jwaldrip/Library/Developer/Xcode/DerivedData/assessmentmobile-gclzpoieihtsafcgyabjumbcfreu/Build/Intermediates.noindex/ArchiveIntermediates/CT-Assess Staging/BuildProductsPath/Release-iphoneos/include/jschelpers/Value.h:113:86: unused parameter 'len' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:36.33]: ▸ static String createExpectingAscii(JSContextRef context, const char* ascii, size_t len) { | |
INFO [2018-02-08 12:33:36.33]: ▸ ^ | |
INFO [2018-02-08 12:33:36.33]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/CxxModule/DispatchMessageQueueThread.h:33:47: unused parameter 'func' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:36.33]: ▸ void runOnQueueSync(std::function<void()>&& func) override { | |
INFO [2018-02-08 12:33:36.63]: ▸ ^ | |
INFO [2018-02-08 12:33:36.63]: ▸ Compiling RCTDatePickerManager.m | |
INFO [2018-02-08 12:33:36.63]: ▸ Compiling RCTModuleMethod.mm | |
INFO [2018-02-08 12:33:36.63]: ▸ Compiling RCTEventEmitter.m | |
INFO [2018-02-08 12:33:36.63]: ▸ Compiling RCTSurfaceRootShadowView.m | |
INFO [2018-02-08 12:33:36.63]: ▸ Compiling RCTJavaScriptLoader.mm | |
INFO [2018-02-08 12:33:36.63]: ▸ Compiling RCTPerfMonitor.m | |
INFO [2018-02-08 12:33:36.63]: ▸ Compiling RCTLayoutAnimation.m | |
INFO [2018-02-08 12:33:36.63]: ▸ Compiling RCTCxxModule.mm | |
INFO [2018-02-08 12:33:36.63]: ▸ Compiling RCTFont.mm | |
INFO [2018-02-08 12:33:36.64]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Views/RCTFont.mm:75:27: comparison of integers of different signs: 'NSInteger' (aka 'long') and 'NSUInteger' (aka 'unsigned long') [-Wsign-compare] | |
INFO [2018-02-08 12:33:36.64]: ▸ for (NSInteger i = 0; i < fontNames.count; i++) { | |
INFO [2018-02-08 12:33:36.64]: ▸ ^ | |
INFO [2018-02-08 12:33:36.64]: ▸ Compiling RCTTabBarManager.m | |
INFO [2018-02-08 12:33:36.64]: ▸ Compiling RCTScrollView.m | |
INFO [2018-02-08 12:33:36.64]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Views/ScrollView/RCTScrollView.m:945:44: 'UIScrollViewContentInsetAdjustmentBehavior' is partial: introduced in iOS 11.0 [-Wunguarded-availability-new] | |
INFO [2018-02-08 12:33:36.64]: ▸ - (void)setContentInsetAdjustmentBehavior:(UIScrollViewContentInsetAdjustmentBehavior)behavior | |
INFO [2018-02-08 12:33:36.67]: ▸ ~ ^ ~~~~~~~~~~~~~~~ | |
INFO [2018-02-08 12:33:36.67]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Views/ScrollView/RCTScrollView.m:390:54: 'UIScrollViewContentInsetAdjustmentNever' is only available on iOS 11.0 or newer [-Wunguarded-availability-new] | |
INFO [2018-02-08 12:33:36.68]: ▸ _scrollView.contentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentNever; | |
INFO [2018-02-08 12:33:36.68]: ▸ ^ | |
INFO [2018-02-08 12:33:36.68]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Views/ScrollView/RCTScrollView.m:390:21: 'setContentInsetAdjustmentBehavior:' is only available on iOS 11.0 or newer [-Wunguarded-availability-new] | |
INFO [2018-02-08 12:33:36.68]: ▸ _scrollView.contentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentNever; | |
INFO [2018-02-08 12:33:36.68]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
INFO [2018-02-08 12:33:36.68]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Views/ScrollView/RCTScrollView.m:950:17: 'setContentInsetAdjustmentBehavior:' is only available on iOS 11.0 or newer [-Wunguarded-availability-new] | |
INFO [2018-02-08 12:33:36.68]: ▸ _scrollView.contentInsetAdjustmentBehavior = behavior; | |
INFO [2018-02-08 12:33:36.68]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
INFO [2018-02-08 12:33:36.68]: ▸ Compiling RCTScrollContentShadowView.m | |
INFO [2018-02-08 12:33:36.68]: ▸ Compiling RCTScrollViewManager.m | |
INFO [2018-02-08 12:33:36.68]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Views/ScrollView/RCTScrollViewManager.m:40:20: 'UIScrollViewContentInsetAdjustmentBehavior' is partial: introduced in iOS 11.0 [-Wunguarded-availability-new] | |
INFO [2018-02-08 12:33:36.68]: ▸ RCT_ENUM_CONVERTER(UIScrollViewContentInsetAdjustmentBehavior, (@{ | |
INFO [2018-02-08 12:33:36.68]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
INFO [2018-02-08 12:33:36.68]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Views/ScrollView/RCTScrollViewManager.m:41:19: 'UIScrollViewContentInsetAdjustmentAutomatic' is only available on iOS 11.0 or newer [-Wunguarded-availability-new] | |
INFO [2018-02-08 12:33:36.68]: ▸ @"automatic": @(UIScrollViewContentInsetAdjustmentAutomatic), | |
INFO [2018-02-08 12:33:36.68]: ▸ ^ | |
INFO [2018-02-08 12:33:36.69]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Views/ScrollView/RCTScrollViewManager.m:42:24: 'UIScrollViewContentInsetAdjustmentScrollableAxes' is only available on iOS 11.0 or newer [-Wunguarded-availability-new] | |
INFO [2018-02-08 12:33:36.69]: ▸ @"scrollableAxes": @(UIScrollViewContentInsetAdjustmentScrollableAxes), | |
INFO [2018-02-08 12:33:36.69]: ▸ ^~~~~~ | |
INFO [2018-02-08 12:33:36.69]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Views/ScrollView/RCTScrollViewManager.m:43:15: 'UIScrollViewContentInsetAdjustmentNever' is only available on iOS 11.0 or newer [-Wunguarded-availability-new] | |
INFO [2018-02-08 12:33:36.69]: ▸ @"never": @(UIScrollViewContentInsetAdjustmentNever), | |
INFO [2018-02-08 12:33:36.69]: ▸ ^~~~~~ | |
INFO [2018-02-08 12:33:36.69]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Views/ScrollView/RCTScrollViewManager.m:44:16: 'UIScrollViewContentInsetAdjustmentAlways' is only available on iOS 11.0 or newer [-Wunguarded-availability-new] | |
INFO [2018-02-08 12:33:36.69]: ▸ @"always": @(UIScrollViewContentInsetAdjustmentAlways), | |
INFO [2018-02-08 12:33:36.69]: ▸ ^~~~~~ | |
INFO [2018-02-08 12:33:36.69]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Views/ScrollView/RCTScrollViewManager.m:45:5: 'UIScrollViewContentInsetAdjustmentNever' is only available on iOS 11.0 or newer [-Wunguarded-availability-new] | |
INFO [2018-02-08 12:33:36.83]: ▸ }), UIScrollViewContentInsetAdjustmentNever, integerValue) | |
INFO [2018-02-08 12:33:36.83]: ▸ ^~~~~~ | |
INFO [2018-02-08 12:33:36.83]: ▸ Compiling RCTJSCSamplingProfiler.m | |
INFO [2018-02-08 12:33:36.83]: ▸ Compiling RCTSurfaceRootView.mm | |
INFO [2018-02-08 12:33:36.83]: ▸ Compiling RCTManagedPointer.mm | |
INFO [2018-02-08 12:33:36.83]: ▸ Compiling RCTWrapperViewController.m | |
INFO [2018-02-08 12:33:36.83]: ▸ Compiling RCTReloadCommand.m | |
INFO [2018-02-08 12:33:36.83]: ▸ Compiling JSCTracing.cpp | |
INFO [2018-02-08 12:33:36.87]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/ReactCommon/cxxreact/JSCTracing.cpp:308:47: unused parameter 'ctx' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:36.87]: ▸ void addNativeTracingHooks(JSGlobalContextRef ctx) { | |
INFO [2018-02-08 12:33:36.87]: ▸ ^~~~ | |
INFO [2018-02-08 12:33:36.88]: ▸ Compiling RCTInspector.mm | |
INFO [2018-02-08 12:33:36.88]: ▸ Compiling RCTAccessibilityManager.m | |
INFO [2018-02-08 12:33:36.88]: ▸ Compiling RCTDevLoadingView.m | |
INFO [2018-02-08 12:33:36.88]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/DevSupport/RCTDevLoadingView.m:161:26: unused parameter 'enabled' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:36.88]: ▸ + (void)setEnabled:(BOOL)enabled { } | |
INFO [2018-02-08 12:33:37.29]: ▸ ^ | |
INFO [2018-02-08 12:33:37.29]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/DevSupport/RCTDevLoadingView.m:162:30: unused parameter 'URL' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:37.29]: ▸ - (void)showWithURL:(NSURL *)URL { } | |
INFO [2018-02-08 12:33:37.29]: ▸ ^ | |
INFO [2018-02-08 12:33:37.29]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/DevSupport/RCTDevLoadingView.m:163:46: unused parameter 'progress' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:37.29]: ▸ - (void)updateProgress:(RCTLoadingProgress *)progress { } | |
INFO [2018-02-08 12:33:37.29]: ▸ ^ | |
INFO [2018-02-08 12:33:37.29]: ▸ Compiling RCTTiming.m | |
INFO [2018-02-08 12:33:37.29]: ▸ Compiling RCTAppState.m | |
INFO [2018-02-08 12:33:37.29]: ▸ Compiling RCTRootContentView.m | |
INFO [2018-02-08 12:33:37.29]: ▸ Compiling UIView+React.m | |
INFO [2018-02-08 12:33:37.29]: ▸ Compiling RCTSliderManager.m | |
INFO [2018-02-08 12:33:37.29]: ▸ Compiling RCTDeviceInfo.m | |
INFO [2018-02-08 12:33:37.49]: ▸ Compiling NSDataBigString.mm | |
INFO [2018-02-08 12:33:37.49]: ▸ Compiling RCTClipboard.m | |
INFO [2018-02-08 12:33:37.49]: ▸ Compiling RCTModuleData.mm | |
INFO [2018-02-08 12:33:37.49]: ▸ Compiling RCTPerformanceLogger.m | |
INFO [2018-02-08 12:33:37.49]: ▸ Compiling RCTTouchHandler.m | |
INFO [2018-02-08 12:33:37.49]: ▸ Compiling RCTErrorInfo.m | |
INFO [2018-02-08 12:33:37.49]: ▸ Compiling RCTLog.mm | |
INFO [2018-02-08 12:33:37.49]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Base/RCTLog.mm:188:29: unused function 'nativeStackFrameRegex' [-Wunused-function] | |
INFO [2018-02-08 12:33:37.49]: ▸ static NSRegularExpression *nativeStackFrameRegex() | |
INFO [2018-02-08 12:33:37.59]: ▸ ^ | |
INFO [2018-02-08 12:33:37.59]: ▸ Compiling RCTNavItemManager.m | |
INFO [2018-02-08 12:33:37.59]: ▸ Compiling RCTParserUtils.m | |
INFO [2018-02-08 12:33:37.59]: ▸ Compiling RCTSafeAreaViewLocalData.m | |
INFO [2018-02-08 12:33:37.59]: ▸ Compiling RCTView.m | |
INFO [2018-02-08 12:33:37.59]: ▸ Compiling RCTPlatform.m | |
INFO [2018-02-08 12:33:37.59]: ▸ Compiling InspectorInterfaces.cpp | |
INFO [2018-02-08 12:33:37.59]: ▸ Compiling RCTScrollContentView.m | |
INFO [2018-02-08 12:33:37.59]: ▸ Compiling RCTKeyboardObserver.m | |
INFO [2018-02-08 12:33:37.59]: ▸ Compiling RCTJSCHelpers.mm | |
INFO [2018-02-08 12:33:38.50]: ▸ ⚠️ /Users/jwaldrip/Library/Developer/Xcode/DerivedData/assessmentmobile-gclzpoieihtsafcgyabjumbcfreu/Build/Intermediates.noindex/ArchiveIntermediates/CT-Assess Staging/BuildProductsPath/Release-iphoneos/include/cxxreact/JSExecutor.h:89:41: unused parameter 'pressureLevel' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:38.50]: ▸ virtual void handleMemoryPressure(int pressureLevel) {} | |
INFO [2018-02-08 12:33:38.50]: ▸ ^ | |
INFO [2018-02-08 12:33:38.50]: ▸ ⚠️ /Users/jwaldrip/Library/Developer/Xcode/DerivedData/assessmentmobile-gclzpoieihtsafcgyabjumbcfreu/Build/Intermediates.noindex/ArchiveIntermediates/CT-Assess Staging/BuildProductsPath/Release-iphoneos/include/jschelpers/Value.h:113:86: unused parameter 'len' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:38.50]: ▸ static String createExpectingAscii(JSContextRef context, const char* ascii, size_t len) { | |
INFO [2018-02-08 12:33:38.50]: ▸ ^ | |
INFO [2018-02-08 12:33:38.52]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/CxxBridge/RCTJSCHelpers.mm:27:35: unused parameter 'function' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:38.52]: ▸ JSContextRef ctx, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, | |
INFO [2018-02-08 12:33:38.52]: ▸ ^ | |
INFO [2018-02-08 12:33:38.52]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/CxxBridge/RCTJSCHelpers.mm:27:57: unused parameter 'thisObject' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:38.52]: ▸ JSContextRef ctx, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, | |
INFO [2018-02-08 12:33:38.52]: ▸ ^ | |
INFO [2018-02-08 12:33:38.52]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/CxxBridge/RCTJSCHelpers.mm:28:47: unused parameter 'exception' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:38.52]: ▸ const JSValueRef arguments[], JSValueRef *exception) { | |
INFO [2018-02-08 12:33:38.52]: ▸ ^ | |
INFO [2018-02-08 12:33:38.52]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/CxxBridge/RCTJSCHelpers.mm:42:35: unused parameter 'function' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:38.52]: ▸ JSContextRef ctx, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, | |
INFO [2018-02-08 12:33:38.52]: ▸ ^ | |
INFO [2018-02-08 12:33:38.53]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/CxxBridge/RCTJSCHelpers.mm:42:57: unused parameter 'thisObject' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:38.53]: ▸ JSContextRef ctx, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, | |
INFO [2018-02-08 12:33:38.53]: ▸ ^ | |
INFO [2018-02-08 12:33:38.53]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/CxxBridge/RCTJSCHelpers.mm:42:76: unused parameter 'argumentCount' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:38.53]: ▸ JSContextRef ctx, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, | |
INFO [2018-02-08 12:33:38.53]: ▸ ^ | |
INFO [2018-02-08 12:33:38.53]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/CxxBridge/RCTJSCHelpers.mm:43:22: unused parameter 'arguments' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:38.53]: ▸ const JSValueRef arguments[], JSValueRef *exception) { | |
INFO [2018-02-08 12:33:38.53]: ▸ ^ | |
INFO [2018-02-08 12:33:38.53]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/CxxBridge/RCTJSCHelpers.mm:43:47: unused parameter 'exception' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:38.53]: ▸ const JSValueRef arguments[], JSValueRef *exception) { | |
INFO [2018-02-08 12:33:38.53]: ▸ ^ | |
INFO [2018-02-08 12:33:38.53]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/CxxBridge/RCTJSCHelpers.mm:50:83: unused parameter 'tag' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:38.53]: ▸ ReactMarker::logTaggedMarker = [](const ReactMarker::ReactMarkerId, const char *tag) {}; | |
INFO [2018-02-08 12:33:38.53]: ▸ ^ | |
INFO [2018-02-08 12:33:38.53]: ▸ Compiling RCTI18nManager.m | |
INFO [2018-02-08 12:33:38.53]: ▸ Compiling RCTPackagerConnection.mm | |
INFO [2018-02-08 12:33:38.53]: ▸ Compiling RCTConvert+CoreLocation.m | |
INFO [2018-02-08 12:33:38.53]: ▸ Compiling RCTTabBarItemManager.m | |
INFO [2018-02-08 12:33:38.53]: ▸ Compiling RCTKeyCommands.m | |
INFO [2018-02-08 12:33:38.53]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Base/RCTKeyCommands.m:368:49: unused parameter 'input' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:38.53]: ▸ - (void)registerKeyCommandWithInput:(NSString *)input | |
INFO [2018-02-08 12:33:38.53]: ▸ ^ | |
INFO [2018-02-08 12:33:38.53]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Base/RCTKeyCommands.m:369:57: unused parameter 'flags' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:38.53]: ▸ modifierFlags:(UIKeyModifierFlags)flags | |
INFO [2018-02-08 12:33:38.53]: ▸ ^ | |
INFO [2018-02-08 12:33:38.53]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Base/RCTKeyCommands.m:370:63: unused parameter 'block' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:38.53]: ▸ action:(void (^)(UIKeyCommand *))block {} | |
INFO [2018-02-08 12:33:38.53]: ▸ ^ | |
INFO [2018-02-08 12:33:38.53]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Base/RCTKeyCommands.m:372:51: unused parameter 'input' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:38.54]: ▸ - (void)unregisterKeyCommandWithInput:(NSString *)input | |
INFO [2018-02-08 12:33:38.54]: ▸ ^ | |
INFO [2018-02-08 12:33:38.54]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Base/RCTKeyCommands.m:373:59: unused parameter 'flags' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:38.54]: ▸ modifierFlags:(UIKeyModifierFlags)flags {} | |
INFO [2018-02-08 12:33:38.54]: ▸ ^ | |
INFO [2018-02-08 12:33:38.54]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Base/RCTKeyCommands.m:375:52: unused parameter 'input' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:38.54]: ▸ - (BOOL)isKeyCommandRegisteredForInput:(NSString *)input | |
INFO [2018-02-08 12:33:38.54]: ▸ ^ | |
INFO [2018-02-08 12:33:38.54]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Base/RCTKeyCommands.m:376:60: unused parameter 'flags' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:38.54]: ▸ modifierFlags:(UIKeyModifierFlags)flags | |
INFO [2018-02-08 12:33:38.54]: ▸ ^ | |
INFO [2018-02-08 12:33:38.54]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Base/RCTKeyCommands.m:381:60: unused parameter 'input' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:38.57]: ▸ - (void)registerDoublePressKeyCommandWithInput:(NSString *)input | |
INFO [2018-02-08 12:33:38.57]: ▸ ^ | |
INFO [2018-02-08 12:33:38.57]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Base/RCTKeyCommands.m:382:57: unused parameter 'flags' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:38.57]: ▸ modifierFlags:(UIKeyModifierFlags)flags | |
INFO [2018-02-08 12:33:38.57]: ▸ ^ | |
INFO [2018-02-08 12:33:38.57]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Base/RCTKeyCommands.m:383:63: unused parameter 'block' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:38.57]: ▸ action:(void (^)(UIKeyCommand *))block {} | |
INFO [2018-02-08 12:33:38.57]: ▸ ^ | |
INFO [2018-02-08 12:33:38.57]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Base/RCTKeyCommands.m:385:62: unused parameter 'input' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:38.57]: ▸ - (void)unregisterDoublePressKeyCommandWithInput:(NSString *)input | |
INFO [2018-02-08 12:33:38.57]: ▸ ^ | |
INFO [2018-02-08 12:33:38.57]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Base/RCTKeyCommands.m:386:59: unused parameter 'flags' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:38.58]: ▸ modifierFlags:(UIKeyModifierFlags)flags {} | |
INFO [2018-02-08 12:33:38.58]: ▸ ^ | |
INFO [2018-02-08 12:33:38.58]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Base/RCTKeyCommands.m:388:63: unused parameter 'input' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:38.58]: ▸ - (BOOL)isDoublePressKeyCommandRegisteredForInput:(NSString *)input | |
INFO [2018-02-08 12:33:38.58]: ▸ ^ | |
INFO [2018-02-08 12:33:38.58]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Base/RCTKeyCommands.m:389:60: unused parameter 'flags' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:38.58]: ▸ modifierFlags:(UIKeyModifierFlags)flags | |
INFO [2018-02-08 12:33:38.58]: ▸ ^ | |
INFO [2018-02-08 12:33:38.58]: ▸ Compiling RCTUtils.m | |
INFO [2018-02-08 12:33:38.58]: ▸ Compiling RCTConvert+Transform.m | |
INFO [2018-02-08 12:33:38.58]: ▸ Compiling RCTRefreshControl.m | |
INFO [2018-02-08 12:33:38.58]: ▸ Compiling RCTWebView.m | |
INFO [2018-02-08 12:33:38.58]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Views/RCTWebView.m:57:60: 'UIScrollViewContentInsetAdjustmentNever' is only available on iOS 11.0 or newer [-Wunguarded-availability-new] | |
INFO [2018-02-08 12:33:38.58]: ▸ _webView.scrollView.contentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentNever; | |
INFO [2018-02-08 12:33:38.58]: ▸ ^ | |
INFO [2018-02-08 12:33:38.58]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Views/RCTWebView.m:57:27: 'setContentInsetAdjustmentBehavior:' is only available on iOS 11.0 or newer [-Wunguarded-availability-new] | |
INFO [2018-02-08 12:33:38.58]: ▸ _webView.scrollView.contentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentNever; | |
INFO [2018-02-08 12:33:38.58]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
INFO [2018-02-08 12:33:38.58]: ▸ Compiling RCTBridge.m | |
INFO [2018-02-08 12:33:38.58]: ▸ Compiling RCTShadowView+Layout.m | |
INFO [2018-02-08 12:33:38.58]: ▸ Compiling RCTMaskedView.m | |
INFO [2018-02-08 12:33:38.58]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Views/RCTMaskedView.m:29:33: unused parameter 'layer' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:38.58]: ▸ - (void)displayLayer:(CALayer *)layer | |
INFO [2018-02-08 12:33:38.58]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
INFO [2018-02-08 12:33:38.58]: ▸ Compiling RCTWebViewManager.m | |
INFO [2018-02-08 12:33:38.58]: ▸ Compiling RCTPicker.m | |
INFO [2018-02-08 12:33:38.58]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Views/RCTPicker.m:73:39: unused parameter 'pickerView' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:38.58]: ▸ - (CGFloat)pickerView:(UIPickerView *)pickerView rowHeightForComponent:(NSInteger)component { | |
INFO [2018-02-08 12:33:38.58]: ▸ ^ | |
INFO [2018-02-08 12:33:38.58]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Views/RCTPicker.m:73:83: unused parameter 'component' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:38.58]: ▸ - (CGFloat)pickerView:(UIPickerView *)pickerView rowHeightForComponent:(NSInteger)component { | |
INFO [2018-02-08 12:33:38.58]: ▸ ^ | |
INFO [2018-02-08 12:33:38.58]: ▸ Compiling RCTTabBarItem.m | |
INFO [2018-02-08 12:33:38.59]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Views/RCTTabBarItem.m:61:1: ivar '_testID' which backs the property is not referenced in this property's accessor [-Wunused-property-ivar] | |
INFO [2018-02-08 12:33:38.59]: ▸ - (void)setTestID:(NSString *)testID | |
INFO [2018-02-08 12:33:38.59]: ▸ ^ | |
INFO [2018-02-08 12:33:38.59]: ▸ Compiling RCTModalHostView.m | |
INFO [2018-02-08 12:33:38.59]: ▸ Compiling RCTShadowView.m | |
INFO [2018-02-08 12:33:38.59]: ▸ Compiling PrivateDataBase.cpp | |
INFO [2018-02-08 12:33:38.59]: ▸ Compiling RCTSegmentedControlManager.m | |
INFO [2018-02-08 12:33:38.59]: ▸ Compiling RCTPickerManager.m | |
INFO [2018-02-08 12:33:38.59]: ▸ Compiling RCTRefreshControlManager.m | |
INFO [2018-02-08 12:33:38.59]: ▸ Compiling RCTInspectorPackagerConnection.m | |
INFO [2018-02-08 12:33:38.59]: ▸ Compiling RCTBundleURLProvider.m | |
INFO [2018-02-08 12:33:38.59]: ▸ Compiling RCTActivityIndicatorView.m | |
INFO [2018-02-08 12:33:38.59]: ▸ Compiling RCTLayoutAnimationGroup.m | |
INFO [2018-02-08 12:33:38.59]: ▸ Compiling RCTNavigator.m | |
INFO [2018-02-08 12:33:38.59]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Views/RCTNavigator.m:602:59: unused parameter 'wrapperViewController' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:38.62]: ▸ - (void)wrapperViewController:(RCTWrapperViewController *)wrapperViewController | |
INFO [2018-02-08 12:33:38.62]: ▸ ^ | |
INFO [2018-02-08 12:33:38.62]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Views/RCTNavigator.m:603:57: unused parameter 'navigationController' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:38.62]: ▸ didMoveToNavigationController:(UINavigationController *)navigationController | |
INFO [2018-02-08 12:33:38.62]: ▸ ^ | |
INFO [2018-02-08 12:33:38.62]: ▸ Compiling RCTTabBar.m | |
INFO [2018-02-08 12:33:38.62]: ▸ Compiling RCTRedBox.m | |
INFO [2018-02-08 12:33:38.62]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Modules/RCTRedBox.m:498:57: unused parameter 'errorCustomizer' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:38.62]: ▸ - (void)registerErrorCustomizer:(id<RCTErrorCustomizer>)errorCustomizer {} | |
INFO [2018-02-08 12:33:38.62]: ▸ ^ | |
INFO [2018-02-08 12:33:38.62]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Modules/RCTRedBox.m:499:30: unused parameter 'message' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:38.62]: ▸ - (void)showError:(NSError *)message {} | |
INFO [2018-02-08 12:33:38.62]: ▸ ^ | |
INFO [2018-02-08 12:33:38.63]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Modules/RCTRedBox.m:500:38: unused parameter 'message' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:38.63]: ▸ - (void)showErrorMessage:(NSString *)message {} | |
INFO [2018-02-08 12:33:38.63]: ▸ ^ | |
INFO [2018-02-08 12:33:38.63]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Modules/RCTRedBox.m:501:38: unused parameter 'message' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:38.63]: ▸ - (void)showErrorMessage:(NSString *)message withDetails:(NSString *)details {} | |
INFO [2018-02-08 12:33:38.63]: ▸ ^ | |
INFO [2018-02-08 12:33:38.63]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Modules/RCTRedBox.m:501:70: unused parameter 'details' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:38.63]: ▸ - (void)showErrorMessage:(NSString *)message withDetails:(NSString *)details {} | |
INFO [2018-02-08 12:33:38.63]: ▸ ^ | |
INFO [2018-02-08 12:33:38.63]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Modules/RCTRedBox.m:502:38: unused parameter 'message' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:38.63]: ▸ - (void)showErrorMessage:(NSString *)message withRawStack:(NSString *)rawStack {} | |
INFO [2018-02-08 12:33:38.63]: ▸ ^ | |
INFO [2018-02-08 12:33:38.63]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Modules/RCTRedBox.m:502:71: unused parameter 'rawStack' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:38.63]: ▸ - (void)showErrorMessage:(NSString *)message withRawStack:(NSString *)rawStack {} | |
INFO [2018-02-08 12:33:38.63]: ▸ ^ | |
INFO [2018-02-08 12:33:38.63]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Modules/RCTRedBox.m:503:38: unused parameter 'message' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:38.63]: ▸ - (void)showErrorMessage:(NSString *)message withStack:(NSArray<NSDictionary *> *)stack {} | |
INFO [2018-02-08 12:33:38.63]: ▸ ^ | |
INFO [2018-02-08 12:33:38.63]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Modules/RCTRedBox.m:503:83: unused parameter 'stack' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:38.63]: ▸ - (void)showErrorMessage:(NSString *)message withStack:(NSArray<NSDictionary *> *)stack {} | |
INFO [2018-02-08 12:33:38.63]: ▸ ^ | |
INFO [2018-02-08 12:33:38.63]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Modules/RCTRedBox.m:504:40: unused parameter 'message' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:38.63]: ▸ - (void)updateErrorMessage:(NSString *)message withStack:(NSArray<NSDictionary *> *)stack {} | |
INFO [2018-02-08 12:33:38.63]: ▸ ^ | |
INFO [2018-02-08 12:33:38.63]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Modules/RCTRedBox.m:504:85: unused parameter 'stack' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:38.63]: ▸ - (void)updateErrorMessage:(NSString *)message withStack:(NSArray<NSDictionary *> *)stack {} | |
INFO [2018-02-08 12:33:38.63]: ▸ ^ | |
INFO [2018-02-08 12:33:38.63]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Modules/RCTRedBox.m:505:38: unused parameter 'message' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:38.63]: ▸ - (void)showErrorMessage:(NSString *)message withParsedStack:(NSArray<RCTJSStackFrame *> *)stack {} | |
INFO [2018-02-08 12:33:38.63]: ▸ ^ | |
INFO [2018-02-08 12:33:38.64]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Modules/RCTRedBox.m:505:92: unused parameter 'stack' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:38.64]: ▸ - (void)showErrorMessage:(NSString *)message withParsedStack:(NSArray<RCTJSStackFrame *> *)stack {} | |
INFO [2018-02-08 12:33:38.64]: ▸ ^ | |
INFO [2018-02-08 12:33:38.64]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Modules/RCTRedBox.m:506:40: unused parameter 'message' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:38.64]: ▸ - (void)updateErrorMessage:(NSString *)message withParsedStack:(NSArray<RCTJSStackFrame *> *)stack {} | |
INFO [2018-02-08 12:33:38.64]: ▸ ^ | |
INFO [2018-02-08 12:33:38.64]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Modules/RCTRedBox.m:506:94: unused parameter 'stack' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:38.64]: ▸ - (void)updateErrorMessage:(NSString *)message withParsedStack:(NSArray<RCTJSStackFrame *> *)stack {} | |
INFO [2018-02-08 12:33:38.64]: ▸ ^ | |
INFO [2018-02-08 12:33:38.64]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Modules/RCTRedBox.m:507:38: unused parameter 'message' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:38.64]: ▸ - (void)showErrorMessage:(NSString *)message withStack:(NSArray<NSDictionary *> *)stack isUpdate:(BOOL)isUpdate {} | |
INFO [2018-02-08 12:33:38.67]: ▸ ^ | |
INFO [2018-02-08 12:33:38.67]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Modules/RCTRedBox.m:507:83: unused parameter 'stack' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:38.67]: ▸ - (void)showErrorMessage:(NSString *)message withStack:(NSArray<NSDictionary *> *)stack isUpdate:(BOOL)isUpdate {} | |
INFO [2018-02-08 12:33:38.67]: ▸ ^ | |
INFO [2018-02-08 12:33:38.67]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Modules/RCTRedBox.m:507:104: unused parameter 'isUpdate' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:38.67]: ▸ - (void)showErrorMessage:(NSString *)message withStack:(NSArray<NSDictionary *> *)stack isUpdate:(BOOL)isUpdate {} | |
INFO [2018-02-08 12:33:38.67]: ▸ ^ | |
INFO [2018-02-08 12:33:38.67]: ▸ Compiling RCTJSCErrorHandling.mm | |
INFO [2018-02-08 12:33:38.67]: ▸ Compiling RCTSafeAreaView.m | |
INFO [2018-02-08 12:33:38.67]: ▸ Compiling RCTModalHostViewController.m | |
INFO [2018-02-08 12:33:38.67]: ▸ Compiling RCTNavItem.m | |
INFO [2018-02-08 12:33:38.67]: ▸ Compiling RCTEventDispatcher.m | |
INFO [2018-02-08 12:33:38.67]: ▸ Compiling RCTModalHostViewManager.m | |
INFO [2018-02-08 12:33:38.67]: ▸ Compiling RCTUIManager.m | |
INFO [2018-02-08 12:33:38.67]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/React/Modules/RCTUIManager.m:287:11: unused variable 'existingView' [-Wunused-variable] | |
INFO [2018-02-08 12:33:38.67]: ▸ UIView *existingView = _viewRegistry[reactTag]; | |
INFO [2018-02-08 12:33:38.68]: ▸ ^ | |
INFO [2018-02-08 12:33:38.68]: ▸ Compiling RCTNativeModule.mm | |
INFO [2018-02-08 12:33:39.36]: ▸ ⚠️ /Users/jwaldrip/Library/Developer/Xcode/DerivedData/assessmentmobile-gclzpoieihtsafcgyabjumbcfreu/Build/Intermediates.noindex/ArchiveIntermediates/CT-Assess Staging/BuildProductsPath/Release-iphoneos/include/cxxreact/JSExecutor.h:89:41: unused parameter 'pressureLevel' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:39.36]: ▸ virtual void handleMemoryPressure(int pressureLevel) {} | |
INFO [2018-02-08 12:33:39.36]: ▸ ^ | |
INFO [2018-02-08 12:33:39.36]: ▸ ⚠️ /Users/jwaldrip/Library/Developer/Xcode/DerivedData/assessmentmobile-gclzpoieihtsafcgyabjumbcfreu/Build/Intermediates.noindex/ArchiveIntermediates/CT-Assess Staging/BuildProductsPath/Release-iphoneos/include/jschelpers/Value.h:113:86: unused parameter 'len' [-Wunused-parameter] | |
INFO [2018-02-08 12:33:39.36]: ▸ static String createExpectingAscii(JSContextRef context, const char* ascii, size_t len) { | |
INFO [2018-02-08 12:33:39.36]: ▸ ^ | |
INFO [2018-02-08 12:33:39.37]: ▸ Compiling RCTTouchEvent.m | |
INFO [2018-02-08 12:33:39.37]: ▸ Compiling RCTProfile.m | |
INFO [2018-02-08 12:33:39.37]: ▸ Compiling RCTComponentData.m | |
INFO [2018-02-08 12:33:39.37]: ▸ Compiling RCTNavigatorManager.m | |
INFO [2018-02-08 12:33:39.37]: ▸ Compiling RCTModalManager.m | |
INFO [2018-02-08 12:33:39.45]: ▸ Building library libReact.a | |
INFO [2018-02-08 12:33:39.92]: ▸ Building library libReact.a | |
INFO [2018-02-08 12:33:40.75]: ▸ Running script 'Include RCTJSCProfiler' | |
INFO [2018-02-08 12:33:44.25]: ▸ Building RCTImage/RCTImage [Release] | |
INFO [2018-02-08 12:33:44.25]: ▸ Check Dependencies | |
INFO [2018-02-08 12:33:44.26]: ▸ Copying RCTImageUtils.h | |
INFO [2018-02-08 12:33:45.32]: ▸ Building library libRCTImage.a | |
INFO [2018-02-08 12:33:45.34]: ▸ Building library libRCTImage.a | |
INFO [2018-02-08 12:33:45.59]: ▸ Building RCTBlob/RCTBlob [Release] | |
INFO [2018-02-08 12:33:45.59]: ▸ Check Dependencies | |
INFO [2018-02-08 12:33:45.60]: ▸ Copying RCTBlobManager.h | |
INFO [2018-02-08 12:33:45.80]: ▸ Building library libRCTBlob.a | |
INFO [2018-02-08 12:33:45.81]: ▸ Building library libRCTBlob.a | |
INFO [2018-02-08 12:33:45.87]: ▸ Building RCTVibration/RCTVibration [Release] | |
INFO [2018-02-08 12:33:45.87]: ▸ Check Dependencies | |
INFO [2018-02-08 12:33:45.99]: ▸ Building library libRCTVibration.a | |
INFO [2018-02-08 12:33:46.00]: ▸ Building library libRCTVibration.a | |
INFO [2018-02-08 12:33:46.06]: ▸ Building RCTGeolocation/RCTGeolocation [Release] | |
INFO [2018-02-08 12:33:46.06]: ▸ Check Dependencies | |
INFO [2018-02-08 12:33:46.30]: ▸ Building library libRCTGeolocation.a | |
INFO [2018-02-08 12:33:46.31]: ▸ Building library libRCTGeolocation.a | |
INFO [2018-02-08 12:33:46.38]: ▸ Building RCTText/RCTText [Release] | |
INFO [2018-02-08 12:33:46.38]: ▸ Check Dependencies | |
INFO [2018-02-08 12:33:46.39]: ▸ Copying RCTTextInput.h | |
INFO [2018-02-08 12:33:46.39]: ▸ Copying RCTBackedTextInputViewProtocol.h | |
INFO [2018-02-08 12:33:47.81]: ▸ Building library libRCTText.a | |
INFO [2018-02-08 12:33:47.83]: ▸ Building library libRCTText.a | |
INFO [2018-02-08 12:33:48.22]: ▸ Building RCTWebSocket/fishhook [Release] | |
INFO [2018-02-08 12:33:48.22]: ▸ Check Dependencies | |
INFO [2018-02-08 12:33:48.23]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native/Libraries/fishhook/fishhook.h | |
INFO [2018-02-08 12:33:48.23]: ▸ Compiling fishhook.c | |
INFO [2018-02-08 12:33:48.34]: ▸ Compiling fishhook.c | |
INFO [2018-02-08 12:33:48.34]: ▸ Building library libfishhook.a | |
INFO [2018-02-08 12:33:48.35]: ▸ Building library libfishhook.a | |
INFO [2018-02-08 12:33:48.42]: ▸ Building RCTWebSocket/RCTWebSocket [Release] | |
INFO [2018-02-08 12:33:48.42]: ▸ Check Dependencies | |
INFO [2018-02-08 12:33:48.99]: ▸ Building library libRCTWebSocket.a | |
INFO [2018-02-08 12:33:49.00]: ▸ Building library libRCTWebSocket.a | |
INFO [2018-02-08 12:33:49.15]: ▸ Building RCTSettings/RCTSettings [Release] | |
INFO [2018-02-08 12:33:49.15]: ▸ Check Dependencies | |
INFO [2018-02-08 12:33:49.31]: ▸ Building library libRCTSettings.a | |
INFO [2018-02-08 12:33:49.32]: ▸ Building library libRCTSettings.a | |
INFO [2018-02-08 12:33:49.38]: ▸ Building RCTLinking/RCTLinking [Release] | |
INFO [2018-02-08 12:33:49.38]: ▸ Check Dependencies | |
INFO [2018-02-08 12:33:49.54]: ▸ Building library libRCTLinking.a | |
INFO [2018-02-08 12:33:49.55]: ▸ Building library libRCTLinking.a | |
INFO [2018-02-08 12:33:49.62]: ▸ Building ReactNativeConfig/ReactNativeConfig [Release] | |
INFO [2018-02-08 12:33:49.62]: ▸ Check Dependencies | |
INFO [2018-02-08 12:33:49.64]: ▸ Running script 'Run Script' | |
INFO [2018-02-08 12:33:49.78]: ▸ Compiling ReactNativeConfig.m | |
INFO [2018-02-08 12:33:49.87]: ▸ Compiling ReactNativeConfig.m | |
INFO [2018-02-08 12:33:49.87]: ▸ Building library libReactNativeConfig.a | |
INFO [2018-02-08 12:33:49.88]: ▸ Building library libReactNativeConfig.a | |
INFO [2018-02-08 12:33:49.90]: ▸ Copying ReactNativeConfig/ReactNativeConfig.h | |
INFO [2018-02-08 12:33:49.95]: ▸ Building KSCrash-iOS/KSCrashLib [Release] | |
INFO [2018-02-08 12:33:49.95]: ▸ Check Dependencies | |
INFO [2018-02-08 12:33:49.97]: ▸ Copying KSCrash.h | |
INFO [2018-02-08 12:33:49.97]: ▸ Copying KSCrashInstallation.h | |
INFO [2018-02-08 12:33:49.97]: ▸ Copying KSCrashInstallationEmail.h | |
INFO [2018-02-08 12:33:49.97]: ▸ Copying KSCrashInstallationQuincyHockey.h | |
INFO [2018-02-08 12:33:49.97]: ▸ Copying Compiler.h | |
INFO [2018-02-08 12:33:49.97]: ▸ Copying KSCrashInstallationStandard.h | |
INFO [2018-02-08 12:33:49.97]: ▸ Copying Fallthrough.h | |
INFO [2018-02-08 12:33:49.97]: ▸ Copying KSCrashInstallationVictory.h | |
INFO [2018-02-08 12:33:49.98]: ▸ Copying KSCrashReportFilter.h | |
INFO [2018-02-08 12:33:50.02]: ▸ Copying KSCrashReportFilterAppleFmt.h | |
INFO [2018-02-08 12:33:50.02]: ▸ Copying KSCrashReportFilterBasic.h | |
INFO [2018-02-08 12:33:50.02]: ▸ Copying KSDemangle_CPP.h | |
INFO [2018-02-08 12:33:50.02]: ▸ Copying KSCrashReportFilterGZip.h | |
INFO [2018-02-08 12:33:50.02]: ▸ Copying KSCrashReportFilterJSON.h | |
INFO [2018-02-08 12:33:50.02]: ▸ Copying KSCrashInstallationConsole.h | |
INFO [2018-02-08 12:33:50.02]: ▸ Copying KSCrashReportSinkConsole.h | |
INFO [2018-02-08 12:33:50.02]: ▸ Copying KSThread.h | |
INFO [2018-02-08 12:33:50.02]: ▸ Copying KSCrashReportSinkEMail.h | |
INFO [2018-02-08 12:33:50.02]: ▸ Copying KSCrashReportSinkQuincyHockey.h | |
INFO [2018-02-08 12:33:50.02]: ▸ Copying KSCrashReportVersion.h | |
INFO [2018-02-08 12:33:50.02]: ▸ Copying KSCrashReportSinkStandard.h | |
INFO [2018-02-08 12:33:50.02]: ▸ Copying DemangleNodes.h | |
INFO [2018-02-08 12:33:50.02]: ▸ Copying KSCrashInstallation+Alert.h | |
INFO [2018-02-08 12:33:50.02]: ▸ Copying KSCrashMonitorContext.h | |
INFO [2018-02-08 12:33:50.02]: ▸ Copying KSCrashReportSinkVictory.h | |
INFO [2018-02-08 12:33:50.02]: ▸ Copying KSCrashReportStore.h | |
INFO [2018-02-08 12:33:50.02]: ▸ Copying KSCrashReportWriter.h | |
INFO [2018-02-08 12:33:50.02]: ▸ Copying NSString+URLEncode.h | |
INFO [2018-02-08 12:33:50.02]: ▸ Copying KSCrashReportFilterAlert.h | |
INFO [2018-02-08 12:33:50.02]: ▸ Copying KSSystemCapabilities.h | |
INFO [2018-02-08 12:33:50.03]: ▸ Copying KSCrashReportFilterSets.h | |
INFO [2018-02-08 12:33:50.03]: ▸ Copying KSCrashMonitorType.h | |
INFO [2018-02-08 12:33:50.03]: ▸ Copying llvm-config.h | |
INFO [2018-02-08 12:33:50.03]: ▸ Copying KSDynamicLinker.h | |
INFO [2018-02-08 12:33:50.04]: ▸ Copying KSJSONCodecObjC.h | |
INFO [2018-02-08 12:33:50.04]: ▸ Copying LLVM.h | |
INFO [2018-02-08 12:33:50.04]: ▸ Copying KSCrashMonitor_Zombie.h | |
INFO [2018-02-08 12:33:50.04]: ▸ Copying KSCrashMonitor_User.h | |
INFO [2018-02-08 12:33:50.04]: ▸ Copying KSSysCtl.h | |
INFO [2018-02-08 12:33:50.04]: ▸ Copying KSLogger.h | |
INFO [2018-02-08 12:33:50.04]: ▸ Copying KSCrashMonitor_Deadlock.h | |
INFO [2018-02-08 12:33:50.04]: ▸ Copying NSError+SimpleConstructor.h | |
INFO [2018-02-08 12:33:50.04]: ▸ Copying NSMutableData+AppendUTF8.h | |
INFO [2018-02-08 12:33:50.04]: ▸ Copying KSDate.h | |
INFO [2018-02-08 12:33:50.04]: ▸ Copying KSCrashReportFixer.h | |
INFO [2018-02-08 12:33:50.04]: ▸ Copying KSCrashMonitor_CPPException.h | |
INFO [2018-02-08 12:33:50.07]: ▸ Copying KSCrashMonitor_NSException.h | |
INFO [2018-02-08 12:33:50.07]: ▸ Copying Casting.h | |
INFO [2018-02-08 12:33:50.07]: ▸ Copying KSCrashMonitor_AppState.h | |
INFO [2018-02-08 12:33:50.07]: ▸ Copying SwiftStrings.h | |
INFO [2018-02-08 12:33:50.07]: ▸ Copying KSCrashReport.h | |
INFO [2018-02-08 12:33:50.07]: ▸ Copying KSDemangle_Swift.h | |
INFO [2018-02-08 12:33:50.07]: ▸ Copying KSCrashDoctor.h | |
INFO [2018-02-08 12:33:50.07]: ▸ Copying StringRef.h | |
INFO [2018-02-08 12:33:50.07]: ▸ Copying KSCrashReportFilterStringify.h | |
INFO [2018-02-08 12:33:50.07]: ▸ Copying None.h | |
INFO [2018-02-08 12:33:50.07]: ▸ Copying Optional.h | |
INFO [2018-02-08 12:33:50.07]: ▸ Copying KSObjC.h | |
INFO [2018-02-08 12:33:50.07]: ▸ Copying KSJSONCodec.h | |
INFO [2018-02-08 12:33:50.07]: ▸ Copying KSCrashMonitor.h | |
INFO [2018-02-08 12:33:50.07]: ▸ Copying NSData+GZip.h | |
INFO [2018-02-08 12:33:50.07]: ▸ Copying KSCrashMonitor_System.h | |
INFO [2018-02-08 12:33:50.07]: ▸ Copying KSSignalInfo.h | |
INFO [2018-02-08 12:33:50.07]: ▸ Copying KSVarArgs.h | |
INFO [2018-02-08 12:33:50.08]: ▸ Copying KSMachineContext.h | |
INFO [2018-02-08 12:33:50.08]: ▸ Copying KSString.h | |
INFO [2018-02-08 12:33:50.08]: ▸ Copying type_traits.h | |
INFO [2018-02-08 12:33:50.08]: ▸ Copying KSObjCApple.h | |
INFO [2018-02-08 12:33:50.08]: ▸ Copying KSCString.h | |
INFO [2018-02-08 12:33:50.08]: ▸ Copying Punycode.h | |
INFO [2018-02-08 12:33:50.08]: ▸ Copying KSCrashReportFields.h | |
INFO [2018-02-08 12:33:50.08]: ▸ Copying KSCrashMonitor_MachException.h | |
INFO [2018-02-08 12:33:50.08]: ▸ Copying AlignOf.h | |
INFO [2018-02-08 12:33:50.08]: ▸ Copying KSCrashInstallation+Private.h | |
INFO [2018-02-08 12:33:50.08]: ▸ Copying Container+DeepSearch.h | |
INFO [2018-02-08 12:33:50.08]: ▸ Copying KSHTTPMultipartPostBody.h | |
INFO [2018-02-08 12:33:50.08]: ▸ Copying KSCrashMonitor_Signal.h | |
INFO [2018-02-08 12:33:50.08]: ▸ Copying KSCrashC.h | |
INFO [2018-02-08 12:33:50.08]: ▸ Copying KSFileUtils.h | |
INFO [2018-02-08 12:33:50.08]: ▸ Copying KSReachabilityKSCrash.h | |
INFO [2018-02-08 12:33:50.08]: ▸ Copying KSHTTPRequestSender.h | |
INFO [2018-02-08 12:33:50.08]: ▸ Copying Demangle.h | |
INFO [2018-02-08 12:33:50.08]: ▸ Copying Malloc.h | |
INFO [2018-02-08 12:33:50.08]: ▸ Copying KSMemory.h | |
INFO [2018-02-08 12:33:50.08]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Recording/KSCrashC.h | |
INFO [2018-02-08 12:33:50.08]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Recording/KSCrashCachedData.h | |
INFO [2018-02-08 12:33:50.08]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Recording/KSCrashDoctor.h | |
INFO [2018-02-08 12:33:50.08]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Recording/KSCrashReport.h | |
INFO [2018-02-08 12:33:50.08]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Recording/KSCrashReportFields.h | |
INFO [2018-02-08 12:33:50.08]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Recording/KSCrashReportFixer.h | |
INFO [2018-02-08 12:33:50.08]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Recording/KSCrashReportStore.h | |
INFO [2018-02-08 12:33:50.08]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Recording/KSCrashReportVersion.h | |
INFO [2018-02-08 12:33:50.08]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Recording/KSCrashReportWriter.h | |
INFO [2018-02-08 12:33:50.08]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Recording/KSSystemCapabilities.h | |
INFO [2018-02-08 12:33:50.09]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Recording/Monitors/KSCrashMonitor_AppState.h | |
INFO [2018-02-08 12:33:50.09]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Recording/Monitors/KSCrashMonitor_CPPException.h | |
INFO [2018-02-08 12:33:50.09]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Recording/Monitors/KSCrashMonitor_Deadlock.h | |
INFO [2018-02-08 12:33:50.09]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Recording/Monitors/KSCrashMonitor_NSException.h | |
INFO [2018-02-08 12:33:50.09]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Recording/Monitors/KSCrashMonitor_MachException.h | |
INFO [2018-02-08 12:33:50.09]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Recording/Monitors/KSCrashMonitor_Signal.h | |
INFO [2018-02-08 12:33:50.09]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Recording/Monitors/KSCrashMonitor_System.h | |
INFO [2018-02-08 12:33:50.12]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Recording/Monitors/KSCrashMonitor_User.h | |
INFO [2018-02-08 12:33:50.12]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Recording/Monitors/KSCrashMonitor_Zombie.h | |
INFO [2018-02-08 12:33:50.12]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Recording/Monitors/KSCrashMonitorContext.h | |
INFO [2018-02-08 12:33:50.12]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Recording/Monitors/KSCrashMonitor.h | |
INFO [2018-02-08 12:33:50.12]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Recording/Monitors/KSCrashMonitorType.h | |
INFO [2018-02-08 12:33:50.12]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/llvm/ADT/None.h | |
INFO [2018-02-08 12:33:50.12]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/llvm/ADT/Optional.h | |
INFO [2018-02-08 12:33:50.12]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/llvm/ADT/StringRef.h | |
INFO [2018-02-08 12:33:50.12]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/llvm/Config/llvm-config.h | |
INFO [2018-02-08 12:33:50.12]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/llvm/Support/AlignOf.h | |
INFO [2018-02-08 12:33:50.12]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/llvm/Support/Casting.h | |
INFO [2018-02-08 12:33:50.12]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/llvm/Support/type_traits.h | |
INFO [2018-02-08 12:33:50.12]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/llvm/Support/Compiler.h | |
INFO [2018-02-08 12:33:50.13]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/swift/Basic/DemangleNodes.h | |
INFO [2018-02-08 12:33:50.13]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/swift/Basic/Demangle.h | |
INFO [2018-02-08 12:33:50.13]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/swift/Basic/Fallthrough.h | |
INFO [2018-02-08 12:33:50.13]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/swift/Basic/LLVM.h | |
INFO [2018-02-08 12:33:50.13]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/swift/Basic/Malloc.h | |
INFO [2018-02-08 12:33:50.13]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/swift/Basic/Punycode.h | |
INFO [2018-02-08 12:33:50.13]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/swift/SwiftStrings.h | |
INFO [2018-02-08 12:33:50.13]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Recording/Tools/KSCPU_Apple.h | |
INFO [2018-02-08 12:33:50.13]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Recording/Tools/KSCPU.h | |
INFO [2018-02-08 12:33:50.13]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Recording/Tools/KSDate.h | |
INFO [2018-02-08 12:33:50.13]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Recording/Tools/KSDebug.h | |
INFO [2018-02-08 12:33:50.13]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Recording/Tools/KSDemangle_CPP.h | |
INFO [2018-02-08 12:33:50.13]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Recording/Tools/KSDemangle_Swift.h | |
INFO [2018-02-08 12:33:50.13]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Recording/Tools/KSDynamicLinker.h | |
INFO [2018-02-08 12:33:50.13]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Recording/Tools/KSFileUtils.h | |
INFO [2018-02-08 12:33:50.13]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Recording/Tools/KSID.h | |
INFO [2018-02-08 12:33:50.13]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Recording/Tools/KSJSONCodec.h | |
INFO [2018-02-08 12:33:50.13]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Recording/Tools/KSJSONCodecObjC.h | |
INFO [2018-02-08 12:33:50.13]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Recording/Tools/KSLogger.h | |
INFO [2018-02-08 12:33:50.14]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Recording/Tools/KSMach.h | |
INFO [2018-02-08 12:33:50.14]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Recording/Tools/KSMachineContext_Apple.h | |
INFO [2018-02-08 12:33:50.14]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Recording/Tools/KSMachineContext.h | |
INFO [2018-02-08 12:33:50.14]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Recording/Tools/KSMemory.h | |
INFO [2018-02-08 12:33:50.14]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Recording/Tools/KSObjC.h | |
INFO [2018-02-08 12:33:50.14]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Recording/Tools/KSObjCApple.h | |
INFO [2018-02-08 12:33:50.14]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Recording/Tools/KSSignalInfo.h | |
INFO [2018-02-08 12:33:50.14]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Recording/Tools/KSStackCursor_Backtrace.h | |
INFO [2018-02-08 12:33:50.17]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Recording/Tools/KSStackCursor_MachineContext.h | |
INFO [2018-02-08 12:33:50.17]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Recording/Tools/KSStackCursor_SelfThread.h | |
INFO [2018-02-08 12:33:50.17]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Recording/Tools/KSStackCursor.h | |
INFO [2018-02-08 12:33:50.17]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Recording/Tools/KSString.h | |
INFO [2018-02-08 12:33:50.17]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Recording/Tools/KSSymbolicator.h | |
INFO [2018-02-08 12:33:50.17]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Recording/Tools/KSSysCtl.h | |
INFO [2018-02-08 12:33:50.17]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Recording/Tools/KSThread.h | |
INFO [2018-02-08 12:33:50.17]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Recording/Tools/NSError+SimpleConstructor.h | |
INFO [2018-02-08 12:33:50.17]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Reporting/Filters/KSCrashReportFilter.h | |
INFO [2018-02-08 12:33:50.17]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Reporting/Filters/KSCrashReportFilterAlert.h | |
INFO [2018-02-08 12:33:50.17]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Reporting/Filters/KSCrashReportFilterAppleFmt.h | |
INFO [2018-02-08 12:33:50.17]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Reporting/Filters/KSCrashReportFilterBasic.h | |
INFO [2018-02-08 12:33:50.17]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Reporting/Filters/KSCrashReportFilterGZip.h | |
INFO [2018-02-08 12:33:50.17]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Reporting/Filters/KSCrashReportFilterJSON.h | |
INFO [2018-02-08 12:33:50.17]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Reporting/Filters/KSCrashReportFilterSets.h | |
INFO [2018-02-08 12:33:50.18]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Reporting/Filters/KSCrashReportFilterStringify.h | |
INFO [2018-02-08 12:33:50.18]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Reporting/Filters/Tools/Container+DeepSearch.h | |
INFO [2018-02-08 12:33:50.18]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Reporting/Filters/Tools/KSVarArgs.h | |
INFO [2018-02-08 12:33:50.18]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Reporting/Filters/Tools/NSData+GZip.h | |
INFO [2018-02-08 12:33:50.18]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Reporting/Sinks/KSCrashReportSinkConsole.h | |
INFO [2018-02-08 12:33:50.18]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Reporting/Sinks/KSCrashReportSinkEMail.h | |
INFO [2018-02-08 12:33:50.18]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Reporting/Sinks/KSCrashReportSinkQuincyHockey.h | |
INFO [2018-02-08 12:33:50.18]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Reporting/Sinks/KSCrashReportSinkStandard.h | |
INFO [2018-02-08 12:33:50.18]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Reporting/Tools/KSCString.h | |
INFO [2018-02-08 12:33:50.18]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Reporting/Sinks/KSCrashReportSinkVictory.h | |
INFO [2018-02-08 12:33:50.18]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Reporting/Tools/KSHTTPMultipartPostBody.h | |
INFO [2018-02-08 12:33:50.18]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Reporting/Tools/KSHTTPRequestSender.h | |
INFO [2018-02-08 12:33:50.18]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Reporting/Tools/KSReachabilityKSCrash.h | |
INFO [2018-02-08 12:33:50.18]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Reporting/Tools/NSMutableData+AppendUTF8.h | |
INFO [2018-02-08 12:33:50.18]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Installations/KSCrashInstallation.h | |
INFO [2018-02-08 12:33:50.18]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Reporting/Tools/NSString+URLEncode.h | |
INFO [2018-02-08 12:33:50.18]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Installations/KSCrashInstallation+Alert.h | |
INFO [2018-02-08 12:33:50.18]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Installations/KSCrashInstallation+Private.h | |
INFO [2018-02-08 12:33:50.18]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Installations/KSCrashInstallationConsole.h | |
INFO [2018-02-08 12:33:50.18]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Installations/KSCrashInstallationEmail.h | |
INFO [2018-02-08 12:33:50.19]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Installations/KSCrashInstallationQuincyHockey.h | |
INFO [2018-02-08 12:33:50.19]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Installations/KSCrashInstallationStandard.h | |
INFO [2018-02-08 12:33:50.19]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Recording/KSCrash.h | |
INFO [2018-02-08 12:33:50.19]: ▸ Copying /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Installations/KSCrashInstallationVictory.h | |
INFO [2018-02-08 12:33:50.19]: ▸ Precompiling KSCrash/KSCrash-Prefix.pch | |
INFO [2018-02-08 12:33:50.20]: ▸ Precompiling KSCrash/KSCrash-Prefix.pch | |
INFO [2018-02-08 12:33:50.25]: ▸ Precompiling KSCrash/KSCrash-Prefix.pch | |
INFO [2018-02-08 12:33:50.26]: ▸ Precompiling KSCrash/KSCrash-Prefix.pch | |
INFO [2018-02-08 12:33:50.28]: ▸ Precompiling KSCrash/KSCrash-Prefix.pch | |
INFO [2018-02-08 12:33:50.31]: ▸ Precompiling KSCrash/KSCrash-Prefix.pch | |
INFO [2018-02-08 12:33:50.32]: ▸ Compiling KSReachabilityKSCrash.m | |
INFO [2018-02-08 12:33:50.46]: ▸ Compiling KSCrashReportSinkVictory.m | |
INFO [2018-02-08 12:33:50.47]: ▸ Compiling KSCrashReportFilterAppleFmt.m | |
INFO [2018-02-08 12:33:50.70]: ▸ Compiling KSCPU_x86_32.c | |
INFO [2018-02-08 12:33:50.70]: ▸ Compiling KSCrashReportSinkQuincyHockey.m | |
INFO [2018-02-08 12:33:50.70]: ▸ Compiling KSThread.c | |
INFO [2018-02-08 12:33:50.70]: ▸ Compiling KSCrashMonitor_Signal.c | |
INFO [2018-02-08 12:33:50.70]: ▸ Compiling KSCrashReportFixer.c | |
INFO [2018-02-08 12:33:50.71]: ▸ Compiling KSCrashMonitor_Deadlock.m | |
INFO [2018-02-08 12:33:50.71]: ▸ Compiling KSSymbolicator.c | |
INFO [2018-02-08 12:33:50.71]: ▸ Compiling KSCrashReportSinkConsole.m | |
INFO [2018-02-08 12:33:50.71]: ▸ Compiling KSCrashMonitorType.c | |
INFO [2018-02-08 12:33:50.71]: ▸ Compiling KSCrashInstallationConsole.m | |
INFO [2018-02-08 12:33:50.72]: ▸ Compiling KSHTTPRequestSender.m | |
INFO [2018-02-08 12:33:50.74]: ▸ Compiling KSCrashReportFilterStringify.m | |
INFO [2018-02-08 12:33:50.74]: ▸ Compiling KSCrashReportFilterGZip.m | |
INFO [2018-02-08 12:33:50.74]: ▸ Compiling KSCrashInstallationQuincyHockey.m | |
INFO [2018-02-08 12:33:50.74]: ▸ Compiling KSDemangle_CPP.cpp | |
INFO [2018-02-08 12:33:50.74]: ▸ Compiling KSCPU_arm64.c | |
INFO [2018-02-08 12:33:50.74]: ▸ Compiling KSStackCursor_MachineContext.c | |
INFO [2018-02-08 12:33:50.74]: ▸ Compiling KSCrashMonitor.c | |
INFO [2018-02-08 12:33:50.74]: ▸ Compiling KSString.c | |
INFO [2018-02-08 12:33:50.74]: ▸ Compiling KSCrashMonitor_CPPException.cpp | |
INFO [2018-02-08 12:33:50.81]: ▸ Compiling KSSignalInfo.c | |
INFO [2018-02-08 12:33:50.83]: ▸ Compiling KSCrashInstallation+Alert.m | |
INFO [2018-02-08 12:33:50.83]: ▸ Compiling KSDebug.c | |
INFO [2018-02-08 12:33:50.83]: ▸ Compiling KSCrashInstallationEmail.m | |
INFO [2018-02-08 12:33:50.85]: ▸ Compiling KSCrashInstallationStandard.m | |
INFO [2018-02-08 12:33:50.85]: ▸ Compiling KSCrashInstallationVictory.m | |
INFO [2018-02-08 12:33:50.85]: ▸ Compiling KSCrashMonitor_MachException.c | |
INFO [2018-02-08 12:33:50.85]: ▸ Compiling KSCrashReportSinkEMail.m | |
INFO [2018-02-08 12:33:51.04]: ▸ Compiling Demangle.cpp | |
INFO [2018-02-08 12:33:56.09]: ▸ Compiling KSDynamicLinker.c | |
INFO [2018-02-08 12:33:56.09]: ▸ Compiling KSCrashReportFilterSets.m | |
INFO [2018-02-08 12:33:56.09]: ▸ Compiling KSSysCtl.c | |
INFO [2018-02-08 12:33:56.09]: ▸ Compiling KSCrashInstallation.m | |
INFO [2018-02-08 12:33:56.09]: ▸ Compiling KSCrashDoctor.m | |
INFO [2018-02-08 12:33:56.10]: ▸ Compiling KSStackCursor.c | |
INFO [2018-02-08 12:33:56.10]: ▸ Compiling KSHTTPMultipartPostBody.m | |
INFO [2018-02-08 12:33:56.10]: ▸ Compiling KSCrashMonitor_NSException.m | |
INFO [2018-02-08 12:33:56.10]: ▸ Compiling KSMachineContext.c | |
INFO [2018-02-08 12:33:56.10]: ▸ Compiling KSCrashMonitor_System.m | |
INFO [2018-02-08 12:33:56.10]: ▸ Compiling KSCrashReportStore.c | |
INFO [2018-02-08 12:33:56.12]: ▸ Compiling KSJSONCodecObjC.m | |
INFO [2018-02-08 12:33:56.12]: ▸ Compiling NSString+URLEncode.m | |
INFO [2018-02-08 12:33:56.12]: ▸ Compiling KSCrashReport.c | |
INFO [2018-02-08 12:33:56.12]: ▸ Compiling KSCString.m | |
INFO [2018-02-08 12:33:56.12]: ▸ Compiling KSObjC.c | |
INFO [2018-02-08 12:33:56.12]: ▸ Compiling KSCPU_arm.c | |
INFO [2018-02-08 12:33:56.12]: ▸ Compiling KSCrashC.c | |
INFO [2018-02-08 12:33:56.12]: ▸ Compiling KSJSONCodec.c | |
INFO [2018-02-08 12:33:56.12]: ▸ Compiling KSID.c | |
INFO [2018-02-08 12:33:56.12]: ▸ Compiling NSData+GZip.m | |
INFO [2018-02-08 12:33:56.12]: ▸ Compiling KSCrashCachedData.c | |
INFO [2018-02-08 12:33:56.12]: ▸ Compiling KSMemory.c | |
INFO [2018-02-08 12:33:56.12]: ▸ Compiling KSFileUtils.c | |
INFO [2018-02-08 12:33:56.12]: ▸ Compiling KSCrashMonitor_User.c | |
INFO [2018-02-08 12:33:56.12]: ▸ Compiling KSCrashReportFilterJSON.m | |
INFO [2018-02-08 12:33:56.12]: ▸ Compiling Punycode.cpp | |
INFO [2018-02-08 12:33:56.12]: ▸ Compiling NSMutableData+AppendUTF8.m | |
INFO [2018-02-08 12:33:56.12]: ▸ Compiling NSError+SimpleConstructor.m | |
INFO [2018-02-08 12:33:56.12]: ▸ Compiling KSCrashReportFilterBasic.m | |
INFO [2018-02-08 12:33:56.12]: ▸ Compiling KSCrashMonitor_Zombie.c | |
INFO [2018-02-08 12:33:56.12]: ▸ Compiling Container+DeepSearch.m | |
INFO [2018-02-08 12:33:56.12]: ▸ Compiling KSCrashReportFilterAlert.m | |
INFO [2018-02-08 12:33:56.12]: ▸ Compiling KSCrash.m | |
INFO [2018-02-08 12:33:56.12]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Recording/KSCrash.h:170:59: auto property synthesis is synthesizing property not explicitly synthesized [-Wobjc-missing-property-synthesis] | |
INFO [2018-02-08 12:33:56.12]: ▸ @property (nonatomic, assign) NSUncaughtExceptionHandler *uncaughtExceptionHandler; | |
INFO [2018-02-08 12:33:56.12]: ▸ ^ | |
INFO [2018-02-08 12:33:56.12]: ▸ Compiling KSStackCursor_SelfThread.c | |
INFO [2018-02-08 12:33:56.13]: ▸ Compiling KSLogger.c | |
INFO [2018-02-08 12:33:56.13]: ▸ Compiling KSCPU.c | |
INFO [2018-02-08 12:33:56.13]: ▸ Compiling KSDate.c | |
INFO [2018-02-08 12:33:56.13]: ▸ Compiling KSCrashMonitor_AppState.c | |
INFO [2018-02-08 12:33:56.13]: ▸ Compiling KSCPU_x86_64.c | |
INFO [2018-02-08 12:33:56.13]: ▸ Compiling KSDemangle_Swift.cpp | |
INFO [2018-02-08 12:33:56.13]: ▸ Compiling KSStackCursor_Backtrace.c | |
INFO [2018-02-08 12:33:56.13]: ▸ Compiling KSMach.c | |
INFO [2018-02-08 12:33:56.13]: ▸ Compiling KSCrashReportSinkStandard.m | |
INFO [2018-02-08 12:33:56.13]: ▸ Compiling KSReachabilityKSCrash.m | |
INFO [2018-02-08 12:33:56.13]: ▸ Compiling KSCrashReportSinkVictory.m | |
INFO [2018-02-08 12:33:56.13]: ▸ Compiling KSCrashReportFilterAppleFmt.m | |
INFO [2018-02-08 12:33:56.13]: ▸ Compiling KSCPU_x86_32.c | |
INFO [2018-02-08 12:33:56.14]: ▸ Compiling KSCrashReportSinkQuincyHockey.m | |
INFO [2018-02-08 12:33:56.14]: ▸ Compiling KSThread.c | |
INFO [2018-02-08 12:33:56.14]: ▸ Compiling KSCrashReportFixer.c | |
INFO [2018-02-08 12:33:56.14]: ▸ Compiling KSCrashMonitor_Signal.c | |
INFO [2018-02-08 12:33:56.14]: ▸ Compiling KSCrashMonitor_Deadlock.m | |
INFO [2018-02-08 12:33:56.14]: ▸ Compiling KSSymbolicator.c | |
INFO [2018-02-08 12:33:56.14]: ▸ Compiling KSCrashReportSinkConsole.m | |
INFO [2018-02-08 12:33:56.14]: ▸ Compiling KSCrashMonitorType.c | |
INFO [2018-02-08 12:33:56.14]: ▸ Compiling KSCrashInstallationConsole.m | |
INFO [2018-02-08 12:33:56.14]: ▸ Compiling KSHTTPRequestSender.m | |
INFO [2018-02-08 12:33:56.14]: ▸ Compiling KSCrashReportFilterStringify.m | |
INFO [2018-02-08 12:33:56.14]: ▸ Compiling KSCrashReportFilterGZip.m | |
INFO [2018-02-08 12:33:56.17]: ▸ Compiling KSCrashInstallationQuincyHockey.m | |
INFO [2018-02-08 12:33:56.17]: ▸ Compiling KSDemangle_CPP.cpp | |
INFO [2018-02-08 12:33:56.17]: ▸ Compiling KSCPU_arm64.c | |
INFO [2018-02-08 12:33:56.17]: ▸ Compiling KSStackCursor_MachineContext.c | |
INFO [2018-02-08 12:33:56.17]: ▸ Compiling KSCrashMonitor.c | |
INFO [2018-02-08 12:33:56.17]: ▸ Compiling KSString.c | |
INFO [2018-02-08 12:33:56.17]: ▸ Compiling KSCrashMonitor_CPPException.cpp | |
INFO [2018-02-08 12:33:56.17]: ▸ Compiling KSSignalInfo.c | |
INFO [2018-02-08 12:33:56.17]: ▸ Compiling KSCrashInstallation+Alert.m | |
INFO [2018-02-08 12:33:56.17]: ▸ Compiling KSDebug.c | |
INFO [2018-02-08 12:33:56.17]: ▸ Compiling KSCrashInstallationEmail.m | |
INFO [2018-02-08 12:33:56.17]: ▸ Compiling KSCrashInstallationStandard.m | |
INFO [2018-02-08 12:33:56.17]: ▸ Compiling KSCrashInstallationVictory.m | |
INFO [2018-02-08 12:33:56.17]: ▸ Compiling KSCrashMonitor_MachException.c | |
INFO [2018-02-08 12:33:56.17]: ▸ Compiling KSCrashReportSinkEMail.m | |
INFO [2018-02-08 12:33:56.17]: ▸ Compiling Demangle.cpp | |
INFO [2018-02-08 12:33:56.55]: ▸ Compiling KSDynamicLinker.c | |
INFO [2018-02-08 12:33:56.55]: ▸ Compiling KSCrashReportFilterSets.m | |
INFO [2018-02-08 12:33:56.55]: ▸ Compiling KSSysCtl.c | |
INFO [2018-02-08 12:33:56.56]: ▸ Compiling KSCrashInstallation.m | |
INFO [2018-02-08 12:33:56.56]: ▸ Compiling KSCrashDoctor.m | |
INFO [2018-02-08 12:33:56.56]: ▸ Compiling KSStackCursor.c | |
INFO [2018-02-08 12:33:56.56]: ▸ Compiling KSHTTPMultipartPostBody.m | |
INFO [2018-02-08 12:33:56.56]: ▸ Compiling KSCrashMonitor_NSException.m | |
INFO [2018-02-08 12:33:56.56]: ▸ Compiling KSMachineContext.c | |
INFO [2018-02-08 12:33:56.56]: ▸ Compiling KSCrashMonitor_System.m | |
INFO [2018-02-08 12:33:56.56]: ▸ Compiling KSCrashReportStore.c | |
INFO [2018-02-08 12:33:56.57]: ▸ Compiling KSJSONCodecObjC.m | |
INFO [2018-02-08 12:33:56.57]: ▸ Compiling NSString+URLEncode.m | |
INFO [2018-02-08 12:33:56.57]: ▸ Compiling KSCrashReport.c | |
INFO [2018-02-08 12:33:56.57]: ▸ Compiling KSCString.m | |
INFO [2018-02-08 12:33:56.57]: ▸ Compiling KSObjC.c | |
INFO [2018-02-08 12:33:56.57]: ▸ Compiling KSCPU_arm.c | |
INFO [2018-02-08 12:33:56.57]: ▸ Compiling KSCrashC.c | |
INFO [2018-02-08 12:33:56.57]: ▸ Compiling KSJSONCodec.c | |
INFO [2018-02-08 12:33:56.57]: ▸ Compiling KSID.c | |
INFO [2018-02-08 12:33:56.57]: ▸ Compiling NSData+GZip.m | |
INFO [2018-02-08 12:33:56.57]: ▸ Compiling KSCrashCachedData.c | |
INFO [2018-02-08 12:33:56.57]: ▸ Compiling KSMemory.c | |
INFO [2018-02-08 12:33:56.57]: ▸ Compiling KSFileUtils.c | |
INFO [2018-02-08 12:33:56.57]: ▸ Compiling KSCrashMonitor_User.c | |
INFO [2018-02-08 12:33:56.57]: ▸ Compiling KSCrashReportFilterJSON.m | |
INFO [2018-02-08 12:33:56.57]: ▸ Compiling Punycode.cpp | |
INFO [2018-02-08 12:33:56.57]: ▸ Compiling NSMutableData+AppendUTF8.m | |
INFO [2018-02-08 12:33:56.57]: ▸ Compiling NSError+SimpleConstructor.m | |
INFO [2018-02-08 12:33:56.57]: ▸ Compiling KSCrashReportFilterBasic.m | |
INFO [2018-02-08 12:33:56.58]: ▸ Compiling KSCrashMonitor_Zombie.c | |
INFO [2018-02-08 12:33:56.58]: ▸ Compiling Container+DeepSearch.m | |
INFO [2018-02-08 12:33:56.58]: ▸ Compiling KSCrashReportFilterAlert.m | |
INFO [2018-02-08 12:33:56.58]: ▸ Compiling KSCrash.m | |
INFO [2018-02-08 12:33:56.58]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/KSCrash/Source/KSCrash/Recording/KSCrash.h:170:59: auto property synthesis is synthesizing property not explicitly synthesized [-Wobjc-missing-property-synthesis] | |
INFO [2018-02-08 12:33:56.58]: ▸ @property (nonatomic, assign) NSUncaughtExceptionHandler *uncaughtExceptionHandler; | |
INFO [2018-02-08 12:33:56.58]: ▸ ^ | |
INFO [2018-02-08 12:33:56.58]: ▸ Compiling KSStackCursor_SelfThread.c | |
INFO [2018-02-08 12:33:56.58]: ▸ Compiling KSLogger.c | |
INFO [2018-02-08 12:33:56.58]: ▸ Compiling KSCPU.c | |
INFO [2018-02-08 12:33:56.58]: ▸ Compiling KSDate.c | |
INFO [2018-02-08 12:33:56.58]: ▸ Compiling KSCrashMonitor_AppState.c | |
INFO [2018-02-08 12:33:56.58]: ▸ Compiling KSCPU_x86_64.c | |
INFO [2018-02-08 12:33:56.58]: ▸ Compiling KSDemangle_Swift.cpp | |
INFO [2018-02-08 12:33:56.58]: ▸ Compiling KSStackCursor_Backtrace.c | |
INFO [2018-02-08 12:33:56.59]: ▸ Compiling KSMach.c | |
INFO [2018-02-08 12:33:56.59]: ▸ Compiling KSCrashReportSinkStandard.m | |
INFO [2018-02-08 12:33:56.59]: ▸ Building library libKSCrashLib.a | |
INFO [2018-02-08 12:33:56.63]: ▸ Building library libKSCrashLib.a | |
INFO [2018-02-08 12:33:57.96]: ▸ Building Sentry/SentryStatic [Release] | |
INFO [2018-02-08 12:33:57.96]: ▸ Check Dependencies | |
INFO [2018-02-08 12:33:57.97]: ▸ Copying SentrySerializable.h | |
INFO [2018-02-08 12:33:57.98]: ▸ Copying SentryClient+Internal.h | |
INFO [2018-02-08 12:33:57.98]: ▸ Copying SentryBreadcrumbStore.h | |
INFO [2018-02-08 12:33:57.98]: ▸ Copying SentryFrame.h | |
INFO [2018-02-08 12:33:57.98]: ▸ Copying Sentry.h | |
INFO [2018-02-08 12:33:57.98]: ▸ Copying SentryNSURLRequest.h | |
INFO [2018-02-08 12:33:57.98]: ▸ Copying SentryBreadcrumb.h | |
INFO [2018-02-08 12:33:57.98]: ▸ Copying NSDictionary+Sanitize.h | |
INFO [2018-02-08 12:33:57.98]: ▸ Copying SentrySwizzle.h | |
INFO [2018-02-08 12:33:57.98]: ▸ Copying SentryClient.h | |
INFO [2018-02-08 12:33:57.98]: ▸ Copying SentryThread.h | |
INFO [2018-02-08 12:33:57.98]: ▸ Copying SentryDefines.h | |
INFO [2018-02-08 12:33:57.98]: ▸ Copying SentryUser.h | |
INFO [2018-02-08 12:33:57.98]: ▸ Copying SentryStacktrace.h | |
INFO [2018-02-08 12:33:57.98]: ▸ Copying SentryEvent.h | |
INFO [2018-02-08 12:33:57.98]: ▸ Copying SentryContext.h | |
INFO [2018-02-08 12:33:57.99]: ▸ Copying SentryCrashExceptionApplication.h | |
INFO [2018-02-08 12:33:57.99]: ▸ Copying SentryLog.h | |
INFO [2018-02-08 12:33:57.99]: ▸ Copying SentryDebugMeta.h | |
INFO [2018-02-08 12:33:57.99]: ▸ Copying SentryBreadcrumbTracker.h | |
INFO [2018-02-08 12:33:57.99]: ▸ Copying SentryException.h | |
INFO [2018-02-08 12:33:57.99]: ▸ Copying SentryFileManager.h | |
INFO [2018-02-08 12:33:57.99]: ▸ Copying SentryQueueableRequestManager.h | |
INFO [2018-02-08 12:33:57.99]: ▸ Copying SentryRequestOperation.h | |
INFO [2018-02-08 12:33:57.99]: ▸ Copying SentryJavaScriptBridgeHelper.h | |
INFO [2018-02-08 12:33:57.99]: ▸ Copying NSDate+Extras.h | |
INFO [2018-02-08 12:33:58.02]: ▸ Copying SentryKSCrashReportConverter.h | |
INFO [2018-02-08 12:33:58.02]: ▸ Copying SentryKSCrashReportSink.h | |
INFO [2018-02-08 12:33:58.02]: ▸ Copying NSData+Compression.h | |
INFO [2018-02-08 12:33:58.02]: ▸ Copying SentryAsynchronousOperation.h | |
INFO [2018-02-08 12:33:58.02]: ▸ Copying SentryDsn.h | |
INFO [2018-02-08 12:33:58.02]: ▸ Copying SentryKSCrashInstallation.h | |
INFO [2018-02-08 12:33:58.02]: ▸ Copying SentryError.h | |
INFO [2018-02-08 12:33:58.02]: ▸ Copying Sources/Sentry/include/SentrySwizzle.h | |
INFO [2018-02-08 12:33:58.02]: ▸ Copying Sources/Sentry/include/SentrySerializable.h | |
INFO [2018-02-08 12:33:58.02]: ▸ Copying Sources/Sentry/include/SentryEvent.h | |
INFO [2018-02-08 12:33:58.13]: ▸ Copying Sources/Sentry/include/SentryException.h | |
INFO [2018-02-08 12:33:58.13]: ▸ Copying Sources/Sentry/include/SentryFrame.h | |
INFO [2018-02-08 12:33:58.13]: ▸ Copying Sources/Sentry/include/SentryStacktrace.h | |
INFO [2018-02-08 12:33:58.13]: ▸ Copying Sources/Sentry/include/SentryThread.h | |
INFO [2018-02-08 12:33:58.13]: ▸ Copying Sources/Sentry/include/SentryUser.h | |
INFO [2018-02-08 12:33:58.13]: ▸ Copying Sources/Sentry/include/SentryDebugMeta.h | |
INFO [2018-02-08 12:33:58.13]: ▸ Copying Sources/Sentry/include/SentryContext.h | |
INFO [2018-02-08 12:33:58.13]: ▸ Copying Sources/Sentry/include/SentryBreadcrumb.h | |
INFO [2018-02-08 12:33:58.13]: ▸ Copying Sources/Sentry/include/SentryBreadcrumbStore.h | |
INFO [2018-02-08 12:33:58.13]: ▸ Copying Sources/Sentry/include/SentryAsynchronousOperation.h | |
INFO [2018-02-08 12:33:58.18]: ▸ Copying Sources/Sentry/include/SentryDsn.h | |
INFO [2018-02-08 12:33:58.18]: ▸ Copying Sources/Sentry/include/SentryNSURLRequest.h | |
INFO [2018-02-08 12:33:58.18]: ▸ Copying Sources/Sentry/include/SentryQueueableRequestManager.h | |
INFO [2018-02-08 12:33:58.18]: ▸ Copying Sources/Sentry/include/SentryRequestOperation.h | |
INFO [2018-02-08 12:33:58.18]: ▸ Copying Sources/Sentry/include/NSData+Compression.h | |
INFO [2018-02-08 12:33:58.18]: ▸ Copying Sources/Sentry/include/NSDate+Extras.h | |
INFO [2018-02-08 12:33:58.18]: ▸ Copying Sources/Sentry/include/SentryKSCrashInstallation.h | |
INFO [2018-02-08 12:33:58.18]: ▸ Copying Sources/Sentry/include/SentryKSCrashReportConverter.h | |
INFO [2018-02-08 12:33:58.18]: ▸ Copying Sources/Sentry/include/SentryKSCrashReportSink.h | |
INFO [2018-02-08 12:33:58.18]: ▸ Copying Sources/Sentry/include/SentryDefines.h | |
INFO [2018-02-08 12:33:58.18]: ▸ Copying Sources/Sentry/include/SentryError.h | |
INFO [2018-02-08 12:33:58.18]: ▸ Copying Sources/Sentry/include/SentryJavaScriptBridgeHelper.h | |
INFO [2018-02-08 12:33:58.18]: ▸ Copying Sources/Sentry/include/SentryLog.h | |
INFO [2018-02-08 12:33:58.18]: ▸ Copying Sources/Sentry/include/SentryFileManager.h | |
INFO [2018-02-08 12:33:58.18]: ▸ Copying Sources/Sentry/include/NSDictionary+Sanitize.h | |
INFO [2018-02-08 12:33:58.18]: ▸ Copying Sources/Sentry/include/SentryBreadcrumbTracker.h | |
INFO [2018-02-08 12:33:58.18]: ▸ Copying Sources/Sentry/include/SentryClient+Internal.h | |
INFO [2018-02-08 12:33:58.18]: ▸ Copying Sources/Sentry/include/SentryClient.h | |
INFO [2018-02-08 12:33:58.18]: ▸ Copying Sources/Sentry/include/Sentry.h | |
INFO [2018-02-08 12:33:58.18]: ▸ Compiling SentryException.m | |
INFO [2018-02-08 12:33:58.19]: ▸ Compiling SentryJavaScriptBridgeHelper.m | |
INFO [2018-02-08 12:33:58.33]: ▸ Compiling SentryKSCrashInstallation.m | |
INFO [2018-02-08 12:33:58.33]: ▸ Compiling SentryBreadcrumb.m | |
INFO [2018-02-08 12:33:58.34]: ▸ Compiling SentryKSCrashReportSink.m | |
INFO [2018-02-08 12:33:58.34]: ▸ Compiling SentryStacktrace.m | |
INFO [2018-02-08 12:33:58.34]: ▸ Compiling SentryClient.m | |
INFO [2018-02-08 12:33:58.38]: ▸ Compiling SentryDsn.m | |
INFO [2018-02-08 12:33:58.38]: ▸ Compiling SentryContext.m | |
INFO [2018-02-08 12:33:58.38]: ▸ Compiling SentrySwizzle.m | |
INFO [2018-02-08 12:33:58.38]: ▸ Compiling SentryFrame.m | |
INFO [2018-02-08 12:33:58.38]: ▸ Compiling NSDictionary+Sanitize.m | |
INFO [2018-02-08 12:33:58.38]: ▸ Compiling SentryAsynchronousOperation.m | |
INFO [2018-02-08 12:33:58.42]: ▸ Compiling NSData+Compression.m | |
INFO [2018-02-08 12:33:58.43]: ▸ Compiling SentryBreadcrumbStore.m | |
INFO [2018-02-08 12:33:58.44]: ▸ Compiling NSDate+Extras.m | |
INFO [2018-02-08 12:33:58.44]: ▸ Compiling SentryNSURLRequest.m | |
INFO [2018-02-08 12:33:58.48]: ▸ Compiling SentryThread.m | |
INFO [2018-02-08 12:33:58.48]: ▸ Compiling SentryQueueableRequestManager.m | |
INFO [2018-02-08 12:33:58.48]: ▸ Compiling SentryRequestOperation.m | |
INFO [2018-02-08 12:33:58.48]: ▸ Compiling SentryEvent.m | |
INFO [2018-02-08 12:33:58.64]: ▸ Compiling SentryUser.m | |
INFO [2018-02-08 12:33:58.64]: ▸ Compiling SentryError.m | |
INFO [2018-02-08 12:33:58.64]: ▸ Compiling SentryLog.m | |
INFO [2018-02-08 12:33:58.65]: ▸ Compiling SentryDebugMeta.m | |
INFO [2018-02-08 12:33:58.65]: ▸ Compiling SentryFileManager.m | |
INFO [2018-02-08 12:33:58.72]: ▸ Compiling SentryKSCrashReportConverter.m | |
INFO [2018-02-08 12:33:58.94]: ▸ Compiling SentryBreadcrumbTracker.m | |
INFO [2018-02-08 12:33:58.95]: ▸ Compiling SentryCrashExceptionApplication.m | |
INFO [2018-02-08 12:33:58.95]: ▸ Compiling SentryException.m | |
INFO [2018-02-08 12:33:58.95]: ▸ Compiling SentryJavaScriptBridgeHelper.m | |
INFO [2018-02-08 12:33:58.95]: ▸ Compiling SentryKSCrashInstallation.m | |
INFO [2018-02-08 12:33:58.95]: ▸ Compiling SentryBreadcrumb.m | |
INFO [2018-02-08 12:33:58.95]: ▸ Compiling SentryKSCrashReportSink.m | |
INFO [2018-02-08 12:33:58.95]: ▸ Compiling SentryStacktrace.m | |
INFO [2018-02-08 12:33:58.95]: ▸ Compiling SentryClient.m | |
INFO [2018-02-08 12:33:59.05]: ▸ Compiling SentryDsn.m | |
INFO [2018-02-08 12:33:59.05]: ▸ Compiling SentryContext.m | |
INFO [2018-02-08 12:33:59.05]: ▸ Compiling SentrySwizzle.m | |
INFO [2018-02-08 12:33:59.05]: ▸ Compiling SentryFrame.m | |
INFO [2018-02-08 12:33:59.05]: ▸ Compiling NSDictionary+Sanitize.m | |
INFO [2018-02-08 12:33:59.05]: ▸ Compiling SentryAsynchronousOperation.m | |
INFO [2018-02-08 12:33:59.06]: ▸ Compiling NSData+Compression.m | |
INFO [2018-02-08 12:33:59.06]: ▸ Compiling SentryBreadcrumbStore.m | |
INFO [2018-02-08 12:33:59.06]: ▸ Compiling NSDate+Extras.m | |
INFO [2018-02-08 12:33:59.07]: ▸ Compiling SentryNSURLRequest.m | |
INFO [2018-02-08 12:33:59.12]: ▸ Compiling SentryThread.m | |
INFO [2018-02-08 12:33:59.12]: ▸ Compiling SentryQueueableRequestManager.m | |
INFO [2018-02-08 12:33:59.12]: ▸ Compiling SentryRequestOperation.m | |
INFO [2018-02-08 12:33:59.15]: ▸ Compiling SentryEvent.m | |
INFO [2018-02-08 12:33:59.27]: ▸ Compiling SentryUser.m | |
INFO [2018-02-08 12:33:59.27]: ▸ Compiling SentryError.m | |
INFO [2018-02-08 12:33:59.27]: ▸ Compiling SentryLog.m | |
INFO [2018-02-08 12:33:59.27]: ▸ Compiling SentryDebugMeta.m | |
INFO [2018-02-08 12:33:59.27]: ▸ Compiling SentryFileManager.m | |
INFO [2018-02-08 12:33:59.29]: ▸ Compiling SentryKSCrashReportConverter.m | |
INFO [2018-02-08 12:33:59.39]: ▸ Compiling SentryBreadcrumbTracker.m | |
INFO [2018-02-08 12:33:59.40]: ▸ Compiling SentryCrashExceptionApplication.m | |
INFO [2018-02-08 12:33:59.40]: ▸ Building library libSentryStatic.a | |
INFO [2018-02-08 12:33:59.42]: ▸ Building library libSentryStatic.a | |
INFO [2018-02-08 12:33:59.96]: ▸ Building RNSentry/RNSentry [Release] | |
INFO [2018-02-08 12:33:59.96]: ▸ Check Dependencies | |
INFO [2018-02-08 12:34:00.33]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/RNSentry.m:51:81: incompatible pointer types sending 'NSUInteger *' (aka 'unsigned int *') to parameter of type 'unsigned long long * _Nullable' [-Wincompatible-pointer-types] | |
INFO [2018-02-08 12:34:00.33]: ▸ [[NSScanner scannerWithString:frame.instructionAddress] scanHexLongLong:&instructionAddress]; | |
INFO [2018-02-08 12:34:00.33]: ▸ ^ | |
INFO [2018-02-08 12:34:00.33]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/RNSentry.m:172:21: undeclared selector 'invokeWithBridge:module:arguments:' [-Wundeclared-selector] | |
INFO [2018-02-08 12:34:00.33]: ▸ SEL selector = @selector(invokeWithBridge:module:arguments:); | |
INFO [2018-02-08 12:34:00.33]: ▸ ^ | |
INFO [2018-02-08 12:34:00.33]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/RNSentry.m:173:15: incompatible pointer to integer conversion initializing 'uintptr_t' (aka 'unsigned long') with an expression of type 'IMP' (aka 'void (*)(void)') [-Wint-conversion] | |
INFO [2018-02-08 12:34:00.33]: ▸ uintptr_t callNativeModuleAddress = [class instanceMethodForSelector:selector]; | |
INFO [2018-02-08 12:34:00.33]: ▸ ^ | |
INFO [2018-02-08 12:34:00.33]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/RNSentry.m:203:20: undeclared selector 'callNativeModule:method:params:' [-Wundeclared-selector] | |
INFO [2018-02-08 12:34:00.33]: ▸ SEL selctor = @selector(callNativeModule:method:params:); | |
INFO [2018-02-08 12:34:00.33]: ▸ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
INFO [2018-02-08 12:34:00.33]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/RNSentry.m:204:15: incompatible pointer to integer conversion initializing 'uintptr_t' (aka 'unsigned long') with an expression of type 'IMP' (aka 'void (*)(void)') [-Wint-conversion] | |
INFO [2018-02-08 12:34:00.33]: ▸ uintptr_t callNativeModuleAddress = [class instanceMethodForSelector:selctor]; | |
INFO [2018-02-08 12:34:00.33]: ▸ ^ | |
INFO [2018-02-08 12:34:00.33]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/RNSentry.m:51:81: incompatible pointer types sending 'NSUInteger *' (aka 'unsigned long *') to parameter of type 'unsigned long long * _Nullable' [-Wincompatible-pointer-types] | |
INFO [2018-02-08 12:34:00.33]: ▸ [[NSScanner scannerWithString:frame.instructionAddress] scanHexLongLong:&instructionAddress]; | |
INFO [2018-02-08 12:34:00.33]: ▸ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
INFO [2018-02-08 12:34:00.33]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/RNSentry.m:172:21: undeclared selector 'invokeWithBridge:module:arguments:' [-Wundeclared-selector] | |
INFO [2018-02-08 12:34:00.34]: ▸ SEL selector = @selector(invokeWithBridge:module:arguments:); | |
INFO [2018-02-08 12:34:00.34]: ▸ ^ | |
INFO [2018-02-08 12:34:00.34]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/RNSentry.m:173:15: incompatible pointer to integer conversion initializing 'uintptr_t' (aka 'unsigned long') with an expression of type 'IMP' (aka 'void (*)(void)') [-Wint-conversion] | |
INFO [2018-02-08 12:34:00.34]: ▸ uintptr_t callNativeModuleAddress = [class instanceMethodForSelector:selector]; | |
INFO [2018-02-08 12:34:00.34]: ▸ ^ | |
INFO [2018-02-08 12:34:00.34]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/RNSentry.m:203:20: undeclared selector 'callNativeModule:method:params:' [-Wundeclared-selector] | |
INFO [2018-02-08 12:34:00.34]: ▸ SEL selctor = @selector(callNativeModule:method:params:); | |
INFO [2018-02-08 12:34:00.34]: ▸ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
INFO [2018-02-08 12:34:00.34]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-sentry/ios/RNSentry.m:204:15: incompatible pointer to integer conversion initializing 'uintptr_t' (aka 'unsigned long') with an expression of type 'IMP' (aka 'void (*)(void)') [-Wint-conversion] | |
INFO [2018-02-08 12:34:00.37]: ▸ uintptr_t callNativeModuleAddress = [class instanceMethodForSelector:selctor]; | |
INFO [2018-02-08 12:34:00.37]: ▸ ^ | |
INFO [2018-02-08 12:34:00.37]: ▸ Building library libRNSentry.a | |
INFO [2018-02-08 12:34:00.46]: ▸ Building library libRNSentry.a | |
INFO [2018-02-08 12:34:00.65]: ▸ Copying RNSentry.h | |
INFO [2018-02-08 12:34:02.18]: ▸ Building RCTNetwork/RCTNetwork [Release] | |
INFO [2018-02-08 12:34:02.18]: ▸ Check Dependencies | |
INFO [2018-02-08 12:34:03.43]: ▸ Building library libRCTNetwork.a | |
INFO [2018-02-08 12:34:03.45]: ▸ Building library libRCTNetwork.a | |
INFO [2018-02-08 12:34:03.62]: ▸ Building ART/ART [Release] | |
INFO [2018-02-08 12:34:03.62]: ▸ Check Dependencies | |
INFO [2018-02-08 12:34:03.64]: ▸ Compiling ARTGroupManager.m | |
INFO [2018-02-08 12:34:03.82]: ▸ Compiling ARTTextManager.m | |
INFO [2018-02-08 12:34:03.83]: ▸ Compiling ARTPattern.m | |
INFO [2018-02-08 12:34:03.83]: ▸ Compiling ARTNodeManager.m | |
INFO [2018-02-08 12:34:03.86]: ▸ Compiling ARTRenderableManager.m | |
INFO [2018-02-08 12:34:03.87]: ▸ Compiling ARTRadialGradient.m | |
INFO [2018-02-08 12:34:04.02]: ▸ Compiling ARTSurfaceViewManager.m | |
INFO [2018-02-08 12:34:04.15]: ▸ Compiling ARTSolidColor.m | |
INFO [2018-02-08 12:34:04.15]: ▸ Compiling ARTLinearGradient.m | |
INFO [2018-02-08 12:34:04.15]: ▸ Compiling ARTBrush.m | |
INFO [2018-02-08 12:34:04.15]: ▸ Compiling ARTShapeManager.m | |
INFO [2018-02-08 12:34:04.21]: ▸ Compiling ARTTextManager.m | |
INFO [2018-02-08 12:34:04.22]: ▸ Compiling ARTGroupManager.m | |
INFO [2018-02-08 12:34:04.22]: ▸ Compiling ARTPattern.m | |
INFO [2018-02-08 12:34:04.24]: ▸ Compiling ARTNodeManager.m | |
INFO [2018-02-08 12:34:04.32]: ▸ Compiling ARTRenderableManager.m | |
INFO [2018-02-08 12:34:04.38]: ▸ Compiling ARTRadialGradient.m | |
INFO [2018-02-08 12:34:04.38]: ▸ Compiling ARTSurfaceViewManager.m | |
INFO [2018-02-08 12:34:04.48]: ▸ Compiling ARTSolidColor.m | |
INFO [2018-02-08 12:34:04.51]: ▸ Compiling ARTLinearGradient.m | |
INFO [2018-02-08 12:34:04.52]: ▸ Compiling ARTBrush.m | |
INFO [2018-02-08 12:34:04.52]: ▸ Compiling ARTShapeManager.m | |
INFO [2018-02-08 12:34:04.53]: ▸ Building library libART.a | |
INFO [2018-02-08 12:34:04.55]: ▸ Building library libART.a | |
INFO [2018-02-08 12:34:04.86]: ▸ Building RNKeychain/RNKeychain [Release] | |
INFO [2018-02-08 12:34:04.86]: ▸ Check Dependencies | |
INFO [2018-02-08 12:34:04.87]: ▸ Compiling RNKeychainManager.m | |
INFO [2018-02-08 12:34:05.15]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-keychain/RNKeychainManager/RNKeychainManager.m:115:52: incompatible pointer types sending 'const CFStringRef _Nonnull' (aka 'const struct __CFString *const') to parameter of type 'id<NSCopying> _Nonnull' [-Wincompatible-pointer-types] | |
INFO [2018-02-08 12:34:05.16]: ▸ [dict setObject:options[@"accessGroup"] forKey:kSecAttrAccessGroup]; | |
INFO [2018-02-08 12:34:05.16]: ▸ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
INFO [2018-02-08 12:34:05.16]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-keychain/RNKeychainManager/RNKeychainManager.m:126:52: incompatible pointer types sending 'const CFStringRef _Nonnull' (aka 'const struct __CFString *const') to parameter of type 'id<NSCopying> _Nonnull' [-Wincompatible-pointer-types] | |
INFO [2018-02-08 12:34:05.17]: ▸ [dict setObject:options[@"accessGroup"] forKey:kSecAttrAccessGroup]; | |
INFO [2018-02-08 12:34:05.17]: ▸ ^ | |
INFO [2018-02-08 12:34:05.17]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-keychain/RNKeychainManager/RNKeychainManager.m:149:52: incompatible pointer types sending 'const CFStringRef _Nonnull' (aka 'const struct __CFString *const') to parameter of type 'id<NSCopying> _Nonnull' [-Wincompatible-pointer-types] | |
INFO [2018-02-08 12:34:05.17]: ▸ [dict setObject:options[@"accessGroup"] forKey:kSecAttrAccessGroup]; | |
INFO [2018-02-08 12:34:05.17]: ▸ ^ | |
INFO [2018-02-08 12:34:05.17]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-keychain/RNKeychainManager/RNKeychainManager.m:187:52: incompatible pointer types sending 'const CFStringRef _Nonnull' (aka 'const struct __CFString *const') to parameter of type 'id<NSCopying> _Nonnull' [-Wincompatible-pointer-types] | |
INFO [2018-02-08 12:34:05.17]: ▸ [dict setObject:options[@"accessGroup"] forKey:kSecAttrAccessGroup]; | |
INFO [2018-02-08 12:34:05.17]: ▸ ^ | |
INFO [2018-02-08 12:34:05.18]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-keychain/RNKeychainManager/RNKeychainManager.m:207:52: incompatible pointer types sending 'const CFStringRef _Nonnull' (aka 'const struct __CFString *const') to parameter of type 'id<NSCopying> _Nonnull' [-Wincompatible-pointer-types] | |
INFO [2018-02-08 12:34:05.19]: ▸ [dict setObject:options[@"accessGroup"] forKey:kSecAttrAccessGroup]; | |
INFO [2018-02-08 12:34:05.19]: ▸ ^ | |
INFO [2018-02-08 12:34:05.19]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-keychain/RNKeychainManager/RNKeychainManager.m:218:52: incompatible pointer types sending 'const CFStringRef _Nonnull' (aka 'const struct __CFString *const') to parameter of type 'id<NSCopying> _Nonnull' [-Wincompatible-pointer-types] | |
INFO [2018-02-08 12:34:05.19]: ▸ [dict setObject:options[@"accessGroup"] forKey:kSecAttrAccessGroup]; | |
INFO [2018-02-08 12:34:05.19]: ▸ ^ | |
INFO [2018-02-08 12:34:05.19]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-keychain/RNKeychainManager/RNKeychainManager.m:238:52: incompatible pointer types sending 'const CFStringRef _Nonnull' (aka 'const struct __CFString *const') to parameter of type 'id<NSCopying> _Nonnull' [-Wincompatible-pointer-types] | |
INFO [2018-02-08 12:34:05.22]: ▸ [dict setObject:options[@"accessGroup"] forKey:kSecAttrAccessGroup]; | |
INFO [2018-02-08 12:34:05.22]: ▸ ^ | |
INFO [2018-02-08 12:34:05.22]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-keychain/RNKeychainManager/RNKeychainManager.m:274:52: incompatible pointer types sending 'const CFStringRef _Nonnull' (aka 'const struct __CFString *const') to parameter of type 'id<NSCopying> _Nonnull' [-Wincompatible-pointer-types] | |
INFO [2018-02-08 12:34:05.22]: ▸ [dict setObject:options[@"accessGroup"] forKey:kSecAttrAccessGroup]; | |
INFO [2018-02-08 12:34:05.22]: ▸ ^ | |
INFO [2018-02-08 12:34:05.22]: ▸ Compiling RNKeychainManager.m | |
INFO [2018-02-08 12:34:05.22]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-keychain/RNKeychainManager/RNKeychainManager.m:115:52: incompatible pointer types sending 'const CFStringRef _Nonnull' (aka 'const struct __CFString *const') to parameter of type 'id<NSCopying> _Nonnull' [-Wincompatible-pointer-types] | |
INFO [2018-02-08 12:34:05.23]: ▸ [dict setObject:options[@"accessGroup"] forKey:kSecAttrAccessGroup]; | |
INFO [2018-02-08 12:34:05.23]: ▸ ^ | |
INFO [2018-02-08 12:34:05.23]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-keychain/RNKeychainManager/RNKeychainManager.m:126:52: incompatible pointer types sending 'const CFStringRef _Nonnull' (aka 'const struct __CFString *const') to parameter of type 'id<NSCopying> _Nonnull' [-Wincompatible-pointer-types] | |
INFO [2018-02-08 12:34:05.23]: ▸ [dict setObject:options[@"accessGroup"] forKey:kSecAttrAccessGroup]; | |
INFO [2018-02-08 12:34:05.23]: ▸ ^ | |
INFO [2018-02-08 12:34:05.23]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-keychain/RNKeychainManager/RNKeychainManager.m:149:52: incompatible pointer types sending 'const CFStringRef _Nonnull' (aka 'const struct __CFString *const') to parameter of type 'id<NSCopying> _Nonnull' [-Wincompatible-pointer-types] | |
INFO [2018-02-08 12:34:05.23]: ▸ [dict setObject:options[@"accessGroup"] forKey:kSecAttrAccessGroup]; | |
INFO [2018-02-08 12:34:05.23]: ▸ ^ | |
INFO [2018-02-08 12:34:05.23]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-keychain/RNKeychainManager/RNKeychainManager.m:187:52: incompatible pointer types sending 'const CFStringRef _Nonnull' (aka 'const struct __CFString *const') to parameter of type 'id<NSCopying> _Nonnull' [-Wincompatible-pointer-types] | |
INFO [2018-02-08 12:34:05.23]: ▸ [dict setObject:options[@"accessGroup"] forKey:kSecAttrAccessGroup]; | |
INFO [2018-02-08 12:34:05.23]: ▸ ^ | |
INFO [2018-02-08 12:34:05.23]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-keychain/RNKeychainManager/RNKeychainManager.m:207:52: incompatible pointer types sending 'const CFStringRef _Nonnull' (aka 'const struct __CFString *const') to parameter of type 'id<NSCopying> _Nonnull' [-Wincompatible-pointer-types] | |
INFO [2018-02-08 12:34:05.29]: ▸ [dict setObject:options[@"accessGroup"] forKey:kSecAttrAccessGroup]; | |
INFO [2018-02-08 12:34:05.29]: ▸ ^ | |
INFO [2018-02-08 12:34:05.29]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-keychain/RNKeychainManager/RNKeychainManager.m:218:52: incompatible pointer types sending 'const CFStringRef _Nonnull' (aka 'const struct __CFString *const') to parameter of type 'id<NSCopying> _Nonnull' [-Wincompatible-pointer-types] | |
INFO [2018-02-08 12:34:05.29]: ▸ [dict setObject:options[@"accessGroup"] forKey:kSecAttrAccessGroup]; | |
INFO [2018-02-08 12:34:05.29]: ▸ ^ | |
INFO [2018-02-08 12:34:05.29]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-keychain/RNKeychainManager/RNKeychainManager.m:238:52: incompatible pointer types sending 'const CFStringRef _Nonnull' (aka 'const struct __CFString *const') to parameter of type 'id<NSCopying> _Nonnull' [-Wincompatible-pointer-types] | |
INFO [2018-02-08 12:34:05.32]: ▸ [dict setObject:options[@"accessGroup"] forKey:kSecAttrAccessGroup]; | |
INFO [2018-02-08 12:34:05.32]: ▸ ^ | |
INFO [2018-02-08 12:34:05.32]: ▸ ⚠️ /Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/node_modules/react-native-keychain/RNKeychainManager/RNKeychainManager.m:274:52: incompatible pointer types sending 'const CFStringRef _Nonnull' (aka 'const struct __CFString *const') to parameter of type 'id<NSCopying> _Nonnull' [-Wincompatible-pointer-types] | |
INFO [2018-02-08 12:34:05.32]: ▸ [dict setObject:options[@"accessGroup"] forKey:kSecAttrAccessGroup]; | |
INFO [2018-02-08 12:34:05.32]: ▸ ^ | |
INFO [2018-02-08 12:34:05.32]: ▸ Building library libRNKeychain.a | |
INFO [2018-02-08 12:34:05.38]: ▸ Building library libRNKeychain.a | |
INFO [2018-02-08 12:34:05.38]: ▸ Building RCTActionSheet/RCTActionSheet [Release] | |
INFO [2018-02-08 12:34:05.38]: ▸ Check Dependencies | |
INFO [2018-02-08 12:34:05.46]: ▸ Building library libRCTActionSheet.a | |
INFO [2018-02-08 12:34:05.47]: ▸ Building library libRCTActionSheet.a | |
INFO [2018-02-08 12:34:05.54]: ▸ Building RCTAnimation/RCTAnimation [Release] | |
INFO [2018-02-08 12:34:05.54]: ▸ Check Dependencies | |
INFO [2018-02-08 12:34:05.55]: ▸ Compiling RCTFrameAnimation.m | |
INFO [2018-02-08 12:34:05.80]: ▸ Compiling RCTSpringAnimation.m | |
INFO [2018-02-08 12:34:05.96]: ▸ Compiling RCTModuloAnimatedNode.m | |
INFO [2018-02-08 12:34:05.96]: ▸ Compiling RCTValueAnimatedNode.m | |
INFO [2018-02-08 12:34:05.96]: ▸ Compiling RCTDiffClampAnimatedNode.m | |
INFO [2018-02-08 12:34:05.97]: ▸ Compiling RCTEventAnimation.m | |
INFO [2018-02-08 12:34:05.97]: ▸ Compiling RCTStyleAnimatedNode.m | |
INFO [2018-02-08 12:34:05.97]: ▸ Compiling RCTPropsAnimatedNode.m | |
INFO [2018-02-08 12:34:06.03]: ▸ Compiling RCTAnimatedNode.m | |
INFO [2018-02-08 12:34:06.04]: ▸ Compiling RCTMultiplicationAnimatedNode.m | |
INFO [2018-02-08 12:34:06.24]: ▸ Compiling RCTInterpolationAnimatedNode.m | |
INFO [2018-02-08 12:34:06.24]: ▸ Compiling RCTAdditionAnimatedNode.m | |
INFO [2018-02-08 12:34:06.24]: ▸ Compiling RCTDivisionAnimatedNode.m | |
INFO [2018-02-08 12:34:06.24]: ▸ Compiling RCTTransformAnimatedNode.m | |
INFO [2018-02-08 12:34:06.25]: ▸ Compiling RCTDecayAnimation.m | |
INFO [2018-02-08 12:34:06.25]: ▸ Compiling RCTFrameAnimation.m | |
INFO [2018-02-08 12:34:06.25]: ▸ Compiling RCTSpringAnimation.m | |
INFO [2018-02-08 12:34:06.33]: ▸ Compiling RCTValueAnimatedNode.m | |
INFO [2018-02-08 12:34:06.33]: ▸ Compiling RCTModuloAnimatedNode.m | |
INFO [2018-02-08 12:34:06.34]: ▸ Compiling RCTDiffClampAnimatedNode.m | |
INFO [2018-02-08 12:34:06.34]: ▸ Compiling RCTEventAnimation.m | |
INFO [2018-02-08 12:34:06.47]: ▸ Compiling RCTStyleAnimatedNode.m | |
INFO [2018-02-08 12:34:06.57]: ▸ Compiling RCTMultiplicationAnimatedNode.m | |
INFO [2018-02-08 12:34:06.57]: ▸ Compiling RCTPropsAnimatedNode.m | |
INFO [2018-02-08 12:34:06.57]: ▸ Compiling RCTAnimatedNode.m | |
INFO [2018-02-08 12:34:06.57]: ▸ Compiling RCTInterpolationAnimatedNode.m | |
INFO [2018-02-08 12:34:06.57]: ▸ Compiling RCTAdditionAnimatedNode.m | |
INFO [2018-02-08 12:34:06.57]: ▸ Compiling RCTDivisionAnimatedNode.m | |
INFO [2018-02-08 12:34:06.57]: ▸ Compiling RCTTransformAnimatedNode.m | |
INFO [2018-02-08 12:34:06.57]: ▸ Compiling RCTDecayAnimation.m | |
INFO [2018-02-08 12:34:06.57]: ▸ Building library libRCTAnimation.a | |
INFO [2018-02-08 12:34:06.64]: ▸ Building library libRCTAnimation.a | |
INFO [2018-02-08 12:34:06.68]: ▸ Copying Drivers/RCTDecayAnimation.h | |
INFO [2018-02-08 12:34:06.69]: ▸ Copying RCTNativeAnimatedModule.h | |
INFO [2018-02-08 12:34:06.69]: ▸ Copying RCTNativeAnimatedNodesManager.h | |
INFO [2018-02-08 12:34:06.69]: ▸ Copying Drivers/RCTAnimationDriver.h | |
INFO [2018-02-08 12:34:06.69]: ▸ Copying Drivers/RCTEventAnimation.h | |
INFO [2018-02-08 12:34:06.69]: ▸ Copying Drivers/RCTFrameAnimation.h | |
INFO [2018-02-08 12:34:06.69]: ▸ Copying Drivers/RCTSpringAnimation.h | |
INFO [2018-02-08 12:34:06.69]: ▸ Copying Nodes/RCTDivisionAnimatedNode.h | |
INFO [2018-02-08 12:34:06.69]: ▸ Copying Nodes/RCTAdditionAnimatedNode.h | |
INFO [2018-02-08 12:34:06.69]: ▸ Copying Nodes/RCTDiffClampAnimatedNode.h | |
INFO [2018-02-08 12:34:06.72]: ▸ Copying Nodes/RCTAnimatedNode.h | |
INFO [2018-02-08 12:34:06.72]: ▸ Copying Nodes/RCTInterpolationAnimatedNode.h | |
INFO [2018-02-08 12:34:06.72]: ▸ Copying Nodes/RCTModuloAnimatedNode.h | |
INFO [2018-02-08 12:34:06.72]: ▸ Copying Nodes/RCTMultiplicationAnimatedNode.h | |
INFO [2018-02-08 12:34:06.72]: ▸ Copying Nodes/RCTPropsAnimatedNode.h | |
INFO [2018-02-08 12:34:06.72]: ▸ Copying Nodes/RCTStyleAnimatedNode.h | |
INFO [2018-02-08 12:34:06.72]: ▸ Copying Nodes/RCTTransformAnimatedNode.h | |
INFO [2018-02-08 12:34:06.72]: ▸ Copying Nodes/RCTValueAnimatedNode.h | |
INFO [2018-02-08 12:34:06.72]: ▸ Copying RCTAnimationUtils.h | |
INFO [2018-02-08 12:34:07.00]: ▸ Building RNSVG/RNSVG [Release] | |
INFO [2018-02-08 12:34:07.01]: ▸ Check Dependencies | |
INFO [2018-02-08 12:34:07.02]: ▸ Compiling RNSVGTextManager.m | |
INFO [2018-02-08 12:34:07.39]: ▸ Compiling RNSVGImage.m | |
INFO [2018-02-08 12:34:07.42]: ▸ Compiling RNSVGRect.m | |
INFO [2018-02-08 12:34:07.42]: ▸ Compiling RNSVGCircleManager.m | |
INFO [2018-02-08 12:34:07.42]: ▸ Compiling TextPathSide.m | |
INFO [2018-02-08 12:34:07.42]: ▸ Compiling RNSVGLinearGradient.m | |
INFO [2018-02-08 12:34:07.42]: ▸ Compiling RNSVGPercentageConverter.m | |
INFO [2018-02-08 12:34:07.42]: ▸ Compiling TextAnchor.m | |
INFO [2018-02-08 12:34:07.43]: ▸ Compiling FontWeight.m | |
INFO [2018-02-08 12:34:07.46]: ▸ Compiling RNSVGEllipse.m | |
INFO [2018-02-08 12:34:07.53]: ▸ Compiling RNSVGPath.m | |
INFO [2018-02-08 12:34:07.55]: ▸ Compiling RNSVGTextPath.m | |
INFO [2018-02-08 12:34:07.67]: ▸ Compiling RNSVGUse.m | |
INFO [2018-02-08 12:34:09.53]: ▸ Compiling RNSVGText.m | |
INFO [2018-02-08 12:34:09.53]: ▸ Compiling RNSVGLinearGradientManager.m | |
INFO [2018-02-08 12:34:09.53]: ▸ Compiling RNSVGRectManager.m | |
INFO [2018-02-08 12:34:09.53]: ▸ Compiling RNSVGGroup.m | |
INFO [2018-02-08 12:34:09.53]: ▸ Compiling RNSVGClipPathManager.m | |
INFO [2018-02-08 12:34:09.53]: ▸ Compiling AlignmentBaseline.m | |
INFO [2018-02-08 12:34:09.53]: ▸ Compiling RNSVGPainter.m | |
INFO [2018-02-08 12:34:09.53]: ▸ Compiling FontStyle.m | |
INFO [2018-02-08 12:34:09.53]: ▸ Compiling PropHelper.m | |
INFO [2018-02-08 12:34:09.53]: ▸ Compiling RNSVGClipPath.m | |
INFO [2018-02-08 12:34:09.54]: ▸ Compiling RNSVGSvgViewManager.m | |
INFO [2018-02-08 12:34:09.68]: ▸ Compiling RNSVGSolidColorBrush.m | |
INFO [2018-02-08 12:34:09.68]: ▸ Compiling RNSVGPathManager.m | |
INFO [2018-02-08 12:34:09.68]: ▸ Compiling RNSVGRenderableManager.m | |
INFO [2018-02-08 12:34:09.68]: ▸ Compiling RNSVGRadialGradient.m | |
INFO [2018-02-08 12:34:09.68]: ▸ Compiling RNSVGRadialGradientManager.m | |
INFO [2018-02-08 12:34:09.68]: ▸ Compiling TextPathMidLine.m | |
INFO [2018-02-08 12:34:09.68]: ▸ Compiling RNSVGImageManager.m | |
INFO [2018-02-08 12:34:09.68]: ▸ Compiling RNSVGNodeManager.m | |
INFO [2018-02-08 12:34:09.68]: ▸ Compiling RNSVGSymbol.m | |
INFO [2018-02-08 12:34:09.68]: ▸ Compiling RNSVGDefs.m | |
INFO [2018-02-08 12:34:09.68]: ▸ Compiling RNSVGLineManager.m | |
INFO [2018-02-08 12:34:09.73]: ▸ Compiling GlyphContext.m | |
INFO [2018-02-08 12:34:09.73]: ▸ Compiling RNSVGCircle.m | |
INFO [2018-02-08 12:34:09.73]: ▸ Compiling TextLengthAdjust.m | |
INFO [2018-02-08 12:34:09.73]: ▸ Compiling BezierElement.m | |
INFO [2018-02-08 12:34:09.73]: ▸ Compiling RNSVGEllipseManager.m | |
INFO [2018-02-08 12:34:09.73]: ▸ Compiling RCTConvert+RNSVG.m | |
INFO [2018-02-08 12:34:09.73]: ▸ Compiling FontData.m | |
INFO [2018-02-08 12:34:09.73]: ▸ Compiling RNSVGBrush.m | |
INFO [2018-02-08 12:34:09.73]: ▸ Compiling RNSVGSymbolManager.m | |
INFO [2018-02-08 12:34:09.73]: ▸ Compiling RNSVGPathParser.m | |
INFO [2018-02-08 12:34:09.73]: ▸ Compiling RNSVGGroupManager.m | |
INFO [2018-02-08 12:34:09.73]: ▸ Compiling RNSVGTextPathManager.m | |
INFO [2018-02-08 12:34:09.73]: ▸ Compiling RNSVGTSpanManager.m | |
INFO [2018-02-08 12:34:09.73]: ▸ Compiling RNSVGViewBox.m | |
INFO [2018-02-08 12:34:09.73]: ▸ Compiling TextDecoration.m | |
INFO [2018-02-08 12:34:09.73]: ▸ Compiling RNSVGTSpan.m | |
INFO [2018-02-08 12:34:09.73]: ▸ Compiling TextPathMethod.m | |
INFO [2018-02-08 12:34:09.73]: ▸ Compiling RNSVGLine.m | |
INFO [2018-02-08 12:34:09.73]: ▸ Compiling RNSVGPainterBrush.m | |
INFO [2018-02-08 12:34:09.73]: ▸ Compiling RNSVGSvgView.m | |
INFO [2018-02-08 12:34:09.73]: ▸ Compiling RNSVGUseManager.m | |
INFO [2018-02-08 12:34:09.73]: ▸ Compiling RNSVGDefsManager.m | |
INFO [2018-02-08 12:34:09.93]: ▸ Compiling FontVariantLigatures.m | |
INFO [2018-02-08 12:34:09.93]: ▸ Compiling TextPathSpacing.m | |
INFO [2018-02-08 12:34:09.93]: ▸ Compiling RNSVGTextManager.m | |
INFO [2018-02-08 12:34:09.93]: ▸ Compiling RNSVGImage.m | |
INFO [2018-02-08 12:34:09.93]: ▸ Compiling RNSVGRect.m | |
INFO [2018-02-08 12:34:09.93]: ▸ Compiling RNSVGCircleManager.m | |
INFO [2018-02-08 12:34:09.93]: ▸ Compiling RNSVGLinearGradient.m | |
INFO [2018-02-08 12:34:09.93]: ▸ Compiling TextPathSide.m | |
INFO [2018-02-08 12:34:09.93]: ▸ Compiling RNSVGPercentageConverter.m | |
INFO [2018-02-08 12:34:09.93]: ▸ Compiling TextAnchor.m | |
INFO [2018-02-08 12:34:09.93]: ▸ Compiling RNSVGEllipse.m | |
INFO [2018-02-08 12:34:09.93]: ▸ Compiling FontWeight.m | |
INFO [2018-02-08 12:34:09.93]: ▸ Compiling RNSVGPath.m | |
INFO [2018-02-08 12:34:09.93]: ▸ Compiling RNSVGTextPath.m | |
INFO [2018-02-08 12:34:09.93]: ▸ Compiling RNSVGUse.m | |
INFO [2018-02-08 12:34:09.94]: ▸ Compiling RNSVGLinearGradientManager.m | |
INFO [2018-02-08 12:34:09.94]: ▸ Compiling RNSVGText.m | |
INFO [2018-02-08 12:34:09.94]: ▸ Compiling RNSVGRectManager.m | |
INFO [2018-02-08 12:34:09.94]: ▸ Compiling RNSVGGroup.m | |
INFO [2018-02-08 12:34:09.94]: ▸ Compiling RNSVGClipPathManager.m | |
INFO [2018-02-08 12:34:09.94]: ▸ Compiling AlignmentBaseline.m | |
INFO [2018-02-08 12:34:09.94]: ▸ Compiling RNSVGPainter.m | |
INFO [2018-02-08 12:34:10.03]: ▸ Compiling FontStyle.m | |
INFO [2018-02-08 12:34:10.03]: ▸ Compiling PropHelper.m | |
INFO [2018-02-08 12:34:10.03]: ▸ Compiling RNSVGClipPath.m | |
INFO [2018-02-08 12:34:10.03]: ▸ Compiling RNSVGSvgViewManager.m | |
INFO [2018-02-08 12:34:10.03]: ▸ Compiling RNSVGSolidColorBrush.m | |
INFO [2018-02-08 12:34:10.03]: ▸ Compiling RNSVGPathManager.m | |
INFO [2018-02-08 12:34:10.03]: ▸ Compiling RNSVGRenderableManager.m | |
INFO [2018-02-08 12:34:10.03]: ▸ Compiling RNSVGRadialGradient.m | |
INFO [2018-02-08 12:34:10.03]: ▸ Compiling RNSVGRadialGradientManager.m | |
INFO [2018-02-08 12:34:10.03]: ▸ Compiling TextPathMidLine.m | |
INFO [2018-02-08 12:34:10.03]: ▸ Compiling RNSVGImageManager.m | |
INFO [2018-02-08 12:34:10.03]: ▸ Compiling RNSVGNodeManager.m | |
INFO [2018-02-08 12:34:10.03]: ▸ Compiling RNSVGSymbol.m | |
INFO [2018-02-08 12:34:10.03]: ▸ Compiling RNSVGDefs.m | |
INFO [2018-02-08 12:34:10.03]: ▸ Compiling RNSVGLineManager.m | |
INFO [2018-02-08 12:34:10.03]: ▸ Compiling GlyphContext.m | |
INFO [2018-02-08 12:34:10.03]: ▸ Compiling RNSVGCircle.m | |
INFO [2018-02-08 12:34:10.03]: ▸ Compiling TextLengthAdjust.m | |
INFO [2018-02-08 12:34:10.03]: ▸ Compiling BezierElement.m | |
INFO [2018-02-08 12:34:10.04]: ▸ Compiling RNSVGEllipseManager.m | |
INFO [2018-02-08 12:34:10.04]: ▸ Compiling RCTConvert+RNSVG.m | |
INFO [2018-02-08 12:34:10.04]: ▸ Compiling FontData.m | |
INFO [2018-02-08 12:34:10.07]: ▸ Compiling RNSVGBrush.m | |
INFO [2018-02-08 12:34:10.07]: ▸ Compiling RNSVGSymbolManager.m | |
INFO [2018-02-08 12:34:10.07]: ▸ Compiling RNSVGPathParser.m | |
INFO [2018-02-08 12:34:10.25]: ▸ Compiling RNSVGGroupManager.m | |
INFO [2018-02-08 12:34:10.25]: ▸ Compiling RNSVGTextPathManager.m | |
INFO [2018-02-08 12:34:10.25]: ▸ Compiling RNSVGTSpanManager.m | |
INFO [2018-02-08 12:34:10.25]: ▸ Compiling RNSVGViewBox.m | |
INFO [2018-02-08 12:34:10.25]: ▸ Compiling TextDecoration.m | |
INFO [2018-02-08 12:34:10.25]: ▸ Compiling RNSVGTSpan.m | |
INFO [2018-02-08 12:34:10.27]: ▸ Compiling TextPathMethod.m | |
INFO [2018-02-08 12:34:10.28]: ▸ Compiling RNSVGLine.m | |
INFO [2018-02-08 12:34:10.28]: ▸ Compiling RNSVGPainterBrush.m | |
INFO [2018-02-08 12:34:10.28]: ▸ Compiling RNSVGSvgView.m | |
INFO [2018-02-08 12:34:10.29]: ▸ Compiling RNSVGUseManager.m | |
INFO [2018-02-08 12:34:10.29]: ▸ Compiling RNSVGDefsManager.m | |
INFO [2018-02-08 12:34:10.29]: ▸ Compiling FontVariantLigatures.m | |
INFO [2018-02-08 12:34:10.29]: ▸ Compiling TextPathSpacing.m | |
INFO [2018-02-08 12:34:10.32]: ▸ Building library libRNSVG.a | |
INFO [2018-02-08 12:34:10.34]: ▸ Building library libRNSVG.a | |
INFO [2018-02-08 12:34:11.26]: ▸ Building RNVectorIcons/RNVectorIcons [Release] | |
INFO [2018-02-08 12:34:11.26]: ▸ Check Dependencies | |
INFO [2018-02-08 12:34:11.27]: ▸ Compiling RNVectorIconsManager.m | |
INFO [2018-02-08 12:34:11.44]: ▸ Compiling RNVectorIconsManager.m | |
INFO [2018-02-08 12:34:11.44]: ▸ Building library libRNVectorIcons.a | |
INFO [2018-02-08 12:34:11.45]: ▸ Building library libRNVectorIcons.a | |
INFO [2018-02-08 12:34:11.52]: ▸ Building assessmentmobile/assessmentmobile [Release] | |
INFO [2018-02-08 12:34:11.52]: ▸ Check Dependencies | |
INFO [2018-02-08 12:34:11.52]: ▸ ❌ Code Signing Error: "assessmentmobile" requires a provisioning profile. Select a provisioning profile for the "Release" build configuration in the project editor. | |
INFO [2018-02-08 12:34:11.58]: ▸ ** ARCHIVE FAILED ** | |
INFO [2018-02-08 12:34:11.58]: ▸ The following build commands failed: | |
INFO [2018-02-08 12:34:11.58]: ▸ Check dependencies | |
INFO [2018-02-08 12:34:11.58]: ▸ (1 failure) | |
ERROR [2018-02-08 12:34:11.60]: Exit status: 65 | |
INFO [2018-02-08 12:34:11.67]: ▸ === BUILD TARGET assessmentmobile OF PROJECT assessmentmobile WITH CONFIGURATION Release === | |
INFO [2018-02-08 12:34:11.67]: ▸ Check dependencies | |
INFO [2018-02-08 12:34:11.67]: ▸ Code Signing Error: "assessmentmobile" requires a provisioning profile. Select a provisioning profile for the "Release" build configuration in the project editor. | |
INFO [2018-02-08 12:34:11.67]: ▸ Code Signing Error: Code signing is required for product type 'Application' in SDK 'iOS 11.2' | |
INFO [2018-02-08 12:34:11.67]: | |
ERROR [2018-02-08 12:34:11.67]: ⬆️ Check out the few lines of raw `xcodebuild` output above for potential hints on how to solve this error | |
WARN [2018-02-08 12:34:11.67]: 📋 For the complete and more detailed error log, check the full log at: | |
WARN [2018-02-08 12:34:11.67]: 📋 /Users/jwaldrip/Library/Logs/gym/assessmentmobile-CT-Assess Staging.log | |
INFO [2018-02-08 12:34:11.67]: | |
ERROR [2018-02-08 12:34:11.67]: Looks like fastlane ran into a build/archive error with your project | |
ERROR [2018-02-08 12:34:11.67]: It's hard to tell what's causing the error, so we wrote some guides on how | |
ERROR [2018-02-08 12:34:11.67]: to troubleshoot build and signing issues: https://docs.fastlane.tools/codesigning/getting-started/ | |
ERROR [2018-02-08 12:34:11.67]: Before submitting an issue on GitHub, please follow the guide above and make | |
ERROR [2018-02-08 12:34:11.67]: sure your project is set up correctly. | |
ERROR [2018-02-08 12:34:11.67]: fastlane uses `xcodebuild` commands to generate your binary, you can see the | |
ERROR [2018-02-08 12:34:11.67]: the full commands printed out in yellow in the above log. | |
ERROR [2018-02-08 12:34:11.67]: Make sure to inspect the output above, as usually you'll find more error information there | |
INFO [2018-02-08 12:34:11.67]: | |
INFO [2018-02-08 12:34:11.71]: ---------------------------- | |
INFO [2018-02-08 12:34:11.71]: --- Step: reset_git_repo --- | |
INFO [2018-02-08 12:34:11.71]: ---------------------------- | |
INFO [2018-02-08 12:34:11.71]: $ git reset --hard HEAD | |
INFO [2018-02-08 12:34:11.77]: ▸ HEAD is now at a68a922 build_ios_app | |
INFO [2018-02-08 12:34:11.77]: Git repo was reset and cleaned back to a pristine state. | |
WARN [2018-02-08 12:34:11.77]: Lane Context: | |
INFO [2018-02-08 12:34:11.77]: {:PLATFORM_NAME=>:ios, :LANE_NAME=>"ios alpha", :GIT_REPO_WAS_CLEAN_ON_START=>true, :VERSION_NUMBER=>"1.0.0", :BUILD_NUMBER=>"1", :PRODUCE_APPLE_ID=>"1346478250", :SIGH_PROFILE_TYPE=>"app-store", :MATCH_PROVISIONING_PROFILE_MAPPING=>{"com.commercialtribe.assessment-mobile.alpha"=>"match AppStore com.commercialtribe.assessment-mobile.alpha"}} | |
ERROR [2018-02-08 12:34:11.77]: Error building the application - see the log above | |
INFO [2018-02-08 12:34:11.77]: Successfully generated documentation at path '/Users/jwaldrip/dev/src/github.com/commercialtribe/assessment-mobile/fastlane/README.md' | |
DEBUG [2018-02-08 12:34:11.79]: All plugins are up to date | |
ERROR [2018-02-08 12:34:11.79]: fastlane finished with errors | |
DEBUG [2018-02-08 12:34:11.79]: All plugins are up to date |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment