Last active
June 8, 2017 21:53
-
-
Save mvayngrib/6b4928f6588961247d6fc67db708f0fe to your computer and use it in GitHub Desktop.
This file contains 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
### Captured Output | |
Command Used: `ios beta_fabric` | |
<details><summary>Output/Log</summary> | |
``` | |
Successfully loaded Appfile at path '/Users/tenaciousmv/Code/tradle-app/iOS/fastlane/Appfile' | |
- app_identifier: 'io.tradle.dev.tim' | |
- apple_id: '[email protected]' | |
- itc_team_name: 'Tradle Inc' | |
- team_id: '94V7783F74' | |
------- | |
DEBUG [2017-06-08 17:27:25.87]: Checking if there are any plugins that should be loaded... | |
INFO [2017-06-08 17:27:25.88]: ------------------------------------------------- | |
INFO [2017-06-08 17:27:25.88]: --- Step: Verifying required fastlane version --- | |
INFO [2017-06-08 17:27:25.88]: ------------------------------------------------- | |
INFO [2017-06-08 17:27:25.88]: Your fastlane version 2.37.0 matches the minimum requirement of 2.27.0 ✅ | |
INFO [2017-06-08 17:27:25.89]: ------------------------------ | |
INFO [2017-06-08 17:27:25.89]: --- Step: default_platform --- | |
INFO [2017-06-08 17:27:25.89]: ------------------------------ | |
INFO [2017-06-08 17:27:25.90]: Driving the lane 'ios beta_fabric' 🚀 | |
INFO [2017-06-08 17:27:25.90]: ------------------------------------------- | |
INFO [2017-06-08 17:27:25.90]: --- Step: ../../scripts/placesecrets.sh --- | |
INFO [2017-06-08 17:27:25.90]: ------------------------------------------- | |
INFO [2017-06-08 17:27:25.90]: $ ../../scripts/placesecrets.sh | |
INFO [2017-06-08 17:27:25.93]: ▸ removing placed secrets | |
INFO [2017-06-08 17:27:25.96]: ▸ placing iOS build and runtime secrets | |
INFO [2017-06-08 17:27:26.02]: ▸ placing android build and runtime secrets | |
INFO [2017-06-08 17:27:26.04]: ▸ placing environment files | |
INFO [2017-06-08 17:27:26.06]: ----------------------- | |
INFO [2017-06-08 17:27:26.06]: --- Step: cocoapods --- | |
INFO [2017-06-08 17:27:26.06]: ----------------------- | |
INFO [2017-06-08 17:27:26.75]: gem 'cocoapods' is already installed | |
INFO [2017-06-08 17:27:26.75]: $ bundle exec pod install | |
INFO [2017-06-08 17:27:31.96]: ▸ Analyzing dependencies | |
INFO [2017-06-08 17:27:31.96]: ▸ Downloading dependencies | |
INFO [2017-06-08 17:27:31.96]: ▸ Using Alamofire (4.4.0) | |
INFO [2017-06-08 17:27:31.96]: ▸ Using AlamofireImage (3.2.0) | |
INFO [2017-06-08 17:27:31.96]: ▸ Using CocoaAsyncSocket (7.6.1) | |
INFO [2017-06-08 17:27:31.96]: ▸ Using GPUImage (0.1.7) | |
INFO [2017-06-08 17:27:31.96]: ▸ Using GZIP (1.2) | |
INFO [2017-06-08 17:27:31.96]: ▸ Using KeychainAccess (3.0.2) | |
INFO [2017-06-08 17:27:31.96]: ▸ Using MBProgressHUD (1.0.0) | |
INFO [2017-06-08 17:27:31.96]: ▸ Using PPBlinkID (2.7.1) | |
INFO [2017-06-08 17:27:31.96]: ▸ Using Socket.IO-Client-Swift (8.3.3) | |
INFO [2017-06-08 17:27:31.96]: ▸ Using iProov (5.1.0) | |
INFO [2017-06-08 17:27:31.96]: ▸ Generating Pods project | |
INFO [2017-06-08 17:27:31.96]: ▸ Integrating client project | |
INFO [2017-06-08 17:27:31.96]: ▸ Pod installation complete! There are 2 dependencies from the Podfile and 10 total pods installed. | |
INFO [2017-06-08 17:27:31.96]: ▸ [!] Unable to read the license file `/Users/tenaciousmv/Code/tradle-app/iOS/Pods/iProov/LICENSE` for the spec `iProov (5.1.0)` | |
INFO [2017-06-08 17:27:31.96]: ▸ [!] Unable to read the license file `/Users/tenaciousmv/Code/tradle-app/iOS/Pods/iProov/LICENSE` for the spec `iProov (5.1.0)` | |
INFO [2017-06-08 17:27:32.00]: ------------------- | |
INFO [2017-06-08 17:27:32.00]: --- Step: match --- | |
INFO [2017-06-08 17:27:32.00]: ------------------- | |
INFO [2017-06-08 17:27:32.06]: Successfully loaded '/Users/tenaciousmv/Code/tradle-app/iOS/fastlane/Matchfile' 📄 | |
+----------------+--------------------------------------+ | |
| Detected Values from './fastlane/Matchfile' | | |
+----------------+--------------------------------------+ | |
| git_url | https://github.com/tradle/provision | | |
| | -ios | | |
| type | development | | |
| app_identifier | ["io.tradle.dev.tim"] | | |
| username | [email protected] | | |
+----------------+--------------------------------------+ | |
DEBUG [2017-06-08 17:27:32.06]: Taking value for 'team_id' from environment variable 'FASTLANE_TEAM_ID' | |
+-----------------------+--------------------------------------+ | |
| Summary for match 2.37.0 | | |
+-----------------------+--------------------------------------+ | |
| force_for_new_devices | true | | |
| git_url | https://github.com/tradle/provision | | |
| | -ios | | |
| type | development | | |
| app_identifier | ["io.tradle.dev.tim"] | | |
| username | [email protected] | | |
| git_branch | master | | |
| keychain_name | login.keychain | | |
| readonly | false | | |
| team_id | 94V7783F74 | | |
| verbose | false | | |
| force | false | | |
| skip_confirmation | false | | |
| shallow_clone | false | | |
| clone_branch_directly | false | | |
| skip_docs | false | | |
| platform | ios | | |
+-----------------------+--------------------------------------+ | |
INFO [2017-06-08 17:27:32.07]: Cloning remote git repo... | |
INFO [2017-06-08 17:27:32.07]: If cloning the repo takes too long, you can use the `clone_branch_directly` option in match. | |
INFO [2017-06-08 17:27:32.07]: $ GIT_TERMINAL_PROMPT=0 git clone 'https://github.com/tradle/provision-ios' '/var/folders/ty/79wqqmzs5jz0kxs0fdtrg_zm0000gn/T/d20170608-67772-1pvj2n9' | |
INFO [2017-06-08 17:27:32.08]: ▸ Cloning into '/var/folders/ty/79wqqmzs5jz0kxs0fdtrg_zm0000gn/T/d20170608-67772-1pvj2n9'... | |
INFO [2017-06-08 17:27:34.37]: ▸ remote: Counting objects: 112, done.[K | |
INFO [2017-06-08 17:27:35.28]: ▸ remote: Total 112 (delta 0), reused 0 (delta 0), pack-reused 112[K | |
INFO [2017-06-08 17:27:35.59]: ▸ Receiving objects: 100% (112/112), 176.39 KiB | 138.00 KiB/s, done. | |
INFO [2017-06-08 17:27:35.59]: ▸ Resolving deltas: 100% (6/6), done. | |
INFO [2017-06-08 17:27:35.60]: ▸ Checking connectivity... done. | |
INFO [2017-06-08 17:27:35.72]: 🔓 Decrypted 'TXH4E82F9K.cer' | |
INFO [2017-06-08 17:27:35.76]: 🔓 Decrypted 'A3SXN2YFVV.cer' | |
INFO [2017-06-08 17:27:35.81]: 🔓 Decrypted 'TXH4E82F9K.p12' | |
INFO [2017-06-08 17:27:35.86]: 🔓 Decrypted 'A3SXN2YFVV.p12' | |
INFO [2017-06-08 17:27:35.91]: 🔓 Decrypted 'AppStore_io.tradle.dev.tim.mobileprovision' | |
INFO [2017-06-08 17:27:35.96]: 🔓 Decrypted 'Development_io.tradle.dev.tim.mobileprovision' | |
INFO [2017-06-08 17:27:35.96]: 🔓 Successfully decrypted certificates repo | |
INFO [2017-06-08 17:27:35.99]: Verifying that the certificate and profile are still valid on the Dev Portal... | |
INFO [2017-06-08 17:27:39.42]: Installing certificate... | |
INFO [2017-06-08 17:27:39.42]: $ security list-keychains -d user | |
INFO [2017-06-08 17:27:39.44]: ▸ "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:39.44]: $ security find-certificate -c 'Apple Worldwide Developer Relations Certification Authority' /Users/tenaciousmv/Library/Keychains/login.keychain-db | |
INFO [2017-06-08 17:27:39.46]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:39.47]: ▸ version: 512 | |
INFO [2017-06-08 17:27:39.47]: ▸ class: 0x80001000 | |
INFO [2017-06-08 17:27:39.47]: ▸ attributes: | |
INFO [2017-06-08 17:27:39.47]: ▸ "alis"<blob>="Apple Worldwide Developer Relations Certification Authority" | |
INFO [2017-06-08 17:27:39.47]: ▸ "cenc"<uint32>=0x00000003 | |
INFO [2017-06-08 17:27:39.47]: ▸ "ctyp"<uint32>=0x00000001 | |
INFO [2017-06-08 17:27:39.47]: ▸ "hpky"<blob>=0x88271709A9B618608BECEBBAF64759C55254A3B7 "\210'\027\011\251\266\030`\213\354\353\272\366GY\305RT\243\267" | |
INFO [2017-06-08 17:27:39.47]: ▸ "issu"<blob>=0x3062310B300906035504061302555331133011060355040A130A4150504C4520494E432E31263024060355040B131D4150504C452043455254494649434154494F4E20415554484F52495459311630140603550403130D4150504C4520524F4F54204341 "0b1\0130\011\006\003U\004\006\023\002US1\0230\021\006\003U\004\012\023\012APPLE INC.1&0$\006\003U\004\013\023\035APPLE CERTIFICATION AUTHORITY1\0260\024\006\003U\004\003\023\015APPLE ROOT CA" | |
INFO [2017-06-08 17:27:39.47]: ▸ "labl"<blob>="Apple Worldwide Developer Relations Certification Authority" | |
INFO [2017-06-08 17:27:39.47]: ▸ "skid"<blob>=0x88271709A9B618608BECEBBAF64759C55254A3B7 "\210'\027\011\251\266\030`\213\354\353\272\366GY\305RT\243\267" | |
INFO [2017-06-08 17:27:39.47]: ▸ "snbr"<blob>=0x01DEBCC4396DA010 "\001\336\274\3049m\240\020" | |
INFO [2017-06-08 17:27:39.47]: ▸ "subj"<blob>=0x308196310B300906035504061302555331133011060355040A0C0A4170706C6520496E632E312C302A060355040B0C234170706C6520576F726C647769646520446576656C6F7065722052656C6174696F6E733144304206035504030C3B4170706C6520576F726C647769646520446576656C6F7065722052656C6174696F6E732043657274696669636174696F6E20417574686F72697479 "0\201\2261\0130\011\006\003U\004\006\023\002US1\0230\021\006\003U\004\012\014\012Apple Inc.1,0*\006\003U\004\013\014#Apple Worldwide Developer Relations1D0B\006\003U\004\003\014;Apple Worldwide Developer Relations Certification Authority" | |
DEBUG [2017-06-08 17:27:39.73]: Certificate 'TXH4E82F9K.cer' is already installed on this machine | |
INFO [2017-06-08 17:27:39.73]: $ security import /var/folders/ty/79wqqmzs5jz0kxs0fdtrg_zm0000gn/T/d20170608-67772-1pvj2n9/certs/development/TXH4E82F9K.p12 -k '/Users/tenaciousmv/Library/Keychains/login.keychain-db' -P '' -T /usr/bin/codesign -T /usr/bin/security | |
INFO [2017-06-08 17:27:39.84]: $ security set-key-partition-list -S apple-tool:,apple: -k "" /Users/tenaciousmv/Library/Keychains/login.keychain-db | |
INFO [2017-06-08 17:27:40.03]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.03]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.03]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.03]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.03]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.03]: ▸ 0x00000001 <blob>="<key>" | |
INFO [2017-06-08 17:27:40.03]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.03]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.03]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.03]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.03]: ▸ 0x00000006 <blob>=0x5335AF32F7FF362F03251D08C2DB543A533CA5C2 "S5\2572\367\3776/\003%\035\010\302\333T:S<\245\302" | |
INFO [2017-06-08 17:27:40.03]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.03]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.03]: ▸ 0x00000009 <uint32>=0x0000002A "\000\000\000*" | |
INFO [2017-06-08 17:27:40.03]: ▸ 0x0000000A <uint32>=0x00000800 | |
INFO [2017-06-08 17:27:40.03]: ▸ 0x0000000B <uint32>=0x00000800 | |
INFO [2017-06-08 17:27:40.03]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.03]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.03]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.03]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.03]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.03]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.03]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.03]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.03]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.03]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.03]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.03]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.03]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.03]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.03]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.03]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.03]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.03]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.03]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.03]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.03]: ▸ 0x00000001 <blob>="Apple ID [email protected] key" | |
INFO [2017-06-08 17:27:40.03]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.03]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.03]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.03]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.03]: ▸ 0x00000006 <blob>=0x32F4CB80DB2DAF4AA5D7BFD9070C2E6E44F22024 "2\364\313\200\333-\257J\245\327\277\331\007\014.nD\362 $" | |
INFO [2017-06-08 17:27:40.03]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.03]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.03]: ▸ 0x00000009 <uint32>=0x0000002A "\000\000\000*" | |
INFO [2017-06-08 17:27:40.03]: ▸ 0x0000000A <uint32>=0x00000800 | |
INFO [2017-06-08 17:27:40.03]: ▸ 0x0000000B <uint32>=0x00000800 | |
INFO [2017-06-08 17:27:40.03]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.03]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.03]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.03]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.03]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.03]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.03]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.03]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.03]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.03]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.03]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.03]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.03]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.03]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.03]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.03]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.03]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.03]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.03]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.03]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.03]: ▸ 0x00000001 <blob>="Apple ID [email protected] key" | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000006 <blob>=0x12DC74C6F9ACD9E9B2080AFEA1C9FCBF808F9F20 "\022\334t\306\371\254\331\351\262\010\012\376\241\311\374\277\200\217\237 " | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000009 <uint32>=0x0000002A "\000\000\000*" | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000A <uint32>=0x00000800 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000B <uint32>=0x00000800 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.04]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.04]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.04]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000001 <blob>="iOS Developer: Mark Vayngrib (Tradle Inc)" | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000006 <blob>=0x951341C265BE59C692756C7AB58F414A5BB812AA "\225\023A\302e\276Y\306\222ulz\265\217AJ[\270\022\252" | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000009 <uint32>=0x0000002A "\000\000\000*" | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000A <uint32>=0x00000800 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000B <uint32>=0x00000800 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.04]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.04]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.04]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000001 <blob>="iOS Developer: Mark Vayngrib (Mark Vayngrib)" | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000006 <blob>=0x265086A8710B800E8A6EA9F77A576070D6D78445 "&P\206\250q\013\200\016\212n\251\367zW`p\326\327\204E" | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000009 <uint32>=0x0000002A "\000\000\000*" | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000A <uint32>=0x00000800 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000B <uint32>=0x00000800 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.04]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.04]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.04]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000001 <blob>="iMessage Signing Key" | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000006 <blob>=0xBADC645E355CD070418A7F54F3DB52B8A9C8F20D "\272\334d^5\134\320pA\212\177T\363\333R\270\251\310\362\015" | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000009 <uint32>=0x00000049 "\000\000\000I" | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000A <uint32>=0x00000100 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000B <uint32>=0x00000100 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.04]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.04]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.04]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000001 <blob>="iMessage Encryption Key" | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000006 <blob>=0xAF4545F5F255E9944EC4E4D8289A34480916834F "\257EE\365\362U\351\224N\304\344\330(\2324H\011\026\203O" | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000009 <uint32>=0x0000002A "\000\000\000*" | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000A <uint32>=0x00000500 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000B <uint32>=0x00000500 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.04]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.04]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.04]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000001 <blob>="iMessage Signing Key" | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000006 <blob>=0x3F30D02BC6FCAC47558FFA811BF420330132DD32 "?0\320+\306\374\254GU\217\372\201\033\364 3\0012\3352" | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000009 <uint32>=0x00000049 "\000\000\000I" | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000A <uint32>=0x00000100 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000B <uint32>=0x00000100 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.04]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.04]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.04]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000001 <blob>="iMessage Encryption Key" | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000006 <blob>=0x0855E70F7594C18E262E21F6438BC123C68C1FE0 "\010U\347\017u\224\301\216&.!\366C\213\301#\306\214\037\340" | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000009 <uint32>=0x0000002A "\000\000\000*" | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000A <uint32>=0x00000500 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000B <uint32>=0x00000500 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.04]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.04]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.04]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000001 <blob>="iMessage Signing Key" | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000006 <blob>=0xEB2DFE0A75458FE0F695ECE3C320030F4FBC7E65 "\353-\376\012uE\217\340\366\225\354\343\303 \003\017O\274~e" | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000009 <uint32>=0x00000049 "\000\000\000I" | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000A <uint32>=0x00000100 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000B <uint32>=0x00000100 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.04]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.04]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.04]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000001 <blob>="iMessage Encryption Key" | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000006 <blob>=0x08F573BABDE5EF109C3894C669FC1F39EED9A699 "\010\365s\272\275\345\357\020\2348\224\306i\374\0379\356\331\246\231" | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000009 <uint32>=0x0000002A "\000\000\000*" | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000A <uint32>=0x00000500 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000B <uint32>=0x00000500 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.04]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.04]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.04]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000001 <blob>="iMessage Signing Key" | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000006 <blob>=0x8148E177CA7AFA81351C0C9E2B16B6713F4907BB "\201H\341w\312z\372\2015\034\014\236+\026\266q?I\007\273" | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000009 <uint32>=0x00000049 "\000\000\000I" | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000A <uint32>=0x00000100 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000B <uint32>=0x00000100 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.04]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.04]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.04]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000001 <blob>="iMessage Encryption Key" | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000006 <blob>=0x9B219D260545D277FF3CA5AE00A18C4FD5510882 "\233!\235&\005E\322w\377<\245\256\000\241\214O\325Q\010\202" | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000009 <uint32>=0x0000002A "\000\000\000*" | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000A <uint32>=0x00000500 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000B <uint32>=0x00000500 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.04]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.04]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.04]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000001 <blob>="iMessage Signing Key" | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000006 <blob>=0xCDE96DC1ADCAA057B48C1BE4D6FA60A5163FDB6A "\315\351m\301\255\312\240W\264\214\033\344\326\372`\245\026?\333j" | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000009 <uint32>=0x00000049 "\000\000\000I" | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000A <uint32>=0x00000100 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000B <uint32>=0x00000100 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.04]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.04]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.04]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000001 <blob>="iMessage Encryption Key" | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000006 <blob>=0x7AA1103C8F36E9C53772F2B1F43D079167B51F60 "z\241\020<\2176\351\3057r\362\261\364=\007\221g\265\037`" | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000009 <uint32>=0x0000002A "\000\000\000*" | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000A <uint32>=0x00000500 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000B <uint32>=0x00000500 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.04]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.04]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.04]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.05]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000001 <blob>="iMessage Signing Key" | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000006 <blob>=0xC84B60C5121C15F63171FF40A77796B02AB173B9 "\310K`\305\022\034\025\3661q\377@\247w\226\260*\261s\271" | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000009 <uint32>=0x00000049 "\000\000\000I" | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000A <uint32>=0x00000100 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000B <uint32>=0x00000100 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.05]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.05]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.05]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000001 <blob>="iMessage Encryption Key" | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000006 <blob>=0x9182C92B2F06C240844083B66A6422A74FF36FDC "\221\202\311+/\006\302@\204@\203\266jd"\247O\363o\334" | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000009 <uint32>=0x0000002A "\000\000\000*" | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000A <uint32>=0x00000500 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000B <uint32>=0x00000500 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.05]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.05]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.05]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000001 <blob>="iMessage Signing Key" | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000006 <blob>=0x1446EFCE7D5E27B99193954B3034C331D3380171 "\024F\357\316}^'\271\221\223\225K04\3031\3238\001q" | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000009 <uint32>=0x00000049 "\000\000\000I" | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000A <uint32>=0x00000100 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000B <uint32>=0x00000100 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.05]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.05]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.05]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000001 <blob>="iMessage Encryption Key" | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000006 <blob>=0xC32FAFE3E6E62F9EA53869FFF3C955C563DFEFF0 "\303/\257\343\346\346/\236\2458i\377\363\311U\305c\337\357\360" | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000009 <uint32>=0x0000002A "\000\000\000*" | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000A <uint32>=0x00000500 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000B <uint32>=0x00000500 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.05]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.05]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.05]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000001 <blob>="iMessage Signing Key" | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000006 <blob>=0x48299EF4B3CA4A171F9DB0ABBE896C72C3099122 "H)\236\364\263\312J\027\037\235\260\253\276\211lr\303\011\221"" | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000009 <uint32>=0x00000049 "\000\000\000I" | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000A <uint32>=0x00000100 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000B <uint32>=0x00000100 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.05]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.05]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.05]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000001 <blob>="iMessage Encryption Key" | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000006 <blob>=0xE5DF1B5275FCA5119CBA75EE568B321A79512E6D "\345\337\033Ru\374\245\021\234\272u\356V\2132\032yQ.m" | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000009 <uint32>=0x0000002A "\000\000\000*" | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000A <uint32>=0x00000500 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000B <uint32>=0x00000500 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.05]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.05]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.05]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000001 <blob>="iMessage Signing Key" | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000006 <blob>=0xABCAECB90238460B220E024A54D5092FB47F673C "\253\312\354\271\0028F\013"\016\002JT\325\011/\264\177g<" | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000009 <uint32>=0x00000049 "\000\000\000I" | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000A <uint32>=0x00000100 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000B <uint32>=0x00000100 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.05]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.05]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.05]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000001 <blob>="iMessage Encryption Key" | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000006 <blob>=0x1ADD941B8E05E6D0AA3D631643BA848D26DFC46C "\032\335\224\033\216\005\346\320\252=c\026C\272\204\215&\337\304l" | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000009 <uint32>=0x0000002A "\000\000\000*" | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000A <uint32>=0x00000500 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000B <uint32>=0x00000500 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.05]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.05]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.05]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000001 <blob>="iMessage Signing Key" | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000006 <blob>=0x18E2A428475D4FBCD2B6D33848A565408BE76898 "\030\342\244(G]O\274\322\266\3238H\245e@\213\347h\230" | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000009 <uint32>=0x00000049 "\000\000\000I" | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000A <uint32>=0x00000100 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000B <uint32>=0x00000100 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.05]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.05]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.05]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000001 <blob>="iMessage Encryption Key" | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000006 <blob>=0x648C8B90821077D112D69DB322C0AD58425F1AAB "d\214\213\220\202\020w\321\022\326\235\263"\300\255XB_\032\253" | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000009 <uint32>=0x0000002A "\000\000\000*" | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000A <uint32>=0x00000500 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000B <uint32>=0x00000500 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.05]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.05]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.05]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000001 <blob>="iMessage Signing Key" | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000006 <blob>=0x573A6D6B3C77EE170B30627AE1945281ACF8190D "W:mk<w\356\027\0130bz\341\224R\201\254\370\031\015" | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000009 <uint32>=0x00000049 "\000\000\000I" | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000A <uint32>=0x00000100 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000B <uint32>=0x00000100 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.05]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.05]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.05]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000001 <blob>="iMessage Encryption Key" | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000006 <blob>=0x40944855E57A0401F5232FF3B7EBF6F207F139ED "@\224HU\345z\004\001\365#/\363\267\353\366\362\007\3619\355" | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000009 <uint32>=0x0000002A "\000\000\000*" | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000A <uint32>=0x00000500 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000B <uint32>=0x00000500 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.05]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.05]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.05]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000001 <blob>="iMessage Signing Key" | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000006 <blob>=0x5656F3D348AC0FEFB81EE59EEC22AC12060CF37A "VV\363\323H\254\017\357\270\036\345\236\354"\254\022\006\014\363z" | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.05]: ▸ 0x00000009 <uint32>=0x00000049 "\000\000\000I" | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000A <uint32>=0x00000100 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000B <uint32>=0x00000100 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.06]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.06]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.06]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000001 <blob>="iMessage Encryption Key" | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000006 <blob>=0x5695A2B8D76FD502A90C2F9040F11234B3149C97 "V\225\242\270\327o\325\002\251\014/\220@\361\0224\263\024\234\227" | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000009 <uint32>=0x0000002A "\000\000\000*" | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000A <uint32>=0x00000500 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000B <uint32>=0x00000500 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.06]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.06]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.06]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000001 <blob>="iMessage Signing Key" | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000006 <blob>=0x84E52643D83482CA022E06F8AE64DBF424FF4572 "\204\345&C\3304\202\312\002.\006\370\256d\333\364$\377Er" | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000009 <uint32>=0x00000049 "\000\000\000I" | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000A <uint32>=0x00000100 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000B <uint32>=0x00000100 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.06]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.06]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.06]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000001 <blob>="iMessage Encryption Key" | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000006 <blob>=0x38C0ADDE0B6763C4A596F7BF9F4942A57E9DF4D9 "8\300\255\336\013gc\304\245\226\367\277\237IB\245~\235\364\331" | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000009 <uint32>=0x0000002A "\000\000\000*" | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000A <uint32>=0x00000500 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000B <uint32>=0x00000500 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.06]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.06]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.06]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000001 <blob>="iMessage Signing Key" | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000006 <blob>=0x538B12314FE0BE3CBF0B67F698E09D9A0CC9115F "S\213\0221O\340\276<\277\013g\366\230\340\235\232\014\311\021_" | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000009 <uint32>=0x00000049 "\000\000\000I" | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000A <uint32>=0x00000100 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000B <uint32>=0x00000100 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.06]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.06]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.06]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000001 <blob>="iMessage Encryption Key" | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000006 <blob>=0x2ABE97712D66E8A084664E9E8F54B7577EA57D8D "*\276\227q-f\350\240\204fN\236\217T\267W~\245}\215" | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000009 <uint32>=0x0000002A "\000\000\000*" | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000A <uint32>=0x00000500 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000B <uint32>=0x00000500 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.06]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.06]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.06]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000001 <blob>="iMessage Signing Key" | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000006 <blob>=0x4E2CF18C5E87756A1E3F9614071A06B1AC1A6ED0 "N,\361\214^\207uj\036?\226\024\007\032\006\261\254\032n\320" | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000009 <uint32>=0x00000049 "\000\000\000I" | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000A <uint32>=0x00000100 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000B <uint32>=0x00000100 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.06]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.06]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.06]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000001 <blob>="iMessage Encryption Key" | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000006 <blob>=0x17F3FACCCA032AF23FC3573C2C3D169466E47549 "\027\363\372\314\312\003*\362?\303W<,=\026\224f\344uI" | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000009 <uint32>=0x0000002A "\000\000\000*" | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000A <uint32>=0x00000500 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000B <uint32>=0x00000500 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.06]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.06]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.06]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000001 <blob>="MV Dev Key" | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000006 <blob>=0x0354074F232BDAC82D830F16AB8D99F0C7E6CB91 "\003T\007O#+\332\310-\203\017\026\253\215\231\360\307\346\313\221" | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000009 <uint32>=0x0000002A "\000\000\000*" | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000A <uint32>=0x00000800 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000B <uint32>=0x00000800 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000013 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000015 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000017 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000018 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000019 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000001A <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.06]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.06]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.06]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000001 <blob>="Mark Vayngrib" | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000006 <blob>=0xB2712C0A2CF0BF4D91B6A50E390F157C5C7F8856 "\262q,\012,\360\277M\221\266\245\0169\017\025|\134\177\210V" | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000009 <uint32>=0x0000002A "\000\000\000*" | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000A <uint32>=0x00000800 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000B <uint32>=0x00000800 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000013 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000015 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000017 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000018 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000019 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000001A <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.06]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.06]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.06]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000001 <blob>="iMessage Signing Key" | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000006 <blob>=0x59D0CEF9B6BE517A5361B63747453726FB19A34B "Y\320\316\371\266\276QzSa\2667GE7&\373\031\243K" | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000009 <uint32>=0x00000049 "\000\000\000I" | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000A <uint32>=0x00000100 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000B <uint32>=0x00000100 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.06]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.06]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.06]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000001 <blob>="iMessage Encryption Key" | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000006 <blob>=0xF30AFD76C1F142CA78CB942EF76283AC25A3AA3F "\363\012\375v\301\361B\312x\313\224.\367b\203\254%\243\252?" | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000009 <uint32>=0x0000002A "\000\000\000*" | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000A <uint32>=0x00000500 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000B <uint32>=0x00000500 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.06]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.06]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.06]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000001 <blob>="iMessage Signing Key" | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000006 <blob>=0x21C0F7DD4C9E2B5815035869E59720BA638E1863 "!\300\367\335L\236+X\025\003Xi\345\227 \272c\216\030c" | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000009 <uint32>=0x00000049 "\000\000\000I" | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000A <uint32>=0x00000100 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000B <uint32>=0x00000100 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.06]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.06]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.06]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000001 <blob>="iMessage Encryption Key" | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000006 <blob>=0x70D5EACCA6795C431EECA96FE3FBAA6B67A31D02 "p\325\352\314\246y\134C\036\354\251o\343\373\252kg\243\035\002" | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000009 <uint32>=0x0000002A "\000\000\000*" | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000A <uint32>=0x00000500 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000B <uint32>=0x00000500 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.06]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.06]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.06]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000001 <blob>="iMessage Signing Key" | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000006 <blob>=0x0D2C028FB1BD2D2EC743ACBE1CD87FA0771894DF "\015,\002\217\261\275-.\307C\254\276\034\330\177\240w\030\224\337" | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000009 <uint32>=0x00000049 "\000\000\000I" | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000A <uint32>=0x00000100 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000B <uint32>=0x00000100 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.06]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.06]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.06]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000001 <blob>="iMessage Encryption Key" | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.06]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000006 <blob>=0xBB714813BBCA8E2F0F497B693426A034BBCF6EEF "\273qH\023\273\312\216/\017I{i4&\2404\273\317n\357" | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000009 <uint32>=0x0000002A "\000\000\000*" | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000A <uint32>=0x00000500 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000B <uint32>=0x00000500 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.07]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.07]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.07]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000001 <blob>="iMessage Signing Key" | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000006 <blob>=0x57D7D8FFF4B1496FD411EAC7988420BC3D911FCE "W\327\330\377\364\261Io\324\021\352\307\230\204 \274=\221\037\316" | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000009 <uint32>=0x00000049 "\000\000\000I" | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000A <uint32>=0x00000100 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000B <uint32>=0x00000100 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.07]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.07]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.07]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000001 <blob>="iMessage Encryption Key" | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000006 <blob>=0xC1D99B6F2306A59475C1D18D8423714BB0D60816 "\301\331\233o#\006\245\224u\301\321\215\204#qK\260\326\010\026" | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000009 <uint32>=0x0000002A "\000\000\000*" | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000A <uint32>=0x00000500 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000B <uint32>=0x00000500 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.07]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.07]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.07]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000001 <blob>="iMessage Signing Key" | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000006 <blob>=0x3E255701F92F75AE711A84402480415CBD69D6D1 ">%W\001\371/u\256q\032\204@$\200A\134\275i\326\321" | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000009 <uint32>=0x00000049 "\000\000\000I" | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000A <uint32>=0x00000100 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000B <uint32>=0x00000100 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.07]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.07]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.07]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000001 <blob>="iMessage Encryption Key" | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000006 <blob>=0x8268ABC887D59EE2FDB55FBD7049069C9F55869E "\202h\253\310\207\325\236\342\375\265_\275pI\006\234\237U\206\236" | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000009 <uint32>=0x0000002A "\000\000\000*" | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000A <uint32>=0x00000500 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000B <uint32>=0x00000500 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.07]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.07]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.07]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000001 <blob>="iMessage Signing Key" | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000006 <blob>=0xFAB211D378D0FA9B616016EDF81EE52F3E8B5349 "\372\262\021\323x\320\372\233a`\026\355\370\036\345/>\213SI" | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000009 <uint32>=0x00000049 "\000\000\000I" | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000A <uint32>=0x00000100 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000B <uint32>=0x00000100 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.07]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.07]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.07]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000001 <blob>="iMessage Encryption Key" | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000006 <blob>=0xD6C96236F69695C1E03182232702FD26FF739647 "\326\311b6\366\226\225\301\3401\202#'\002\375&\377s\226G" | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000009 <uint32>=0x0000002A "\000\000\000*" | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000A <uint32>=0x00000500 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000B <uint32>=0x00000500 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.07]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.07]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.07]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000001 <blob>="iMessage Signing Key" | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000006 <blob>=0xDF77B05F726A585E1F4DB65695EB9EDF2634C0FF "\337w\260_rjX^\037M\266V\225\353\236\337&4\300\377" | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000009 <uint32>=0x00000049 "\000\000\000I" | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000A <uint32>=0x00000100 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000B <uint32>=0x00000100 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.07]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.07]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.07]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000001 <blob>="iMessage Encryption Key" | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000006 <blob>=0x4634B0EDB0F210E05AEFD4BE9721D005FAE13EDD "F4\260\355\260\362\020\340Z\357\324\276\227!\320\005\372\341>\335" | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000009 <uint32>=0x0000002A "\000\000\000*" | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000A <uint32>=0x00000500 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000B <uint32>=0x00000500 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.07]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.07]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.07]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000001 <blob>="iMessage Signing Key" | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000006 <blob>=0x8BD8E5F62D360839F82C4FE266DD1B655E725A41 "\213\330\345\366-6\0109\370,O\342f\335\033e^rZA" | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000009 <uint32>=0x00000049 "\000\000\000I" | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000A <uint32>=0x00000100 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000B <uint32>=0x00000100 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.07]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.07]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.07]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000001 <blob>="iMessage Encryption Key" | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000006 <blob>=0x2FE5089EA54DADD5E7FB73B430F0B0D852F114F5 "/\345\010\236\245M\255\325\347\373s\2640\360\260\330R\361\024\365" | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000009 <uint32>=0x0000002A "\000\000\000*" | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000A <uint32>=0x00000500 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000B <uint32>=0x00000500 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.07]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.07]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.07]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000001 <blob>="iMessage Signing Key" | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000006 <blob>=0xF0A58F2E2E15E2D2F4FF4F0DC04C31F67D99EB1F "\360\245\217..\025\342\322\364\377O\015\300L1\366}\231\353\037" | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000009 <uint32>=0x00000049 "\000\000\000I" | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000A <uint32>=0x00000100 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000B <uint32>=0x00000100 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.07]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.07]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.07]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000001 <blob>="iMessage Encryption Key" | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000006 <blob>=0xAC6730061B951BBB7DF1700EB0879A233F0A76B5 "\254g0\006\033\225\033\273}\361p\016\260\207\232#?\012v\265" | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000009 <uint32>=0x0000002A "\000\000\000*" | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000A <uint32>=0x00000500 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000B <uint32>=0x00000500 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.07]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.08]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.08]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.08]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000001 <blob>="iMessage Signing Key" | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000006 <blob>=0xB4BBF5BA7F3780FBD76C5273A4A7A5A09598CB95 "\264\273\365\272\1777\200\373\327lRs\244\247\245\240\225\230\313\225" | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000009 <uint32>=0x00000049 "\000\000\000I" | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x0000000A <uint32>=0x00000100 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x0000000B <uint32>=0x00000100 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.08]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.08]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.08]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000001 <blob>="iMessage Encryption Key" | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000006 <blob>=0x89840F409DDF9113E8230AD423AE31D5757A6354 "\211\204\017@\235\337\221\023\350#\012\324#\2561\325uzcT" | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000009 <uint32>=0x0000002A "\000\000\000*" | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x0000000A <uint32>=0x00000500 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x0000000B <uint32>=0x00000500 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.08]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.08]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.08]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000001 <blob>="iMessage Signing Key" | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000006 <blob>=0x2AB6C765B7D8AA75372EF93477D6A4DFDE8B4A51 "*\266\307e\267\330\252u7.\3714w\326\244\337\336\213JQ" | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000009 <uint32>=0x00000049 "\000\000\000I" | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x0000000A <uint32>=0x00000100 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x0000000B <uint32>=0x00000100 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.08]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.08]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.08]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000001 <blob>="iMessage Encryption Key" | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000006 <blob>=0xE80A56264378EBD0544273F2C89693ACD4EA5478 "\350\012V&Cx\353\320TBs\362\310\226\223\254\324\352Tx" | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000009 <uint32>=0x0000002A "\000\000\000*" | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x0000000A <uint32>=0x00000500 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x0000000B <uint32>=0x00000500 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.08]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.08]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.08]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000001 <blob>="iMessage Signing Key" | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000006 <blob>=0xE194B7D2F312BFD568ADBCDEA391A05EB7922085 "\341\224\267\322\363\022\277\325h\255\274\336\243\221\240^\267\222 \205" | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000009 <uint32>=0x00000049 "\000\000\000I" | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x0000000A <uint32>=0x00000100 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x0000000B <uint32>=0x00000100 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.08]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.08]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.08]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000001 <blob>="iMessage Encryption Key" | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000006 <blob>=0x619F16596086BD8D6B287C981B3AA006D009F548 "a\237\026Y`\206\275\215k(|\230\033:\240\006\320\011\365H" | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000009 <uint32>=0x0000002A "\000\000\000*" | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x0000000A <uint32>=0x00000500 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x0000000B <uint32>=0x00000500 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.08]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.09]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.09]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.09]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000001 <blob>="iMessage Signing Key" | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000006 <blob>=0xCBB89B0106ED67FD55F3D73B1A0740F34423D535 "\313\270\233\001\006\355g\375U\363\327;\032\007@\363D#\3255" | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000009 <uint32>=0x00000049 "\000\000\000I" | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x0000000A <uint32>=0x00000100 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x0000000B <uint32>=0x00000100 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.09]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.09]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.09]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000001 <blob>="iMessage Encryption Key" | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000006 <blob>=0x0CE5F8327F738B16EA39B3D04A1997D3DD0F722E "\014\345\3702\177s\213\026\3529\263\320J\031\227\323\335\017r." | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000009 <uint32>=0x0000002A "\000\000\000*" | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x0000000A <uint32>=0x00000500 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x0000000B <uint32>=0x00000500 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.09]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.09]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.09]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000001 <blob>="iMessage Signing Key" | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000006 <blob>=0x7DE596D7BFD78EAE2C664D2AE2DA03A2BBC2E296 "}\345\226\327\277\327\216\256,fM*\342\332\003\242\273\302\342\226" | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000009 <uint32>=0x00000049 "\000\000\000I" | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x0000000A <uint32>=0x00000100 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x0000000B <uint32>=0x00000100 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.09]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.09]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.09]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000001 <blob>="iMessage Encryption Key" | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000006 <blob>=0x2ED94931C85A2EA8ADC9F714AF4F6364878DAD27 ".\331I1\310Z.\250\255\311\367\024\257Ocd\207\215\255'" | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000009 <uint32>=0x0000002A "\000\000\000*" | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x0000000A <uint32>=0x00000500 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x0000000B <uint32>=0x00000500 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.09]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.09]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.09]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000001 <blob>="iMessage Signing Key" | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000006 <blob>=0x9282D0C0A205470773614E5FDF918E61D1C889F3 "\222\202\320\300\242\005G\007saN_\337\221\216a\321\310\211\363" | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000009 <uint32>=0x00000049 "\000\000\000I" | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x0000000A <uint32>=0x00000100 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x0000000B <uint32>=0x00000100 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.09]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.09]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.09]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000001 <blob>="iMessage Encryption Key" | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000006 <blob>=0x9D17B70AD8791FDE04095EC44C9ABD732A5AF311 "\235\027\267\012\330y\037\336\004\011^\304L\232\275s*Z\363\021" | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000009 <uint32>=0x0000002A "\000\000\000*" | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x0000000A <uint32>=0x00000500 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x0000000B <uint32>=0x00000500 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.09]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.09]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.09]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000001 <blob>="iMessage Signing Key" | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000006 <blob>=0x0264F8E5CE4F2893C393E866119390D39F18AFE4 "\002d\370\345\316O(\223\303\223\350f\021\223\220\323\237\030\257\344" | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x00000009 <uint32>=0x00000049 "\000\000\000I" | |
INFO [2017-06-08 17:27:40.09]: ▸ 0x0000000A <uint32>=0x00000100 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000000B <uint32>=0x00000100 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.10]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.10]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.10]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000001 <blob>="iMessage Encryption Key" | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000006 <blob>=0x3EE44056A288C65878556D7AA19317AC48444A79 ">\344@V\242\210\306XxUmz\241\223\027\254HDJy" | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000009 <uint32>=0x0000002A "\000\000\000*" | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000000A <uint32>=0x00000500 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000000B <uint32>=0x00000500 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.10]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.10]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.10]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000001 <blob>="iMessage Signing Key" | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000006 <blob>=0x6EF9AAF0EE6A6B021EFB51C7BC7E8B8ABC5B72E2 "n\371\252\360\356jk\002\036\373Q\307\274~\213\212\274[r\342" | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000009 <uint32>=0x00000049 "\000\000\000I" | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000000A <uint32>=0x00000100 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000000B <uint32>=0x00000100 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.10]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.10]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.10]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000001 <blob>="iMessage Encryption Key" | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000006 <blob>=0xA8E2B821116F32A2C035CE5996A5FF9293AB940F "\250\342\270!\021o2\242\3005\316Y\226\245\377\222\223\253\224\017" | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000009 <uint32>=0x0000002A "\000\000\000*" | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000000A <uint32>=0x00000500 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000000B <uint32>=0x00000500 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.10]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.10]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.10]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000001 <blob>="iMessage Signing Key" | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000006 <blob>=0x6D3C74F8BC64AE033D7E49B47308D7C1ABE3621D "m<t\370\274d\256\003=~I\264s\010\327\301\253\343b\035" | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000009 <uint32>=0x00000049 "\000\000\000I" | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000000A <uint32>=0x00000100 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000000B <uint32>=0x00000100 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.10]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.10]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.10]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000001 <blob>="iMessage Encryption Key" | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000006 <blob>=0xB4FDD00C542F137D7A5078F8E8320039F8ACD2BF "\264\375\320\014T/\023}zPx\370\3502\0009\370\254\322\277" | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000009 <uint32>=0x0000002A "\000\000\000*" | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000000A <uint32>=0x00000500 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000000B <uint32>=0x00000500 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.10]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.10]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.10]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000001 <blob>="iMessage Signing Key" | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000006 <blob>=0xBABC47AFEB9526815698D43EFB1AB016375BC6BA "\272\274G\257\353\225&\201V\230\324>\373\032\260\0267[\306\272" | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000009 <uint32>=0x00000049 "\000\000\000I" | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000000A <uint32>=0x00000100 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000000B <uint32>=0x00000100 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.10]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.10]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.10]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000001 <blob>="iMessage Encryption Key" | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000006 <blob>=0xD10201A5973ACCD83185AF9F95D0AE46340F233D "\321\002\001\245\227:\314\3301\205\257\237\225\320\256F4\017#=" | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000009 <uint32>=0x0000002A "\000\000\000*" | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000000A <uint32>=0x00000500 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000000B <uint32>=0x00000500 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.10]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.10]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.10]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000001 <blob>="iMessage Signing Key" | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000006 <blob>=0x713FD01FB76B7A24A71C76CB7D6F02713069517B "q?\320\037\267kz$\247\034v\313}o\002q0iQ{" | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000009 <uint32>=0x00000049 "\000\000\000I" | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000000A <uint32>=0x00000100 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000000B <uint32>=0x00000100 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.10]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.10]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.10]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000001 <blob>="iMessage Encryption Key" | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000006 <blob>=0x5C070EFB05C30FFDEC192907693A9F74601A281E "\134\007\016\373\005\303\017\375\354\031)\007i:\237t`\032(\036" | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000009 <uint32>=0x0000002A "\000\000\000*" | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000000A <uint32>=0x00000500 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000000B <uint32>=0x00000500 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ keychain: "/Users/tenaciousmv/Library/Keychains/login.keychain-db" | |
INFO [2017-06-08 17:27:40.10]: ▸ version: 512 | |
INFO [2017-06-08 17:27:40.10]: ▸ class: 0x0000000F | |
INFO [2017-06-08 17:27:40.10]: ▸ attributes: | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000000 <uint32>=0x0000000F | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000001 <blob>="Apple ID [email protected] key" | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000002 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000003 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000004 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000005 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000006 <blob>=0xBD60AB397988EA4F67E64BDA6FC4AAE91A0B9D23 "\275`\2539y\210\352Og\346K\332o\304\252\351\032\013\235#" | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000007 <blob>=<NULL> | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000008 <blob>=0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000" | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000009 <uint32>=0x0000002A "\000\000\000*" | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000000A <uint32>=0x00000800 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000000B <uint32>=0x00000800 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000000C <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000000D <blob>=0x0000000000000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000000E <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000000F <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000010 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000011 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000012 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000013 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000014 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000015 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000016 <uint32>=0x00000001 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000017 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000018 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x00000019 <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: ▸ 0x0000001A <uint32>=0x00000000 | |
INFO [2017-06-08 17:27:40.10]: $ openssl x509 -inform der -in /var/folders/ty/79wqqmzs5jz0kxs0fdtrg_zm0000gn/T/d20170608-67772-1pvj2n9/certs/development/TXH4E82F9K.cer -subject -dates -noout & | |
INFO [2017-06-08 17:27:40.11]: ▸ subject= /UID=K2J5U8FJU5/CN=iPhone Developer: iOS Team (9H9U3G4752)/OU=94V7783F74/O=Tradle Inc/C=US | |
INFO [2017-06-08 17:27:40.11]: ▸ notBefore=May 6 17:33:02 2017 GMT | |
INFO [2017-06-08 17:27:40.11]: ▸ notAfter=May 6 17:33:02 2018 GMT | |
+-------------------+-----------------------------------------+ | |
| Installed Certificate | | |
+-------------------+-----------------------------------------+ | |
| User ID | K2J5U8FJU5 | | |
| Common Name | iPhone Developer: iOS Team (9H9U3G4752) | | |
| Organisation Unit | 94V7783F74 | | |
| Organisation | Tradle Inc | | |
| Country | US | | |
| Start Datetime | May 6 17:33:02 2017 GMT | | |
| End Datetime | May 6 17:33:02 2018 GMT | | |
+-------------------+-----------------------------------------+ | |
INFO [2017-06-08 17:27:43.10]: Installing provisioning profile... | |
WARN [2017-06-08 17:27:44.05]: Setting environment variable 'sigh_io.tradle.dev.tim_development' to 'fd00a214-dc7a-4b4f-b199-130054a444bf' | |
WARN [2017-06-08 17:27:44.05]: Setting environment variable 'sigh_io.tradle.dev.tim_development_team-id' to '94V7783F74' | |
WARN [2017-06-08 17:27:44.05]: Setting environment variable 'sigh_io.tradle.dev.tim_development_profile-name' to 'match Development io.tradle.dev.tim' | |
WARN [2017-06-08 17:27:44.05]: Setting environment variable 'sigh_io.tradle.dev.tim_development_profile-path' to '/Users/tenaciousmv/Library/MobileDevice/Provisioning Profiles/fd00a214-dc7a-4b4f-b199-130054a444bf.mobileprovision' | |
+---------------------+------------------------+------------------------+ | |
| Installed Provisioning Profile | | |
+---------------------+------------------------+------------------------+ | |
| Parameter | Environment Variable | Value | | |
+---------------------+------------------------+------------------------+ | |
| App Identifier | | io.tradle.dev.tim | | |
| Type | | development | | |
| Platform | | ios | | |
| Profile UUID | sigh_io.tradle.dev.ti | fd00a214-dc7a-4b4f-b1 | | |
| | m_development | 99-130054a444bf | | |
| Profile Name | sigh_io.tradle.dev.ti | match Development | | |
| | m_development_profile | io.tradle.dev.tim | | |
| | -name | | | |
| Profile Path | sigh_io.tradle.dev.ti | /Users/tenaciousmv/Li | | |
| | m_development_profile | brary/MobileDevice/Pr | | |
| | -path | ovisioning | | |
| | | Profiles/fd00a214-dc7 | | |
| | | a-4b4f-b199-130054a44 | | |
| | | 4bf.mobileprovision | | |
| Development Team ID | sigh_io.tradle.dev.ti | 94V7783F74 | | |
| | m_development_team-id | | | |
+---------------------+------------------------+------------------------+ | |
INFO [2017-06-08 17:27:44.06]: All required keys, certificates and provisioning profiles are installed 🙌 | |
INFO [2017-06-08 17:27:44.06]: Setting Provisioning Profile type to 'development' | |
INFO [2017-06-08 17:27:44.07]: ----------------- | |
INFO [2017-06-08 17:27:44.07]: --- Step: gym --- | |
INFO [2017-06-08 17:27:44.07]: ----------------- | |
INFO [2017-06-08 17:27:45.29]: Successfully loaded '/Users/tenaciousmv/Code/tradle-app/iOS/fastlane/Gymfile' 📄 | |
+---------------------+---------------------+ | |
| Detected Values from './fastlane/Gymfile' | | |
+---------------------+---------------------+ | |
| scheme | Release | | |
| clean | true | | |
| output_name | Tradle | | |
| workspace | Tradle.xcworkspace | | |
| xcconfig | release.xcconfig | | |
+---------------------+---------------------+ | |
INFO [2017-06-08 17:27:45.29]: Successfully loaded '/Users/tenaciousmv/Code/tradle-app/iOS/fastlane/Gymfile' 📄 | |
WARN [2017-06-08 17:27:45.29]: No values defined in './fastlane/Gymfile' | |
INFO [2017-06-08 17:27:45.29]: $ xcodebuild -list -workspace Tradle.xcworkspace | |
INFO [2017-06-08 17:27:48.69]: $ xcodebuild -showBuildSettings -workspace Tradle.xcworkspace -scheme Release | |
+----------------------+--------------------------------------+ | |
| Summary for gym 2.37.0 | | |
+----------------------+--------------------------------------+ | |
| export_method | development | | |
| scheme | Release | | |
| clean | true | | |
| output_name | Tradle | | |
| workspace | Tradle.xcworkspace | | |
| xcconfig | release.xcconfig | | |
| destination | generic/platform=iOS | | |
| build_path | /Users/tenaciousmv/Library/Develope | | |
| | r/Xcode/Archives/2017-06-08 | | |
| output_directory | . | | |
| silent | false | | |
| skip_package_ipa | false | | |
| use_legacy_build_api | false | | |
| buildlog_path | ~/Library/Logs/gym | | |
| xcode_path | /Applications/Xcode.app | | |
+----------------------+--------------------------------------+ | |
+--------------------------------------+----------------------+ | |
| Generated Build Command | | |
+--------------------------------------+----------------------+ | |
| Option | Value | | |
+--------------------------------------+----------------------+ | |
| set -o pipefail && | | | |
| xcodebuild | | | |
| -workspace Tradle.xcworkspace | | | |
| -scheme Release | | | |
| -destination | generic/platform=iOS | | |
| -xcconfig | release.xcconfig | | |
| -archivePath | | | |
| /Users/tenaciousmv/Library/Develope | | | |
| r/Xcode/Archives/2017-06-08/Tradle\ | | | |
| 2017-06-08\ 17.27.51.xcarchive | | | |
| clean | | | |
| archive | | | |
| | tee | | | |
| /Users/tenaciousmv/Library/Logs/gym | | | |
| /Tradle-Release.log | | | |
| | xcpretty | | | |
+--------------------------------------+----------------------+ | |
INFO [2017-06-08 17:27:51.39]: $ set -o pipefail && xcodebuild -workspace Tradle.xcworkspace -scheme Release -destination 'generic/platform=iOS' -xcconfig 'release.xcconfig' -archivePath /Users/tenaciousmv/Library/Developer/Xcode/Archives/2017-06-08/Tradle\ 2017-06-08\ 17.27.51.xcarchive clean archive | tee /Users/tenaciousmv/Library/Logs/gym/Tradle-Release.log | xcpretty | |
INFO [2017-06-08 17:27:54.14]: ▸ Cleaning React/yoga [Release] | |
INFO [2017-06-08 17:27:54.14]: ▸ Check Dependencies | |
INFO [2017-06-08 17:27:54.14]: ▸ using 'ALWAYS_SEARCH_USER_PATHS = YES' while building targets which define modules ('DEFINES_MODULE = YES') may fail. Please migrate to using 'ALWAYS_SEARCH_USER_PATHS = NO'. | |
INFO [2017-06-08 17:27:54.14]: ▸ using 'ALWAYS_SEARCH_USER_PATHS = YES' while building targets which define modules ('DEFINES_MODULE = YES') may fail. Please migrate to using 'ALWAYS_SEARCH_USER_PATHS = NO'. | |
INFO [2017-06-08 17:27:54.14]: ▸ using 'ALWAYS_SEARCH_USER_PATHS = YES' while building targets which define modules ('DEFINES_MODULE = YES') may fail. Please migrate to using 'ALWAYS_SEARCH_USER_PATHS = NO'. | |
INFO [2017-06-08 17:27:54.14]: ▸ Cleaning React/jschelpers [Release] | |
INFO [2017-06-08 17:27:54.14]: ▸ Check Dependencies | |
INFO [2017-06-08 17:27:54.14]: ▸ using 'ALWAYS_SEARCH_USER_PATHS = YES' while building targets which define modules ('DEFINES_MODULE = YES') may fail. Please migrate to using 'ALWAYS_SEARCH_USER_PATHS = NO'. | |
INFO [2017-06-08 17:27:54.14]: ▸ using 'ALWAYS_SEARCH_USER_PATHS = YES' while building targets which define modules ('DEFINES_MODULE = YES') may fail. Please migrate to using 'ALWAYS_SEARCH_USER_PATHS = NO'. | |
INFO [2017-06-08 17:27:54.14]: ▸ using 'ALWAYS_SEARCH_USER_PATHS = YES' while building targets which define modules ('DEFINES_MODULE = YES') may fail. Please migrate to using 'ALWAYS_SEARCH_USER_PATHS = NO'. | |
INFO [2017-06-08 17:27:54.14]: ▸ using 'ALWAYS_SEARCH_USER_PATHS = YES' while building targets which define modules ('DEFINES_MODULE = YES') may fail. Please migrate to using 'ALWAYS_SEARCH_USER_PATHS = NO'. | |
INFO [2017-06-08 17:27:54.14]: ▸ Cleaning React/cxxreact [Release] | |
INFO [2017-06-08 17:27:54.14]: ▸ Check Dependencies | |
INFO [2017-06-08 17:27:54.14]: ▸ using 'ALWAYS_SEARCH_USER_PATHS = YES' while building targets which define modules ('DEFINES_MODULE = YES') may fail. Please migrate to using 'ALWAYS_SEARCH_USER_PATHS = NO'. | |
INFO [2017-06-08 17:27:54.14]: ▸ using 'ALWAYS_SEARCH_USER_PATHS = YES' while building targets which define modules ('DEFINES_MODULE = YES') may fail. Please migrate to using 'ALWAYS_SEARCH_USER_PATHS = NO'. | |
INFO [2017-06-08 17:27:54.14]: ▸ using 'ALWAYS_SEARCH_USER_PATHS = YES' while building targets which define modules ('DEFINES_MODULE = YES') may fail. Please migrate to using 'ALWAYS_SEARCH_USER_PATHS = NO'. | |
INFO [2017-06-08 17:27:54.14]: ▸ using 'ALWAYS_SEARCH_USER_PATHS = YES' while building targets which define modules ('DEFINES_MODULE = YES') may fail. Please migrate to using 'ALWAYS_SEARCH_USER_PATHS = NO'. | |
INFO [2017-06-08 17:27:54.14]: ▸ Cleaning React/React [Release] | |
INFO [2017-06-08 17:27:54.14]: ▸ Check Dependencies | |
INFO [2017-06-08 17:27:54.14]: ▸ using 'ALWAYS_SEARCH_USER_PATHS = YES' while building targets which define modules ('DEFINES_MODULE = YES') may fail. Please migrate to using 'ALWAYS_SEARCH_USER_PATHS = NO'. | |
INFO [2017-06-08 17:27:54.15]: ▸ using 'ALWAYS_SEARCH_USER_PATHS = YES' while building targets which define modules ('DEFINES_MODULE = YES') may fail. Please migrate to using 'ALWAYS_SEARCH_USER_PATHS = NO'. | |
INFO [2017-06-08 17:27:54.15]: ▸ using 'ALWAYS_SEARCH_USER_PATHS = YES' while building targets which define modules ('DEFINES_MODULE = YES') may fail. Please migrate to using 'ALWAYS_SEARCH_USER_PATHS = NO'. | |
INFO [2017-06-08 17:27:54.15]: ▸ using 'ALWAYS_SEARCH_USER_PATHS = YES' while building targets which define modules ('DEFINES_MODULE = YES') may fail. Please migrate to using 'ALWAYS_SEARCH_USER_PATHS = NO'. | |
INFO [2017-06-08 17:27:54.15]: ▸ using 'ALWAYS_SEARCH_USER_PATHS = YES' while building targets which define modules ('DEFINES_MODULE = YES') may fail. Please migrate to using 'ALWAYS_SEARCH_USER_PATHS = NO'. | |
INFO [2017-06-08 17:27:54.15]: ▸ using 'ALWAYS_SEARCH_USER_PATHS = YES' while building targets which define modules ('DEFINES_MODULE = YES') may fail. Please migrate to using 'ALWAYS_SEARCH_USER_PATHS = NO'. | |
INFO [2017-06-08 17:27:54.15]: ▸ using 'ALWAYS_SEARCH_USER_PATHS = YES' while building targets which define modules ('DEFINES_MODULE = YES') may fail. Please migrate to using 'ALWAYS_SEARCH_USER_PATHS = NO'. | |
INFO [2017-06-08 17:27:54.15]: ▸ using 'ALWAYS_SEARCH_USER_PATHS = YES' while building targets which define modules ('DEFINES_MODULE = YES') may fail. Please migrate to using 'ALWAYS_SEARCH_USER_PATHS = NO'. | |
INFO [2017-06-08 17:27:54.15]: ▸ Cleaning RCTLinking/RCTLinking [Release] | |
INFO [2017-06-08 17:27:54.15]: ▸ Check Dependencies | |
INFO [2017-06-08 17:27:54.15]: ▸ Cleaning ReactNativeLocalization/ReactNativeLocalization [Release] | |
INFO [2017-06-08 17:27:54.15]: ▸ Check Dependencies | |
INFO [2017-06-08 17:27:54.15]: ▸ Cleaning RCTAsyncRocksDBStorage/RCTAsyncRocksDBStorage [Release] | |
INFO [2017-06-08 17:27:54.15]: ▸ Check Dependencies | |
INFO [2017-06-08 17:27:54.15]: ▸ Cleaning RNBranch/RNBranch [Release] | |
INFO [2017-06-08 17:27:54.15]: ▸ Check Dependencies | |
INFO [2017-06-08 17:27:54.15]: ▸ Cleaning RCTGeolocation/RCTGeolocation [Release] | |
INFO [2017-06-08 17:27:54.15]: ▸ Check Dependencies | |
INFO [2017-06-08 17:27:54.15]: ▸ Cleaning RNImagePicker/RNImagePicker [Release] | |
INFO [2017-06-08 17:27:54.15]: ▸ Check Dependencies | |
INFO [2017-06-08 17:27:54.15]: ▸ Cleaning RCTPushNotification/RCTPushNotification [Release] | |
INFO [2017-06-08 17:27:54.15]: ▸ Check Dependencies | |
INFO [2017-06-08 17:27:54.15]: ▸ Cleaning SplashScreen/SplashScreen [Release] | |
INFO [2017-06-08 17:27:54.15]: ▸ Check Dependencies | |
INFO [2017-06-08 17:27:54.15]: ▸ Cleaning RNRandomBytes/RNRandomBytes [Release] | |
INFO [2017-06-08 17:27:54.15]: ▸ Check Dependencies | |
INFO [2017-06-08 17:27:54.15]: ▸ Cleaning RCTCamera/RCTCamera [Release] | |
INFO [2017-06-08 17:27:54.15]: ▸ Check Dependencies | |
INFO [2017-06-08 17:27:54.15]: ▸ Cleaning Pods/Alamofire [Release] | |
INFO [2017-06-08 17:27:54.15]: ▸ Check Dependencies | |
INFO [2017-06-08 17:27:54.15]: ▸ Cleaning Pods/AlamofireImage [Release] | |
INFO [2017-06-08 17:27:54.15]: ▸ Check Dependencies | |
INFO [2017-06-08 17:27:54.15]: ▸ Cleaning Pods/CocoaAsyncSocket [Release] | |
INFO [2017-06-08 17:27:54.15]: ▸ Check Dependencies | |
INFO [2017-06-08 17:27:54.15]: ▸ Cleaning Pods/GPUImage [Release] | |
INFO [2017-06-08 17:27:54.15]: ▸ Check Dependencies | |
INFO [2017-06-08 17:27:54.43]: ▸ Cleaning Pods/GZIP [Release] | |
INFO [2017-06-08 17:27:54.43]: ▸ Check Dependencies | |
INFO [2017-06-08 17:27:54.43]: ▸ Cleaning Pods/KeychainAccess [Release] | |
INFO [2017-06-08 17:27:54.43]: ▸ Check Dependencies | |
INFO [2017-06-08 17:27:54.43]: ▸ Cleaning Pods/MBProgressHUD [Release] | |
INFO [2017-06-08 17:27:54.43]: ▸ Check Dependencies | |
INFO [2017-06-08 17:27:54.44]: ▸ Cleaning Pods/Socket.IO-Client-Swift [Release] | |
INFO [2017-06-08 17:27:54.44]: ▸ Check Dependencies | |
INFO [2017-06-08 17:27:54.44]: ▸ Cleaning Pods/Pods-Tradle [Release] | |
INFO [2017-06-08 17:27:54.44]: ▸ Check Dependencies | |
INFO [2017-06-08 17:27:54.45]: ▸ Cleaning RNBlinkID/RNBlinkID [Release] | |
INFO [2017-06-08 17:27:54.45]: ▸ Check Dependencies | |
INFO [2017-06-08 17:27:54.45]: ▸ Cleaning RNFIRAnalytics/RNFIRAnalytics [Release] | |
INFO [2017-06-08 17:27:54.45]: ▸ Check Dependencies | |
INFO [2017-06-08 17:27:54.45]: ▸ Cleaning RNECC/RNECC [Release] | |
INFO [2017-06-08 17:27:54.45]: ▸ Check Dependencies | |
INFO [2017-06-08 17:27:54.45]: ▸ Cleaning RCTActionSheet/RCTActionSheet [Release] | |
INFO [2017-06-08 17:27:54.46]: ▸ Check Dependencies | |
INFO [2017-06-08 17:27:54.46]: ▸ Cleaning RNPasscodeStatus/RNPasscodeStatus [Release] | |
INFO [2017-06-08 17:27:54.46]: ▸ Check Dependencies | |
INFO [2017-06-08 17:27:54.46]: ▸ Cleaning RCTAnimation/RCTAnimation [Release] | |
INFO [2017-06-08 17:27:54.46]: ▸ Check Dependencies | |
INFO [2017-06-08 17:27:54.46]: ▸ Cleaning RCTVibration/RCTVibration [Release] | |
INFO [2017-06-08 17:27:54.46]: ▸ Check Dependencies | |
INFO [2017-06-08 17:27:54.46]: ▸ using 'ALWAYS_SEARCH_USER_PATHS = YES' while building targets which define modules ('DEFINES_MODULE = YES') may fail. Please migrate to using 'ALWAYS_SEARCH_USER_PATHS = NO'. | |
INFO [2017-06-08 17:27:54.46]: ▸ using 'ALWAYS_SEARCH_USER_PATHS = YES' while building targets which define modules ('DEFINES_MODULE = YES') may fail. Please migrate to using 'ALWAYS_SEARCH_USER_PATHS = NO'. | |
INFO [2017-06-08 17:27:54.46]: ▸ using 'ALWAYS_SEARCH_USER_PATHS = YES' while building targets which define modules ('DEFINES_MODULE = YES') may fail. Please migrate to using 'ALWAYS_SEARCH_USER_PATHS = NO'. | |
INFO [2017-06-08 17:27:54.46]: ▸ Cleaning SMXCrashlytics/SMXCrashlytics [Release] | |
INFO [2017-06-08 17:27:54.46]: ▸ Check Dependencies | |
INFO [2017-06-08 17:27:54.46]: ▸ Cleaning UdpSockets/UdpSockets [Release] | |
INFO [2017-06-08 17:27:54.46]: ▸ Check Dependencies | |
INFO [2017-06-08 17:27:54.46]: ▸ Cleaning RCTWebSocket/RCTWebSocket [Release] | |
INFO [2017-06-08 17:27:54.46]: ▸ Check Dependencies | |
INFO [2017-06-08 17:27:54.46]: ▸ Cleaning RNLocalAuth/RNLocalAuth [Release] | |
INFO [2017-06-08 17:27:54.47]: ▸ Check Dependencies | |
INFO [2017-06-08 17:27:54.47]: ▸ Cleaning RCTSettings/RCTSettings [Release] | |
INFO [2017-06-08 17:27:54.47]: ▸ Check Dependencies | |
INFO [2017-06-08 17:27:54.47]: ▸ Cleaning CodePush/CodePush [Release] | |
INFO [2017-06-08 17:27:54.47]: ▸ Check Dependencies | |
INFO [2017-06-08 17:27:54.47]: ▸ Cleaning RCTOrientation/RCTOrientation [Release] | |
INFO [2017-06-08 17:27:54.47]: ▸ Check Dependencies | |
INFO [2017-06-08 17:27:54.47]: ▸ Cleaning RNSearchBar/RNSearchBar [Release] | |
INFO [2017-06-08 17:27:54.47]: ▸ Check Dependencies | |
INFO [2017-06-08 17:27:54.47]: ▸ Cleaning RCTNetwork/RCTNetwork [Release] | |
INFO [2017-06-08 17:27:54.47]: ▸ Check Dependencies | |
INFO [2017-06-08 17:27:54.47]: ▸ Cleaning RCTImage/RCTImage [Release] | |
INFO [2017-06-08 17:27:54.47]: ▸ Check Dependencies | |
INFO [2017-06-08 17:27:54.48]: ▸ Cleaning RCTText/RCTText [Release] | |
INFO [2017-06-08 17:27:54.48]: ▸ Check Dependencies | |
INFO [2017-06-08 17:27:54.48]: ▸ Cleaning RNVectorIcons/RNVectorIcons [Release] | |
INFO [2017-06-08 17:27:54.48]: ▸ Check Dependencies | |
INFO [2017-06-08 17:27:54.48]: ▸ Cleaning RNKeychain/RNKeychain [Release] | |
INFO [2017-06-08 17:27:54.48]: ▸ Check Dependencies | |
INFO [2017-06-08 17:27:54.48]: ▸ Cleaning RNDeviceInfo/RNDeviceInfo [Release] | |
INFO [2017-06-08 17:27:54.48]: ▸ Check Dependencies | |
INFO [2017-06-08 17:27:54.48]: ▸ Cleaning BVLinearGradient/BVLinearGradient [Release] | |
INFO [2017-06-08 17:27:54.48]: ▸ Check Dependencies | |
INFO [2017-06-08 17:27:54.48]: ▸ Cleaning Tradle/Tradle [Release] | |
INFO [2017-06-08 17:27:54.48]: ▸ Check Dependencies | |
INFO [2017-06-08 17:27:54.73]: ▸ Clean Succeeded | |
INFO [2017-06-08 17:27:56.12]: ▸ Building React/yoga [Release] | |
INFO [2017-06-08 17:27:56.12]: ▸ Check Dependencies | |
INFO [2017-06-08 17:27:56.12]: ▸ using 'ALWAYS_SEARCH_USER_PATHS = YES' while building targets which define modules ('DEFINES_MODULE = YES') may fail. Please migrate to using 'ALWAYS_SEARCH_USER_PATHS = NO'. | |
INFO [2017-06-08 17:27:56.12]: ▸ using 'ALWAYS_SEARCH_USER_PATHS = YES' while building targets which define modules ('DEFINES_MODULE = YES') may fail. Please migrate to using 'ALWAYS_SEARCH_USER_PATHS = NO'. | |
INFO [2017-06-08 17:27:56.12]: ▸ Copying /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/ReactCommon/yoga/yoga/Yoga.h | |
INFO [2017-06-08 17:27:56.13]: ▸ Copying /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/ReactCommon/yoga/yoga/YGMacros.h | |
INFO [2017-06-08 17:27:56.13]: ▸ Copying /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/ReactCommon/yoga/yoga/YGEnums.h | |
INFO [2017-06-08 17:27:56.13]: ▸ Compiling YGNodeList.c | |
INFO [2017-06-08 17:27:56.35]: ▸ Compiling YGNodeList.c | |
INFO [2017-06-08 17:27:56.35]: ▸ Compiling Yoga.c | |
INFO [2017-06-08 17:27:58.11]: ▸ Compiling Yoga.c | |
INFO [2017-06-08 17:27:58.12]: ▸ Building library libyoga.a | |
INFO [2017-06-08 17:27:58.18]: ▸ Building library libyoga.a | |
INFO [2017-06-08 17:27:58.50]: ▸ Building React/jschelpers [Release] | |
INFO [2017-06-08 17:27:58.50]: ▸ Check Dependencies | |
INFO [2017-06-08 17:27:58.50]: ▸ using 'ALWAYS_SEARCH_USER_PATHS = YES' while building targets which define modules ('DEFINES_MODULE = YES') may fail. Please migrate to using 'ALWAYS_SEARCH_USER_PATHS = NO'. | |
INFO [2017-06-08 17:27:58.50]: ▸ using 'ALWAYS_SEARCH_USER_PATHS = YES' while building targets which define modules ('DEFINES_MODULE = YES') may fail. Please migrate to using 'ALWAYS_SEARCH_USER_PATHS = NO'. | |
INFO [2017-06-08 17:27:58.53]: ▸ Copying /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/ReactCommon/jschelpers/JavaScriptCore.h | |
INFO [2017-06-08 17:27:58.53]: ▸ Copying /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/ReactCommon/jschelpers/JSCWrapper.h | |
INFO [2017-06-08 17:27:58.53]: ▸ Compiling JSCWrapper.cpp | |
INFO [2017-06-08 17:27:59.11]: ▸ Compiling JSCWrapper.cpp | |
INFO [2017-06-08 17:27:59.12]: ▸ Building library libjschelpers.a | |
INFO [2017-06-08 17:27:59.18]: ▸ Building library libjschelpers.a | |
INFO [2017-06-08 17:27:59.40]: ▸ Building React/cxxreact [Release] | |
INFO [2017-06-08 17:27:59.40]: ▸ Check Dependencies | |
INFO [2017-06-08 17:27:59.40]: ▸ using 'ALWAYS_SEARCH_USER_PATHS = YES' while building targets which define modules ('DEFINES_MODULE = YES') may fail. Please migrate to using 'ALWAYS_SEARCH_USER_PATHS = NO'. | |
INFO [2017-06-08 17:27:59.40]: ▸ using 'ALWAYS_SEARCH_USER_PATHS = YES' while building targets which define modules ('DEFINES_MODULE = YES') may fail. Please migrate to using 'ALWAYS_SEARCH_USER_PATHS = NO'. | |
INFO [2017-06-08 17:27:59.43]: ▸ Copying /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/ReactCommon/cxxreact/JSBundleType.h | |
INFO [2017-06-08 17:27:59.43]: ▸ Compiling JSBundleType.cpp | |
INFO [2017-06-08 17:27:59.85]: ▸ Compiling JSBundleType.cpp | |
INFO [2017-06-08 17:27:59.85]: ▸ Building library libcxxreact.a | |
INFO [2017-06-08 17:27:59.90]: ▸ Building library libcxxreact.a | |
INFO [2017-06-08 17:28:00.11]: ▸ Building React/React [Release] | |
INFO [2017-06-08 17:28:00.11]: ▸ Check Dependencies | |
INFO [2017-06-08 17:28:00.11]: ▸ using 'ALWAYS_SEARCH_USER_PATHS = YES' while building targets which define modules ('DEFINES_MODULE = YES') may fail. Please migrate to using 'ALWAYS_SEARCH_USER_PATHS = NO'. | |
INFO [2017-06-08 17:28:00.11]: ▸ using 'ALWAYS_SEARCH_USER_PATHS = YES' while building targets which define modules ('DEFINES_MODULE = YES') may fail. Please migrate to using 'ALWAYS_SEARCH_USER_PATHS = NO'. | |
INFO [2017-06-08 17:28:00.11]: ▸ using 'ALWAYS_SEARCH_USER_PATHS = YES' while building targets which define modules ('DEFINES_MODULE = YES') may fail. Please migrate to using 'ALWAYS_SEARCH_USER_PATHS = NO'. | |
INFO [2017-06-08 17:28:00.11]: ▸ using 'ALWAYS_SEARCH_USER_PATHS = YES' while building targets which define modules ('DEFINES_MODULE = YES') may fail. Please migrate to using 'ALWAYS_SEARCH_USER_PATHS = NO'. | |
INFO [2017-06-08 17:28:00.11]: ▸ using 'ALWAYS_SEARCH_USER_PATHS = YES' while building targets which define modules ('DEFINES_MODULE = YES') may fail. Please migrate to using 'ALWAYS_SEARCH_USER_PATHS = NO'. | |
INFO [2017-06-08 17:28:00.11]: ▸ using 'ALWAYS_SEARCH_USER_PATHS = YES' while building targets which define modules ('DEFINES_MODULE = YES') may fail. Please migrate to using 'ALWAYS_SEARCH_USER_PATHS = NO'. | |
INFO [2017-06-08 17:28:00.14]: ▸ Running script 'Start Packager' | |
INFO [2017-06-08 17:28:00.28]: ▸ Copying /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/Libraries/Image/RCTImageLoader.h | |
INFO [2017-06-08 17:28:00.29]: ▸ Copying /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/Libraries/Image/RCTResizeMode.h | |
INFO [2017-06-08 17:28:00.30]: ▸ Copying /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/Libraries/Image/RCTImageStoreManager.h | |
INFO [2017-06-08 17:28:00.30]: ▸ Copying /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/Libraries/LinkingIOS/RCTLinkingManager.h | |
INFO [2017-06-08 17:28:00.30]: ▸ Copying /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/Libraries/Network/RCTNetworking.h | |
INFO [2017-06-08 17:28:00.30]: ▸ Copying /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/Libraries/PushNotificationIOS/RCTPushNotificationManager.h | |
INFO [2017-06-08 17:28:00.30]: ▸ Copying Base/RCTAssert.h | |
INFO [2017-06-08 17:28:00.30]: ▸ Copying /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/Libraries/Network/RCTNetworkTask.h | |
INFO [2017-06-08 17:28:00.30]: ▸ Copying Base/RCTBridgeDelegate.h | |
INFO [2017-06-08 17:28:00.30]: ▸ Copying Base/RCTBridge.h | |
INFO [2017-06-08 17:28:00.31]: ▸ Copying Base/RCTBridge+Private.h | |
INFO [2017-06-08 17:28:00.31]: ▸ Copying Base/RCTBridgeMethod.h | |
INFO [2017-06-08 17:28:00.31]: ▸ Copying Base/RCTBridgeModule.h | |
INFO [2017-06-08 17:28:00.31]: ▸ Copying Base/RCTBundleURLProvider.h | |
INFO [2017-06-08 17:28:00.31]: ▸ Copying Base/RCTConvert.h | |
INFO [2017-06-08 17:28:00.31]: ▸ Copying Base/RCTDefines.h | |
INFO [2017-06-08 17:28:00.31]: ▸ Copying Base/RCTDisplayLink.h | |
INFO [2017-06-08 17:28:00.31]: ▸ Copying Base/RCTErrorCustomizer.h | |
INFO [2017-06-08 17:28:00.31]: ▸ Copying Base/RCTErrorInfo.h | |
INFO [2017-06-08 17:28:00.31]: ▸ Copying Base/RCTEventDispatcher.h | |
INFO [2017-06-08 17:28:00.31]: ▸ Copying Base/RCTFrameUpdate.h | |
INFO [2017-06-08 17:28:00.31]: ▸ Copying Base/RCTImageSource.h | |
INFO [2017-06-08 17:28:00.31]: ▸ Copying Base/RCTInvalidating.h | |
INFO [2017-06-08 17:28:00.31]: ▸ Copying Base/RCTJavaScriptExecutor.h | |
INFO [2017-06-08 17:28:00.32]: ▸ Copying Base/RCTJavaScriptLoader.h | |
INFO [2017-06-08 17:28:00.32]: ▸ Copying Base/RCTJSStackFrame.h | |
INFO [2017-06-08 17:28:00.32]: ▸ Copying Base/RCTKeyCommands.h | |
INFO [2017-06-08 17:28:00.32]: ▸ Copying Base/RCTLog.h | |
INFO [2017-06-08 17:28:00.32]: ▸ Copying Base/RCTModuleData.h | |
INFO [2017-06-08 17:28:00.32]: ▸ Copying Base/RCTModuleMethod.h | |
INFO [2017-06-08 17:28:00.32]: ▸ Copying Base/RCTMultipartDataTask.h | |
INFO [2017-06-08 17:28:00.32]: ▸ Copying Base/RCTMultipartStreamReader.h | |
INFO [2017-06-08 17:28:00.32]: ▸ Copying Base/RCTNullability.h | |
INFO [2017-06-08 17:28:00.32]: ▸ Copying Base/RCTParserUtils.h | |
INFO [2017-06-08 17:28:00.32]: ▸ Copying Base/RCTPerformanceLogger.h | |
INFO [2017-06-08 17:28:00.32]: ▸ Copying Base/RCTPlatform.h | |
INFO [2017-06-08 17:28:00.33]: ▸ Copying Base/RCTRootViewDelegate.h | |
INFO [2017-06-08 17:28:00.33]: ▸ Copying Base/RCTRootView.h | |
INFO [2017-06-08 17:28:00.33]: ▸ Copying Base/RCTTouchEvent.h | |
INFO [2017-06-08 17:28:00.33]: ▸ Copying Base/RCTTouchHandler.h | |
INFO [2017-06-08 17:28:00.33]: ▸ Copying Base/RCTURLRequestDelegate.h | |
INFO [2017-06-08 17:28:00.33]: ▸ Copying Base/RCTURLRequestHandler.h | |
INFO [2017-06-08 17:28:00.33]: ▸ Copying Base/RCTUtils.h | |
INFO [2017-06-08 17:28:00.33]: ▸ Copying Base/RCTWebSocketObserverProtocol.h | |
INFO [2017-06-08 17:28:00.33]: ▸ Copying Executors/RCTJSCErrorHandling.h | |
INFO [2017-06-08 17:28:00.33]: ▸ Copying Executors/RCTJSCExecutor.h | |
INFO [2017-06-08 17:28:00.33]: ▸ Copying Modules/JSCSamplingProfiler.h | |
INFO [2017-06-08 17:28:00.33]: ▸ Copying Modules/RCTAccessibilityManager.h | |
INFO [2017-06-08 17:28:00.33]: ▸ Copying Modules/RCTAlertManager.h | |
INFO [2017-06-08 17:28:00.34]: ▸ Copying Modules/RCTAppState.h | |
INFO [2017-06-08 17:28:00.34]: ▸ Copying Modules/RCTAsyncLocalStorage.h | |
INFO [2017-06-08 17:28:00.34]: ▸ Copying Modules/RCTClipboard.h | |
INFO [2017-06-08 17:28:00.34]: ▸ Copying Modules/RCTDevLoadingView.h | |
INFO [2017-06-08 17:28:00.34]: ▸ Copying Modules/RCTDevMenu.h | |
INFO [2017-06-08 17:28:00.34]: ▸ Copying Modules/RCTEventEmitter.h | |
INFO [2017-06-08 17:28:00.34]: ▸ Copying Modules/RCTExceptionsManager.h | |
INFO [2017-06-08 17:28:00.34]: ▸ Copying Modules/RCTI18nManager.h | |
INFO [2017-06-08 17:28:00.34]: ▸ Copying Modules/RCTI18nUtil.h | |
INFO [2017-06-08 17:28:00.34]: ▸ Copying Modules/RCTKeyboardObserver.h | |
INFO [2017-06-08 17:28:00.34]: ▸ Copying Modules/RCTSourceCode.h | |
INFO [2017-06-08 17:28:00.34]: ▸ Copying Modules/RCTRedBox.h | |
INFO [2017-06-08 17:28:00.34]: ▸ Copying Modules/RCTStatusBarManager.h | |
INFO [2017-06-08 17:28:00.34]: ▸ Copying Modules/RCTTiming.h | |
INFO [2017-06-08 17:28:00.35]: ▸ Copying Modules/RCTUIManager.h | |
INFO [2017-06-08 17:28:00.35]: ▸ Copying Profiler/RCTFPSGraph.h | |
INFO [2017-06-08 17:28:00.35]: ▸ Copying Profiler/RCTJSCProfiler.h | |
INFO [2017-06-08 17:28:00.35]: ▸ Copying Profiler/RCTMacros.h | |
INFO [2017-06-08 17:28:00.35]: ▸ Copying Profiler/RCTProfile.h | |
INFO [2017-06-08 17:28:00.35]: ▸ Copying Views/RCTActivityIndicatorView.h | |
INFO [2017-06-08 17:28:00.35]: ▸ Copying Views/RCTActivityIndicatorViewManager.h | |
INFO [2017-06-08 17:28:00.35]: ▸ Copying Views/RCTAnimationType.h | |
INFO [2017-06-08 17:28:00.35]: ▸ Copying Views/RCTAutoInsetsProtocol.h | |
INFO [2017-06-08 17:28:00.35]: ▸ Copying Views/RCTBorderDrawing.h | |
INFO [2017-06-08 17:28:00.35]: ▸ Copying Views/RCTBorderStyle.h | |
INFO [2017-06-08 17:28:00.35]: ▸ Copying Views/RCTComponent.h | |
INFO [2017-06-08 17:28:00.35]: ▸ Copying Views/RCTComponentData.h | |
INFO [2017-06-08 17:28:00.36]: ▸ Copying Views/RCTConvert+CoreLocation.h | |
INFO [2017-06-08 17:28:00.36]: ▸ Copying Views/RCTConvert+MapKit.h | |
INFO [2017-06-08 17:28:00.36]: ▸ Copying Views/RCTDatePicker.h | |
INFO [2017-06-08 17:28:00.36]: ▸ Copying Views/RCTDatePickerManager.h | |
INFO [2017-06-08 17:28:00.36]: ▸ Copying Views/RCTFont.h | |
INFO [2017-06-08 17:28:00.36]: ▸ Copying Views/RCTMap.h | |
INFO [2017-06-08 17:28:00.36]: ▸ Copying Views/RCTMapAnnotation.h | |
INFO [2017-06-08 17:28:00.36]: ▸ Copying Views/RCTMapManager.h | |
INFO [2017-06-08 17:28:00.36]: ▸ Copying Views/RCTMapOverlay.h | |
INFO [2017-06-08 17:28:00.36]: ▸ Copying Views/RCTModalHostView.h | |
INFO [2017-06-08 17:28:00.36]: ▸ Copying Views/RCTModalHostViewController.h | |
INFO [2017-06-08 17:28:00.36]: ▸ Copying Views/RCTModalHostViewManager.h | |
INFO [2017-06-08 17:28:00.36]: ▸ Copying Views/RCTNavigator.h | |
INFO [2017-06-08 17:28:00.37]: ▸ Copying Views/RCTNavigatorManager.h | |
INFO [2017-06-08 17:28:00.37]: ▸ Copying Views/RCTNavItem.h | |
INFO [2017-06-08 17:28:00.37]: ▸ Copying Views/RCTNavItemManager.h | |
INFO [2017-06-08 17:28:00.37]: ▸ Copying Views/RCTPicker.h | |
INFO [2017-06-08 17:28:00.37]: ▸ Copying Views/RCTPickerManager.h | |
INFO [2017-06-08 17:28:00.37]: ▸ Copying Views/RCTPointerEvents.h | |
INFO [2017-06-08 17:28:00.37]: ▸ Copying Views/RCTProgressViewManager.h | |
INFO [2017-06-08 17:28:00.37]: ▸ Copying Views/RCTRefreshControl.h | |
INFO [2017-06-08 17:28:00.37]: ▸ Copying Views/RCTRefreshControlManager.h | |
INFO [2017-06-08 17:28:00.37]: ▸ Copying Views/RCTRootShadowView.h | |
INFO [2017-06-08 17:28:00.37]: ▸ Copying Views/RCTScrollableProtocol.h | |
INFO [2017-06-08 17:28:00.38]: ▸ Copying Views/RCTScrollView.h | |
INFO [2017-06-08 17:28:00.38]: ▸ Copying Views/RCTScrollViewManager.h | |
INFO [2017-06-08 17:28:00.38]: ▸ Copying Views/RCTSegmentedControl.h | |
INFO [2017-06-08 17:28:00.38]: ▸ Copying Views/RCTSegmentedControlManager.h | |
INFO [2017-06-08 17:28:00.38]: ▸ Copying Views/RCTSlider.h | |
INFO [2017-06-08 17:28:00.38]: ▸ Copying Views/RCTShadowView.h | |
INFO [2017-06-08 17:28:00.38]: ▸ Copying Views/RCTSliderManager.h | |
INFO [2017-06-08 17:28:00.38]: ▸ Copying Views/RCTSwitch.h | |
INFO [2017-06-08 17:28:00.38]: ▸ Copying Views/RCTSwitchManager.h | |
INFO [2017-06-08 17:28:00.38]: ▸ Copying Views/RCTTabBar.h | |
INFO [2017-06-08 17:28:00.39]: ▸ Copying Views/RCTTabBarItem.h | |
INFO [2017-06-08 17:28:00.39]: ▸ Copying Views/RCTTabBarItemManager.h | |
INFO [2017-06-08 17:28:00.39]: ▸ Copying Views/RCTTabBarManager.h | |
INFO [2017-06-08 17:28:00.39]: ▸ Copying Views/RCTTextDecorationLineType.h | |
INFO [2017-06-08 17:28:00.39]: ▸ Copying Views/RCTView.h | |
INFO [2017-06-08 17:28:00.39]: ▸ Copying Views/RCTViewControllerProtocol.h | |
INFO [2017-06-08 17:28:00.39]: ▸ Copying Views/RCTViewManager.h | |
INFO [2017-06-08 17:28:00.39]: ▸ Copying Views/RCTWebView.h | |
INFO [2017-06-08 17:28:00.39]: ▸ Copying Views/RCTWebViewManager.h | |
INFO [2017-06-08 17:28:00.39]: ▸ Copying Views/RCTWrapperViewController.h | |
INFO [2017-06-08 17:28:00.39]: ▸ Copying Views/UIView+Private.h | |
INFO [2017-06-08 17:28:00.39]: ▸ Copying Views/UIView+React.h | |
INFO [2017-06-08 17:28:00.42]: ▸ Compiling RCTStatusBarManager.m | |
INFO [2017-06-08 17:28:01.00]: ▸ Compiling RCTConvert+MapKit.m | |
INFO [2017-06-08 17:28:01.03]: ▸ Compiling RCTSourceCode.m | |
INFO [2017-06-08 17:28:01.03]: ▸ Compiling RCTJSCProfiler.m | |
INFO [2017-06-08 17:28:01.03]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Profiler/RCTJSCProfiler.m:66:39: unused parameter 'ctx' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:01.03]: ▸ void RCTJSCProfilerStart(JSContextRef ctx) | |
INFO [2017-06-08 17:28:01.03]: ▸ ^ | |
INFO [2017-06-08 17:28:01.03]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Profiler/RCTJSCProfiler.m:89:43: unused parameter 'ctx' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:01.03]: ▸ NSString *RCTJSCProfilerStop(JSContextRef ctx) | |
INFO [2017-06-08 17:28:01.03]: ▸ ^ | |
INFO [2017-06-08 17:28:01.03]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Profiler/RCTJSCProfiler.m:115:45: unused parameter 'ctx' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:01.03]: ▸ BOOL RCTJSCProfilerIsProfiling(JSContextRef ctx) | |
INFO [2017-06-08 17:28:01.03]: ▸ ^ | |
INFO [2017-06-08 17:28:01.04]: ▸ Compiling RCTMultipartStreamReader.m | |
INFO [2017-06-08 17:28:01.04]: ▸ Compiling RCTDatePicker.m | |
INFO [2017-06-08 17:28:01.04]: ▸ Compiling RCTFrameUpdate.m | |
INFO [2017-06-08 17:28:01.04]: ▸ Compiling RCTAlertManager.m | |
INFO [2017-06-08 17:28:01.11]: ▸ Compiling RCTI18nUtil.m | |
INFO [2017-06-08 17:28:01.12]: ▸ Compiling RCTJSStackFrame.m | |
INFO [2017-06-08 17:28:01.21]: ▸ Compiling RCTConvert.m | |
INFO [2017-06-08 17:28:02.55]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTConvert.m:344:1: implicit conversion loses integer precision: 'unsigned long long' to 'UIDataDetectorTypes' (aka 'enum UIDataDetectorTypes') [-Wshorten-64-to-32] | |
INFO [2017-06-08 17:28:02.55]: ▸ RCT_MULTI_ENUM_CONVERTER(UIDataDetectorTypes, (@{ | |
INFO [2017-06-08 17:28:02.55]: ▸ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
INFO [2017-06-08 17:28:02.55]: ▸ Compiling RCTSegmentedControl.m | |
INFO [2017-06-08 17:28:02.55]: ▸ Compiling RCTRootView.m | |
INFO [2017-06-08 17:28:02.55]: ▸ Compiling RCTExceptionsManager.m | |
INFO [2017-06-08 17:28:02.55]: ▸ Compiling RCTMapAnnotation.m | |
INFO [2017-06-08 17:28:02.55]: ▸ Compiling RCTDevMenu.mm | |
INFO [2017-06-08 17:28:03.81]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTDevMenu.mm:763:29: unused parameter 'title' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:03.81]: ▸ - (void)addItem:(NSString *)title handler:(dispatch_block_t)handler {} | |
INFO [2017-06-08 17:28:03.81]: ▸ ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
INFO [2017-06-08 17:28:03.81]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTDevMenu.mm:763:61: unused parameter 'handler' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:03.81]: ▸ - (void)addItem:(NSString *)title handler:(dispatch_block_t)handler {} | |
INFO [2017-06-08 17:28:03.81]: ▸ ^ | |
INFO [2017-06-08 17:28:03.81]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTDevMenu.mm:764:31: unused parameter 'item' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:03.81]: ▸ - (void)addItem:(RCTDevMenu *)item {} | |
INFO [2017-06-08 17:28:03.81]: ▸ ^ | |
INFO [2017-06-08 17:28:03.81]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTDevMenu.mm:771:49: unused parameter 'title' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:03.81]: ▸ + (instancetype)buttonItemWithTitle:(NSString *)title handler:(void(^)(void))handler {return nil;} | |
INFO [2017-06-08 17:28:03.82]: ▸ ^ | |
INFO [2017-06-08 17:28:03.82]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTDevMenu.mm:771:78: unused parameter 'handler' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:03.82]: ▸ + (instancetype)buttonItemWithTitle:(NSString *)title handler:(void(^)(void))handler {return nil;} | |
INFO [2017-06-08 17:28:03.82]: ▸ ^ | |
INFO [2017-06-08 17:28:03.82]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTDevMenu.mm:772:47: unused parameter 'key' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:03.82]: ▸ + (instancetype)toggleItemWithKey:(NSString *)key | |
INFO [2017-06-08 17:28:03.82]: ▸ ^ | |
INFO [2017-06-08 17:28:03.82]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTDevMenu.mm:773:47: unused parameter 'title' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:03.82]: ▸ title:(NSString *)title | |
INFO [2017-06-08 17:28:03.82]: ▸ ^ | |
INFO [2017-06-08 17:28:03.82]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTDevMenu.mm:774:47: unused parameter 'selectedTitle' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:03.82]: ▸ selectedTitle:(NSString *)selectedTitle | |
INFO [2017-06-08 17:28:03.82]: ▸ ^ | |
INFO [2017-06-08 17:28:03.82]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTDevMenu.mm:775:59: unused parameter 'handler' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:03.83]: ▸ handler:(void(^)(BOOL selected))handler {return nil;} | |
INFO [2017-06-08 17:28:03.83]: ▸ ^ | |
INFO [2017-06-08 17:28:03.83]: ▸ Compiling RCTRootShadowView.m | |
INFO [2017-06-08 17:28:03.83]: ▸ Compiling RCTModuleMethod.m | |
INFO [2017-06-08 17:28:03.83]: ▸ Compiling RCTMultipartDataTask.m | |
INFO [2017-06-08 17:28:03.83]: ▸ Compiling RCTAssert.m | |
INFO [2017-06-08 17:28:03.83]: ▸ Compiling RCTBorderDrawing.m | |
INFO [2017-06-08 17:28:03.83]: ▸ Compiling RCTSlider.m | |
INFO [2017-06-08 17:28:03.83]: ▸ Compiling RCTAsyncLocalStorage.m | |
INFO [2017-06-08 17:28:03.83]: ▸ Compiling RCTProgressViewManager.m | |
INFO [2017-06-08 17:28:03.83]: ▸ Compiling RCTFPSGraph.m | |
INFO [2017-06-08 17:28:03.84]: ▸ Compiling RCTSwitch.m | |
INFO [2017-06-08 17:28:03.84]: ▸ Compiling RCTDisplayLink.m | |
INFO [2017-06-08 17:28:03.84]: ▸ Compiling RCTSwitchManager.m | |
INFO [2017-06-08 17:28:03.84]: ▸ Compiling RCTActivityIndicatorViewManager.m | |
INFO [2017-06-08 17:28:03.85]: ▸ Compiling RCTViewManager.m | |
INFO [2017-06-08 17:28:03.85]: ▸ Compiling RCTImageSource.m | |
INFO [2017-06-08 17:28:03.85]: ▸ Compiling RCTDatePickerManager.m | |
INFO [2017-06-08 17:28:03.86]: ▸ Compiling RCTEventEmitter.m | |
INFO [2017-06-08 17:28:03.86]: ▸ Compiling RCTJavaScriptLoader.mm | |
INFO [2017-06-08 17:28:05.02]: ▸ Compiling RCTPerfMonitor.m | |
INFO [2017-06-08 17:28:05.03]: ▸ Compiling RCTFont.mm | |
INFO [2017-06-08 17:28:05.03]: ▸ Compiling RCTScrollViewManager.m | |
INFO [2017-06-08 17:28:05.03]: ▸ Compiling RCTTabBarManager.m | |
INFO [2017-06-08 17:28:05.03]: ▸ Compiling JSCSamplingProfiler.m | |
INFO [2017-06-08 17:28:05.03]: ▸ Compiling RCTWrapperViewController.m | |
INFO [2017-06-08 17:28:05.04]: ▸ Compiling RCTScrollView.m | |
INFO [2017-06-08 17:28:05.04]: ▸ Compiling RCTReloadCommand.m | |
INFO [2017-06-08 17:28:05.04]: ▸ Compiling RCTAccessibilityManager.m | |
INFO [2017-06-08 17:28:05.04]: ▸ Compiling RCTJSCErrorHandling.mm | |
INFO [2017-06-08 17:28:05.05]: ▸ Compiling RCTDevLoadingView.m | |
INFO [2017-06-08 17:28:05.05]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTDevLoadingView.m:162:26: unused parameter 'enabled' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:05.05]: ▸ + (void)setEnabled:(BOOL)enabled { } | |
INFO [2017-06-08 17:28:05.05]: ▸ ^ | |
INFO [2017-06-08 17:28:05.05]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTDevLoadingView.m:163:46: unused parameter 'progress' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:05.05]: ▸ - (void)updateProgress:(RCTLoadingProgress *)progress {} | |
INFO [2017-06-08 17:28:05.05]: ▸ ^ | |
INFO [2017-06-08 17:28:05.05]: ▸ Compiling RCTTiming.m | |
INFO [2017-06-08 17:28:05.05]: ▸ Compiling RCTAppState.m | |
INFO [2017-06-08 17:28:05.05]: ▸ Compiling RCTJSCExecutor.mm | |
INFO [2017-06-08 17:28:07.35]: ▸ Compiling RCTBatchedBridge.m | |
INFO [2017-06-08 17:28:07.35]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTBatchedBridge.m:737:6: code will never be executed [-Wunreachable-code] | |
INFO [2017-06-08 17:28:07.36]: ▸ [self enqueueJSCall:@"RCTLog" | |
INFO [2017-06-08 17:28:07.36]: ▸ ^ | |
INFO [2017-06-08 17:28:07.36]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTBatchedBridge.m:813:14: unused variable 'length' [-Wunused-variable] | |
INFO [2017-06-08 17:28:07.36]: ▸ JSValue *length = result[@"length"]; | |
INFO [2017-06-08 17:28:07.36]: ▸ ^~~~ | |
INFO [2017-06-08 17:28:07.36]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTBatchedBridge.m:1082:43: unused parameter 'callback' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:07.36]: ▸ - (void)stopProfiling:(void (^)(NSData *))callback | |
INFO [2017-06-08 17:28:07.36]: ▸ ^ | |
INFO [2017-06-08 17:28:07.36]: ▸ Compiling UIView+React.m | |
INFO [2017-06-08 17:28:07.36]: ▸ Compiling RCTSliderManager.m | |
INFO [2017-06-08 17:28:07.36]: ▸ Compiling RCTClipboard.m | |
INFO [2017-06-08 17:28:07.36]: ▸ Compiling RCTModuleData.mm | |
INFO [2017-06-08 17:28:07.36]: ▸ Compiling RCTPerformanceLogger.m | |
INFO [2017-06-08 17:28:07.37]: ▸ Compiling RCTTouchHandler.m | |
INFO [2017-06-08 17:28:07.37]: ▸ Compiling RCTErrorInfo.m | |
INFO [2017-06-08 17:28:07.37]: ▸ Compiling RCTLog.mm | |
INFO [2017-06-08 17:28:07.37]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTLog.mm:188:29: unused function 'nativeStackFrameRegex' [-Wunused-function] | |
INFO [2017-06-08 17:28:07.37]: ▸ static NSRegularExpression *nativeStackFrameRegex() | |
INFO [2017-06-08 17:28:07.37]: ▸ ^ | |
INFO [2017-06-08 17:28:07.37]: ▸ Compiling RCTNavItemManager.m | |
INFO [2017-06-08 17:28:07.38]: ▸ Compiling RCTParserUtils.m | |
INFO [2017-06-08 17:28:07.38]: ▸ Compiling RCTView.m | |
INFO [2017-06-08 17:28:07.38]: ▸ Compiling RCTPlatform.m | |
INFO [2017-06-08 17:28:07.38]: ▸ Compiling RCTMapOverlay.m | |
INFO [2017-06-08 17:28:07.38]: ▸ Compiling RCTKeyboardObserver.m | |
INFO [2017-06-08 17:28:07.39]: ▸ Compiling RCTI18nManager.m | |
INFO [2017-06-08 17:28:07.39]: ▸ Compiling RCTConvert+CoreLocation.m | |
INFO [2017-06-08 17:28:07.39]: ▸ Compiling RCTTabBarItemManager.m | |
INFO [2017-06-08 17:28:07.39]: ▸ Compiling RCTKeyCommands.m | |
INFO [2017-06-08 17:28:07.39]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTKeyCommands.m:368:49: unused parameter 'input' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:07.40]: ▸ - (void)registerKeyCommandWithInput:(NSString *)input | |
INFO [2017-06-08 17:28:07.40]: ▸ ^ | |
INFO [2017-06-08 17:28:07.40]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTKeyCommands.m:369:57: unused parameter 'flags' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:07.40]: ▸ modifierFlags:(UIKeyModifierFlags)flags | |
INFO [2017-06-08 17:28:07.40]: ▸ ^ | |
INFO [2017-06-08 17:28:07.40]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTKeyCommands.m:370:63: unused parameter 'block' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:07.40]: ▸ action:(void (^)(UIKeyCommand *))block {} | |
INFO [2017-06-08 17:28:07.40]: ▸ ^ | |
INFO [2017-06-08 17:28:07.40]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTKeyCommands.m:372:51: unused parameter 'input' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:07.40]: ▸ - (void)unregisterKeyCommandWithInput:(NSString *)input | |
INFO [2017-06-08 17:28:07.40]: ▸ ^ | |
INFO [2017-06-08 17:28:07.40]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTKeyCommands.m:373:59: unused parameter 'flags' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:07.40]: ▸ modifierFlags:(UIKeyModifierFlags)flags {} | |
INFO [2017-06-08 17:28:07.40]: ▸ ^ | |
INFO [2017-06-08 17:28:07.40]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTKeyCommands.m:375:52: unused parameter 'input' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:07.40]: ▸ - (BOOL)isKeyCommandRegisteredForInput:(NSString *)input | |
INFO [2017-06-08 17:28:07.40]: ▸ ^ | |
INFO [2017-06-08 17:28:07.41]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTKeyCommands.m:376:60: unused parameter 'flags' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:07.41]: ▸ modifierFlags:(UIKeyModifierFlags)flags | |
INFO [2017-06-08 17:28:07.41]: ▸ ^ | |
INFO [2017-06-08 17:28:07.41]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTKeyCommands.m:381:60: unused parameter 'input' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:07.41]: ▸ - (void)registerDoublePressKeyCommandWithInput:(NSString *)input | |
INFO [2017-06-08 17:28:07.41]: ▸ ^ | |
INFO [2017-06-08 17:28:07.41]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTKeyCommands.m:382:57: unused parameter 'flags' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:07.41]: ▸ modifierFlags:(UIKeyModifierFlags)flags | |
INFO [2017-06-08 17:28:07.41]: ▸ ^ | |
INFO [2017-06-08 17:28:07.41]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTKeyCommands.m:383:63: unused parameter 'block' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:07.41]: ▸ action:(void (^)(UIKeyCommand *))block {} | |
INFO [2017-06-08 17:28:07.41]: ▸ ^ | |
INFO [2017-06-08 17:28:07.41]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTKeyCommands.m:385:62: unused parameter 'input' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:07.41]: ▸ - (void)unregisterDoublePressKeyCommandWithInput:(NSString *)input | |
INFO [2017-06-08 17:28:07.41]: ▸ ^ | |
INFO [2017-06-08 17:28:07.42]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTKeyCommands.m:386:59: unused parameter 'flags' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:07.42]: ▸ modifierFlags:(UIKeyModifierFlags)flags {} | |
INFO [2017-06-08 17:28:07.42]: ▸ ^ | |
INFO [2017-06-08 17:28:07.42]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTKeyCommands.m:388:63: unused parameter 'input' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:07.42]: ▸ - (BOOL)isDoublePressKeyCommandRegisteredForInput:(NSString *)input | |
INFO [2017-06-08 17:28:07.42]: ▸ ^ | |
INFO [2017-06-08 17:28:07.42]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTKeyCommands.m:389:60: unused parameter 'flags' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:07.42]: ▸ modifierFlags:(UIKeyModifierFlags)flags | |
INFO [2017-06-08 17:28:07.42]: ▸ ^ | |
INFO [2017-06-08 17:28:07.42]: ▸ Compiling RCTUtils.m | |
INFO [2017-06-08 17:28:07.42]: ▸ Compiling RCTMapManager.m | |
INFO [2017-06-08 17:28:07.42]: ▸ Compiling RCTRefreshControl.m | |
INFO [2017-06-08 17:28:07.42]: ▸ Compiling RCTWebView.m | |
INFO [2017-06-08 17:28:07.42]: ▸ Compiling RCTBridge.m | |
INFO [2017-06-08 17:28:07.42]: ▸ Compiling RCTWebViewManager.m | |
INFO [2017-06-08 17:28:07.43]: ▸ Compiling RCTPicker.m | |
INFO [2017-06-08 17:28:07.43]: ▸ Compiling RCTTabBarItem.m | |
INFO [2017-06-08 17:28:07.43]: ▸ Compiling RCTModalHostView.m | |
INFO [2017-06-08 17:28:07.43]: ▸ Compiling RCTShadowView.m | |
INFO [2017-06-08 17:28:07.44]: ▸ Compiling RCTSegmentedControlManager.m | |
INFO [2017-06-08 17:28:07.44]: ▸ Compiling RCTPickerManager.m | |
INFO [2017-06-08 17:28:07.45]: ▸ Compiling RCTRefreshControlManager.m | |
INFO [2017-06-08 17:28:07.45]: ▸ Compiling RCTBundleURLProvider.m | |
INFO [2017-06-08 17:28:07.45]: ▸ Compiling RCTActivityIndicatorView.m | |
INFO [2017-06-08 17:28:07.46]: ▸ Compiling RCTNavigator.m | |
INFO [2017-06-08 17:28:07.46]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Views/RCTNavigator.m:602:59: unused parameter 'wrapperViewController' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:07.46]: ▸ - (void)wrapperViewController:(RCTWrapperViewController *)wrapperViewController | |
INFO [2017-06-08 17:28:07.46]: ▸ ^ | |
INFO [2017-06-08 17:28:07.46]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Views/RCTNavigator.m:603:57: unused parameter 'navigationController' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:07.46]: ▸ didMoveToNavigationController:(UINavigationController *)navigationController | |
INFO [2017-06-08 17:28:07.46]: ▸ ^ | |
INFO [2017-06-08 17:28:07.46]: ▸ Compiling RCTTabBar.m | |
INFO [2017-06-08 17:28:07.46]: ▸ Compiling RCTRedBox.m | |
INFO [2017-06-08 17:28:07.47]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTRedBox.m:476:57: unused parameter 'errorCustomizer' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:07.47]: ▸ - (void)registerErrorCustomizer:(id<RCTErrorCustomizer>)errorCustomizer {} | |
INFO [2017-06-08 17:28:07.47]: ▸ ^ | |
INFO [2017-06-08 17:28:07.47]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTRedBox.m:477:30: unused parameter 'message' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:07.47]: ▸ - (void)showError:(NSError *)message {} | |
INFO [2017-06-08 17:28:07.47]: ▸ ^ | |
INFO [2017-06-08 17:28:07.47]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTRedBox.m:478:38: unused parameter 'message' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:07.47]: ▸ - (void)showErrorMessage:(NSString *)message {} | |
INFO [2017-06-08 17:28:07.47]: ▸ ^ | |
INFO [2017-06-08 17:28:07.47]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTRedBox.m:479:38: unused parameter 'message' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:07.47]: ▸ - (void)showErrorMessage:(NSString *)message withDetails:(NSString *)details {} | |
INFO [2017-06-08 17:28:07.47]: ▸ ^ | |
INFO [2017-06-08 17:28:07.47]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTRedBox.m:479:70: unused parameter 'details' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:07.47]: ▸ - (void)showErrorMessage:(NSString *)message withDetails:(NSString *)details {} | |
INFO [2017-06-08 17:28:07.47]: ▸ ^ | |
INFO [2017-06-08 17:28:07.47]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTRedBox.m:480:38: unused parameter 'message' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:07.48]: ▸ - (void)showErrorMessage:(NSString *)message withRawStack:(NSString *)rawStack {} | |
INFO [2017-06-08 17:28:07.48]: ▸ ^ | |
INFO [2017-06-08 17:28:07.48]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTRedBox.m:480:71: unused parameter 'rawStack' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:07.48]: ▸ - (void)showErrorMessage:(NSString *)message withRawStack:(NSString *)rawStack {} | |
INFO [2017-06-08 17:28:07.48]: ▸ ^ | |
INFO [2017-06-08 17:28:07.48]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTRedBox.m:481:38: unused parameter 'message' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:07.48]: ▸ - (void)showErrorMessage:(NSString *)message withStack:(NSArray<NSDictionary *> *)stack {} | |
INFO [2017-06-08 17:28:07.48]: ▸ ^ | |
INFO [2017-06-08 17:28:07.48]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTRedBox.m:481:83: unused parameter 'stack' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:07.48]: ▸ - (void)showErrorMessage:(NSString *)message withStack:(NSArray<NSDictionary *> *)stack {} | |
INFO [2017-06-08 17:28:07.48]: ▸ ^ | |
INFO [2017-06-08 17:28:07.48]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTRedBox.m:482:40: unused parameter 'message' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:07.48]: ▸ - (void)updateErrorMessage:(NSString *)message withStack:(NSArray<NSDictionary *> *)stack {} | |
INFO [2017-06-08 17:28:07.48]: ▸ ^ | |
INFO [2017-06-08 17:28:07.49]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTRedBox.m:482:85: unused parameter 'stack' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:07.49]: ▸ - (void)updateErrorMessage:(NSString *)message withStack:(NSArray<NSDictionary *> *)stack {} | |
INFO [2017-06-08 17:28:07.49]: ▸ ^ | |
INFO [2017-06-08 17:28:07.49]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTRedBox.m:483:38: unused parameter 'message' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:07.49]: ▸ - (void)showErrorMessage:(NSString *)message withStack:(NSArray<NSDictionary *> *)stack isUpdate:(BOOL)isUpdate {} | |
INFO [2017-06-08 17:28:07.49]: ▸ ^ | |
INFO [2017-06-08 17:28:07.49]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTRedBox.m:483:83: unused parameter 'stack' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:07.49]: ▸ - (void)showErrorMessage:(NSString *)message withStack:(NSArray<NSDictionary *> *)stack isUpdate:(BOOL)isUpdate {} | |
INFO [2017-06-08 17:28:07.49]: ▸ ^ | |
INFO [2017-06-08 17:28:07.49]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTRedBox.m:483:104: unused parameter 'isUpdate' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:07.49]: ▸ - (void)showErrorMessage:(NSString *)message withStack:(NSArray<NSDictionary *> *)stack isUpdate:(BOOL)isUpdate {} | |
INFO [2017-06-08 17:28:07.49]: ▸ ^ | |
INFO [2017-06-08 17:28:07.49]: ▸ Compiling RCTModalHostViewController.m | |
INFO [2017-06-08 17:28:07.49]: ▸ Compiling RCTMap.m | |
INFO [2017-06-08 17:28:07.49]: ▸ Compiling RCTNavItem.m | |
INFO [2017-06-08 17:28:07.49]: ▸ Compiling RCTEventDispatcher.m | |
INFO [2017-06-08 17:28:07.49]: ▸ Compiling RCTModalHostViewManager.m | |
INFO [2017-06-08 17:28:07.50]: ▸ Compiling RCTUIManager.m | |
INFO [2017-06-08 17:28:09.41]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTUIManager.m:239:28: 'sendDeviceEventWithName:body:' is deprecated: Subclass RCTEventEmitter instead [-Wdeprecated-declarations] | |
INFO [2017-06-08 17:28:09.41]: ▸ [_bridge.eventDispatcher sendDeviceEventWithName:@"didUpdateContentSizeMultiplier" | |
INFO [2017-06-08 17:28:09.41]: ▸ ^ | |
INFO [2017-06-08 17:28:09.41]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTUIManager.m:387:11: unused variable 'existingView' [-Wunused-variable] | |
INFO [2017-06-08 17:28:09.42]: ▸ UIView *existingView = _viewRegistry[reactTag]; | |
INFO [2017-06-08 17:28:09.42]: ▸ ^ | |
INFO [2017-06-08 17:28:09.42]: ▸ Compiling RCTTouchEvent.m | |
INFO [2017-06-08 17:28:09.42]: ▸ Compiling RCTProfile.m | |
INFO [2017-06-08 17:28:09.42]: ▸ Compiling RCTConvert+Transform.m | |
INFO [2017-06-08 17:28:09.42]: ▸ Compiling RCTComponentData.m | |
INFO [2017-06-08 17:28:09.42]: ▸ Compiling RCTNavigatorManager.m | |
INFO [2017-06-08 17:28:09.42]: ▸ Compiling RCTConvert+MapKit.m | |
INFO [2017-06-08 17:28:09.43]: ▸ Compiling RCTStatusBarManager.m | |
INFO [2017-06-08 17:28:09.43]: ▸ Compiling RCTSourceCode.m | |
INFO [2017-06-08 17:28:09.43]: ▸ Compiling RCTJSCProfiler.m | |
INFO [2017-06-08 17:28:09.43]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Profiler/RCTJSCProfiler.m:66:39: unused parameter 'ctx' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:09.43]: ▸ void RCTJSCProfilerStart(JSContextRef ctx) | |
INFO [2017-06-08 17:28:09.43]: ▸ ^ | |
INFO [2017-06-08 17:28:09.43]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Profiler/RCTJSCProfiler.m:89:43: unused parameter 'ctx' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:09.44]: ▸ NSString *RCTJSCProfilerStop(JSContextRef ctx) | |
INFO [2017-06-08 17:28:09.44]: ▸ ^ | |
INFO [2017-06-08 17:28:09.44]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Profiler/RCTJSCProfiler.m:115:45: unused parameter 'ctx' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:09.44]: ▸ BOOL RCTJSCProfilerIsProfiling(JSContextRef ctx) | |
INFO [2017-06-08 17:28:09.44]: ▸ ^ | |
INFO [2017-06-08 17:28:09.44]: ▸ Compiling RCTMultipartStreamReader.m | |
INFO [2017-06-08 17:28:09.44]: ▸ Compiling RCTDatePicker.m | |
INFO [2017-06-08 17:28:09.44]: ▸ Compiling RCTFrameUpdate.m | |
INFO [2017-06-08 17:28:09.44]: ▸ Compiling RCTAlertManager.m | |
INFO [2017-06-08 17:28:09.44]: ▸ Compiling RCTI18nUtil.m | |
INFO [2017-06-08 17:28:09.44]: ▸ Compiling RCTJSStackFrame.m | |
INFO [2017-06-08 17:28:09.45]: ▸ Compiling RCTConvert.m | |
INFO [2017-06-08 17:28:09.45]: ▸ Compiling RCTSegmentedControl.m | |
INFO [2017-06-08 17:28:09.45]: ▸ Compiling RCTRootView.m | |
INFO [2017-06-08 17:28:09.45]: ▸ Compiling RCTExceptionsManager.m | |
INFO [2017-06-08 17:28:09.46]: ▸ Compiling RCTMapAnnotation.m | |
INFO [2017-06-08 17:28:09.46]: ▸ Compiling RCTDevMenu.mm | |
INFO [2017-06-08 17:28:10.06]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTDevMenu.mm:763:29: unused parameter 'title' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:10.06]: ▸ - (void)addItem:(NSString *)title handler:(dispatch_block_t)handler {} | |
INFO [2017-06-08 17:28:10.06]: ▸ ^ | |
INFO [2017-06-08 17:28:10.06]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTDevMenu.mm:763:61: unused parameter 'handler' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:10.06]: ▸ - (void)addItem:(NSString *)title handler:(dispatch_block_t)handler {} | |
INFO [2017-06-08 17:28:10.06]: ▸ ^ | |
INFO [2017-06-08 17:28:10.06]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTDevMenu.mm:764:31: unused parameter 'item' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:10.06]: ▸ - (void)addItem:(RCTDevMenu *)item {} | |
INFO [2017-06-08 17:28:10.06]: ▸ ^ | |
INFO [2017-06-08 17:28:10.06]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTDevMenu.mm:771:49: unused parameter 'title' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:10.06]: ▸ + (instancetype)buttonItemWithTitle:(NSString *)title handler:(void(^)(void))handler {return nil;} | |
INFO [2017-06-08 17:28:10.07]: ▸ ^ | |
INFO [2017-06-08 17:28:10.07]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTDevMenu.mm:771:78: unused parameter 'handler' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:10.07]: ▸ + (instancetype)buttonItemWithTitle:(NSString *)title handler:(void(^)(void))handler {return nil;} | |
INFO [2017-06-08 17:28:10.07]: ▸ ^ | |
INFO [2017-06-08 17:28:10.07]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTDevMenu.mm:772:47: unused parameter 'key' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:10.07]: ▸ + (instancetype)toggleItemWithKey:(NSString *)key | |
INFO [2017-06-08 17:28:10.07]: ▸ ^ | |
INFO [2017-06-08 17:28:10.07]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTDevMenu.mm:773:47: unused parameter 'title' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:10.07]: ▸ title:(NSString *)title | |
INFO [2017-06-08 17:28:10.07]: ▸ ^ | |
INFO [2017-06-08 17:28:10.07]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTDevMenu.mm:774:47: unused parameter 'selectedTitle' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:10.07]: ▸ selectedTitle:(NSString *)selectedTitle | |
INFO [2017-06-08 17:28:10.07]: ▸ ^ | |
INFO [2017-06-08 17:28:10.07]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTDevMenu.mm:775:59: unused parameter 'handler' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:10.07]: ▸ handler:(void(^)(BOOL selected))handler {return nil;} | |
INFO [2017-06-08 17:28:10.08]: ▸ ^ | |
INFO [2017-06-08 17:28:10.08]: ▸ Compiling RCTRootShadowView.m | |
INFO [2017-06-08 17:28:10.08]: ▸ Compiling RCTModuleMethod.m | |
INFO [2017-06-08 17:28:10.08]: ▸ Compiling RCTMultipartDataTask.m | |
INFO [2017-06-08 17:28:10.08]: ▸ Compiling RCTBorderDrawing.m | |
INFO [2017-06-08 17:28:10.08]: ▸ Compiling RCTAssert.m | |
INFO [2017-06-08 17:28:10.08]: ▸ Compiling RCTSlider.m | |
INFO [2017-06-08 17:28:10.08]: ▸ Compiling RCTAsyncLocalStorage.m | |
INFO [2017-06-08 17:28:10.08]: ▸ Compiling RCTProgressViewManager.m | |
INFO [2017-06-08 17:28:10.09]: ▸ Compiling RCTFPSGraph.m | |
INFO [2017-06-08 17:28:10.09]: ▸ Compiling RCTSwitch.m | |
INFO [2017-06-08 17:28:10.09]: ▸ Compiling RCTDisplayLink.m | |
INFO [2017-06-08 17:28:10.09]: ▸ Compiling RCTSwitchManager.m | |
INFO [2017-06-08 17:28:10.09]: ▸ Compiling RCTActivityIndicatorViewManager.m | |
INFO [2017-06-08 17:28:10.10]: ▸ Compiling RCTViewManager.m | |
INFO [2017-06-08 17:28:10.10]: ▸ Compiling RCTImageSource.m | |
INFO [2017-06-08 17:28:10.10]: ▸ Compiling RCTDatePickerManager.m | |
INFO [2017-06-08 17:28:10.11]: ▸ Compiling RCTEventEmitter.m | |
INFO [2017-06-08 17:28:10.11]: ▸ Compiling RCTJavaScriptLoader.mm | |
INFO [2017-06-08 17:28:11.48]: ▸ Compiling RCTPerfMonitor.m | |
INFO [2017-06-08 17:28:11.49]: ▸ Compiling RCTFont.mm | |
INFO [2017-06-08 17:28:11.49]: ▸ Compiling RCTScrollViewManager.m | |
INFO [2017-06-08 17:28:11.49]: ▸ Compiling RCTTabBarManager.m | |
INFO [2017-06-08 17:28:11.49]: ▸ Compiling JSCSamplingProfiler.m | |
INFO [2017-06-08 17:28:11.50]: ▸ Compiling RCTWrapperViewController.m | |
INFO [2017-06-08 17:28:11.50]: ▸ Compiling RCTScrollView.m | |
INFO [2017-06-08 17:28:11.50]: ▸ Compiling RCTReloadCommand.m | |
INFO [2017-06-08 17:28:11.50]: ▸ Compiling RCTAccessibilityManager.m | |
INFO [2017-06-08 17:28:11.51]: ▸ Compiling RCTJSCErrorHandling.mm | |
INFO [2017-06-08 17:28:11.51]: ▸ Compiling RCTDevLoadingView.m | |
INFO [2017-06-08 17:28:11.51]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTDevLoadingView.m:162:26: unused parameter 'enabled' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:11.51]: ▸ + (void)setEnabled:(BOOL)enabled { } | |
INFO [2017-06-08 17:28:11.51]: ▸ ^ | |
INFO [2017-06-08 17:28:11.51]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTDevLoadingView.m:163:46: unused parameter 'progress' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:11.51]: ▸ - (void)updateProgress:(RCTLoadingProgress *)progress {} | |
INFO [2017-06-08 17:28:11.51]: ▸ ^ | |
INFO [2017-06-08 17:28:11.51]: ▸ Compiling RCTTiming.m | |
INFO [2017-06-08 17:28:11.51]: ▸ Compiling RCTAppState.m | |
INFO [2017-06-08 17:28:11.52]: ▸ Compiling RCTJSCExecutor.mm | |
INFO [2017-06-08 17:28:13.40]: ▸ Compiling RCTBatchedBridge.m | |
INFO [2017-06-08 17:28:13.40]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTBatchedBridge.m:737:6: code will never be executed [-Wunreachable-code] | |
INFO [2017-06-08 17:28:13.40]: ▸ [self enqueueJSCall:@"RCTLog" | |
INFO [2017-06-08 17:28:13.40]: ▸ ^ | |
INFO [2017-06-08 17:28:13.41]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTBatchedBridge.m:813:14: unused variable 'length' [-Wunused-variable] | |
INFO [2017-06-08 17:28:13.41]: ▸ JSValue *length = result[@"length"]; | |
INFO [2017-06-08 17:28:13.41]: ▸ ^~~~ | |
INFO [2017-06-08 17:28:13.41]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTBatchedBridge.m:1082:43: unused parameter 'callback' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:13.41]: ▸ - (void)stopProfiling:(void (^)(NSData *))callback | |
INFO [2017-06-08 17:28:13.41]: ▸ ^ | |
INFO [2017-06-08 17:28:13.41]: ▸ Compiling UIView+React.m | |
INFO [2017-06-08 17:28:13.41]: ▸ Compiling RCTSliderManager.m | |
INFO [2017-06-08 17:28:13.41]: ▸ Compiling RCTClipboard.m | |
INFO [2017-06-08 17:28:13.41]: ▸ Compiling RCTModuleData.mm | |
INFO [2017-06-08 17:28:13.41]: ▸ Compiling RCTPerformanceLogger.m | |
INFO [2017-06-08 17:28:13.42]: ▸ Compiling RCTTouchHandler.m | |
INFO [2017-06-08 17:28:13.42]: ▸ Compiling RCTErrorInfo.m | |
INFO [2017-06-08 17:28:13.42]: ▸ Compiling RCTLog.mm | |
INFO [2017-06-08 17:28:13.42]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTLog.mm:188:29: unused function 'nativeStackFrameRegex' [-Wunused-function] | |
INFO [2017-06-08 17:28:13.42]: ▸ static NSRegularExpression *nativeStackFrameRegex() | |
INFO [2017-06-08 17:28:13.42]: ▸ ^ | |
INFO [2017-06-08 17:28:13.43]: ▸ Compiling RCTNavItemManager.m | |
INFO [2017-06-08 17:28:13.43]: ▸ Compiling RCTParserUtils.m | |
INFO [2017-06-08 17:28:13.43]: ▸ Compiling RCTView.m | |
INFO [2017-06-08 17:28:13.43]: ▸ Compiling RCTPlatform.m | |
INFO [2017-06-08 17:28:13.43]: ▸ Compiling RCTMapOverlay.m | |
INFO [2017-06-08 17:28:13.43]: ▸ Compiling RCTKeyboardObserver.m | |
INFO [2017-06-08 17:28:13.44]: ▸ Compiling RCTI18nManager.m | |
INFO [2017-06-08 17:28:13.44]: ▸ Compiling RCTConvert+CoreLocation.m | |
INFO [2017-06-08 17:28:13.44]: ▸ Compiling RCTTabBarItemManager.m | |
INFO [2017-06-08 17:28:13.44]: ▸ Compiling RCTKeyCommands.m | |
INFO [2017-06-08 17:28:13.45]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTKeyCommands.m:368:49: unused parameter 'input' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:13.45]: ▸ - (void)registerKeyCommandWithInput:(NSString *)input | |
INFO [2017-06-08 17:28:13.45]: ▸ ^ | |
INFO [2017-06-08 17:28:13.45]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTKeyCommands.m:369:57: unused parameter 'flags' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:13.45]: ▸ modifierFlags:(UIKeyModifierFlags)flags | |
INFO [2017-06-08 17:28:13.45]: ▸ ^ | |
INFO [2017-06-08 17:28:13.45]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTKeyCommands.m:370:63: unused parameter 'block' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:13.45]: ▸ action:(void (^)(UIKeyCommand *))block {} | |
INFO [2017-06-08 17:28:13.45]: ▸ ^ | |
INFO [2017-06-08 17:28:13.45]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTKeyCommands.m:372:51: unused parameter 'input' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:13.45]: ▸ - (void)unregisterKeyCommandWithInput:(NSString *)input | |
INFO [2017-06-08 17:28:13.45]: ▸ ^ | |
INFO [2017-06-08 17:28:13.45]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTKeyCommands.m:373:59: unused parameter 'flags' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:13.45]: ▸ modifierFlags:(UIKeyModifierFlags)flags {} | |
INFO [2017-06-08 17:28:13.46]: ▸ ^ | |
INFO [2017-06-08 17:28:13.46]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTKeyCommands.m:375:52: unused parameter 'input' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:13.46]: ▸ - (BOOL)isKeyCommandRegisteredForInput:(NSString *)input | |
INFO [2017-06-08 17:28:13.46]: ▸ ^ | |
INFO [2017-06-08 17:28:13.46]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTKeyCommands.m:376:60: unused parameter 'flags' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:13.46]: ▸ modifierFlags:(UIKeyModifierFlags)flags | |
INFO [2017-06-08 17:28:13.46]: ▸ ^ | |
INFO [2017-06-08 17:28:13.46]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTKeyCommands.m:381:60: unused parameter 'input' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:13.46]: ▸ - (void)registerDoublePressKeyCommandWithInput:(NSString *)input | |
INFO [2017-06-08 17:28:13.46]: ▸ ^ | |
INFO [2017-06-08 17:28:13.46]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTKeyCommands.m:382:57: unused parameter 'flags' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:13.46]: ▸ modifierFlags:(UIKeyModifierFlags)flags | |
INFO [2017-06-08 17:28:13.46]: ▸ ^ | |
INFO [2017-06-08 17:28:13.47]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTKeyCommands.m:383:63: unused parameter 'block' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:13.47]: ▸ action:(void (^)(UIKeyCommand *))block {} | |
INFO [2017-06-08 17:28:13.47]: ▸ ^ | |
INFO [2017-06-08 17:28:13.47]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTKeyCommands.m:385:62: unused parameter 'input' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:13.47]: ▸ - (void)unregisterDoublePressKeyCommandWithInput:(NSString *)input | |
INFO [2017-06-08 17:28:13.47]: ▸ ^ | |
INFO [2017-06-08 17:28:13.47]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTKeyCommands.m:386:59: unused parameter 'flags' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:13.47]: ▸ modifierFlags:(UIKeyModifierFlags)flags {} | |
INFO [2017-06-08 17:28:13.47]: ▸ ^ | |
INFO [2017-06-08 17:28:13.47]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTKeyCommands.m:388:63: unused parameter 'input' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:13.47]: ▸ - (BOOL)isDoublePressKeyCommandRegisteredForInput:(NSString *)input | |
INFO [2017-06-08 17:28:13.47]: ▸ ^ | |
INFO [2017-06-08 17:28:13.47]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTKeyCommands.m:389:60: unused parameter 'flags' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:13.47]: ▸ modifierFlags:(UIKeyModifierFlags)flags | |
INFO [2017-06-08 17:28:13.47]: ▸ ^ | |
INFO [2017-06-08 17:28:13.48]: ▸ Compiling RCTUtils.m | |
INFO [2017-06-08 17:28:13.48]: ▸ Compiling RCTMapManager.m | |
INFO [2017-06-08 17:28:13.48]: ▸ Compiling RCTRefreshControl.m | |
INFO [2017-06-08 17:28:13.48]: ▸ Compiling RCTWebView.m | |
INFO [2017-06-08 17:28:13.48]: ▸ Compiling RCTBridge.m | |
INFO [2017-06-08 17:28:13.48]: ▸ Compiling RCTWebViewManager.m | |
INFO [2017-06-08 17:28:13.48]: ▸ Compiling RCTPicker.m | |
INFO [2017-06-08 17:28:13.49]: ▸ Compiling RCTTabBarItem.m | |
INFO [2017-06-08 17:28:13.49]: ▸ Compiling RCTModalHostView.m | |
INFO [2017-06-08 17:28:13.49]: ▸ Compiling RCTShadowView.m | |
INFO [2017-06-08 17:28:13.62]: ▸ Compiling RCTSegmentedControlManager.m | |
INFO [2017-06-08 17:28:13.63]: ▸ Compiling RCTPickerManager.m | |
INFO [2017-06-08 17:28:13.63]: ▸ Compiling RCTRefreshControlManager.m | |
INFO [2017-06-08 17:28:13.63]: ▸ Compiling RCTBundleURLProvider.m | |
INFO [2017-06-08 17:28:13.63]: ▸ Compiling RCTNavigator.m | |
INFO [2017-06-08 17:28:13.64]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Views/RCTNavigator.m:602:59: unused parameter 'wrapperViewController' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:13.64]: ▸ - (void)wrapperViewController:(RCTWrapperViewController *)wrapperViewController | |
INFO [2017-06-08 17:28:13.64]: ▸ ^ | |
INFO [2017-06-08 17:28:13.64]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Views/RCTNavigator.m:603:57: unused parameter 'navigationController' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:13.64]: ▸ didMoveToNavigationController:(UINavigationController *)navigationController | |
INFO [2017-06-08 17:28:13.64]: ▸ ^ | |
INFO [2017-06-08 17:28:13.64]: ▸ Compiling RCTActivityIndicatorView.m | |
INFO [2017-06-08 17:28:13.64]: ▸ Compiling RCTTabBar.m | |
INFO [2017-06-08 17:28:13.98]: ▸ Compiling RCTRedBox.m | |
INFO [2017-06-08 17:28:13.98]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTRedBox.m:476:57: unused parameter 'errorCustomizer' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:13.98]: ▸ - (void)registerErrorCustomizer:(id<RCTErrorCustomizer>)errorCustomizer {} | |
INFO [2017-06-08 17:28:13.98]: ▸ ^ | |
INFO [2017-06-08 17:28:13.98]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTRedBox.m:477:30: unused parameter 'message' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:13.98]: ▸ - (void)showError:(NSError *)message {} | |
INFO [2017-06-08 17:28:13.98]: ▸ ^ | |
INFO [2017-06-08 17:28:13.98]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTRedBox.m:478:38: unused parameter 'message' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:13.98]: ▸ - (void)showErrorMessage:(NSString *)message {} | |
INFO [2017-06-08 17:28:13.98]: ▸ ^ | |
INFO [2017-06-08 17:28:13.98]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTRedBox.m:479:38: unused parameter 'message' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:13.98]: ▸ - (void)showErrorMessage:(NSString *)message withDetails:(NSString *)details {} | |
INFO [2017-06-08 17:28:13.98]: ▸ ^ | |
INFO [2017-06-08 17:28:13.98]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTRedBox.m:479:70: unused parameter 'details' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:13.99]: ▸ - (void)showErrorMessage:(NSString *)message withDetails:(NSString *)details {} | |
INFO [2017-06-08 17:28:13.99]: ▸ ^ | |
INFO [2017-06-08 17:28:13.99]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTRedBox.m:480:38: unused parameter 'message' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:13.99]: ▸ - (void)showErrorMessage:(NSString *)message withRawStack:(NSString *)rawStack {} | |
INFO [2017-06-08 17:28:13.99]: ▸ ^ | |
INFO [2017-06-08 17:28:13.99]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTRedBox.m:480:71: unused parameter 'rawStack' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:13.99]: ▸ - (void)showErrorMessage:(NSString *)message withRawStack:(NSString *)rawStack {} | |
INFO [2017-06-08 17:28:13.99]: ▸ ^ | |
INFO [2017-06-08 17:28:13.99]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTRedBox.m:481:38: unused parameter 'message' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:13.99]: ▸ - (void)showErrorMessage:(NSString *)message withStack:(NSArray<NSDictionary *> *)stack {} | |
INFO [2017-06-08 17:28:13.99]: ▸ ^ | |
INFO [2017-06-08 17:28:13.99]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTRedBox.m:481:83: unused parameter 'stack' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:14.00]: ▸ - (void)showErrorMessage:(NSString *)message withStack:(NSArray<NSDictionary *> *)stack {} | |
INFO [2017-06-08 17:28:14.00]: ▸ ^ | |
INFO [2017-06-08 17:28:14.00]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTRedBox.m:482:40: unused parameter 'message' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:14.00]: ▸ - (void)updateErrorMessage:(NSString *)message withStack:(NSArray<NSDictionary *> *)stack {} | |
INFO [2017-06-08 17:28:14.00]: ▸ ^ | |
INFO [2017-06-08 17:28:14.00]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTRedBox.m:482:85: unused parameter 'stack' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:14.00]: ▸ - (void)updateErrorMessage:(NSString *)message withStack:(NSArray<NSDictionary *> *)stack {} | |
INFO [2017-06-08 17:28:14.00]: ▸ ^ | |
INFO [2017-06-08 17:28:14.00]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTRedBox.m:483:38: unused parameter 'message' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:14.00]: ▸ - (void)showErrorMessage:(NSString *)message withStack:(NSArray<NSDictionary *> *)stack isUpdate:(BOOL)isUpdate {} | |
INFO [2017-06-08 17:28:14.00]: ▸ ^ | |
INFO [2017-06-08 17:28:14.00]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTRedBox.m:483:83: unused parameter 'stack' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:14.00]: ▸ - (void)showErrorMessage:(NSString *)message withStack:(NSArray<NSDictionary *> *)stack isUpdate:(BOOL)isUpdate {} | |
INFO [2017-06-08 17:28:14.00]: ▸ ^ | |
INFO [2017-06-08 17:28:14.00]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTRedBox.m:483:104: unused parameter 'isUpdate' [-Wunused-parameter] | |
INFO [2017-06-08 17:28:14.01]: ▸ - (void)showErrorMessage:(NSString *)message withStack:(NSArray<NSDictionary *> *)stack isUpdate:(BOOL)isUpdate {} | |
INFO [2017-06-08 17:28:14.01]: ▸ ^ | |
INFO [2017-06-08 17:28:14.01]: ▸ Compiling RCTModalHostViewController.m | |
INFO [2017-06-08 17:28:14.01]: ▸ Compiling RCTMap.m | |
INFO [2017-06-08 17:28:14.01]: ▸ Compiling RCTNavItem.m | |
INFO [2017-06-08 17:28:14.01]: ▸ Compiling RCTEventDispatcher.m | |
INFO [2017-06-08 17:28:14.01]: ▸ Compiling RCTModalHostViewManager.m | |
INFO [2017-06-08 17:28:14.01]: ▸ Compiling RCTUIManager.m | |
INFO [2017-06-08 17:28:14.74]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTUIManager.m:239:28: 'sendDeviceEventWithName:body:' is deprecated: Subclass RCTEventEmitter instead [-Wdeprecated-declarations] | |
INFO [2017-06-08 17:28:14.74]: ▸ [_bridge.eventDispatcher sendDeviceEventWithName:@"didUpdateContentSizeMultiplier" | |
INFO [2017-06-08 17:28:14.74]: ▸ ^ | |
INFO [2017-06-08 17:28:14.74]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTUIManager.m:387:11: unused variable 'existingView' [-Wunused-variable] | |
INFO [2017-06-08 17:28:14.74]: ▸ UIView *existingView = _viewRegistry[reactTag]; | |
INFO [2017-06-08 17:28:14.74]: ▸ ^ | |
INFO [2017-06-08 17:28:14.74]: ▸ Compiling RCTTouchEvent.m | |
INFO [2017-06-08 17:28:14.74]: ▸ Compiling RCTProfile.m | |
INFO [2017-06-08 17:28:14.74]: ▸ Compiling RCTConvert+Transform.m | |
INFO [2017-06-08 17:28:14.74]: ▸ Compiling RCTComponentData.m | |
INFO [2017-06-08 17:28:14.75]: ▸ Compiling RCTNavigatorManager.m | |
INFO [2017-06-08 17:28:14.78]: ▸ Building library libReact.a | |
INFO [2017-06-08 17:28:15.48]: ▸ Building library libReact.a | |
INFO [2017-06-08 17:28:15.89]: ▸ Running script 'Include RCTJSCProfiler' | |
INFO [2017-06-08 17:28:25.41]: ▸ Building RNBranch/RNBranch [Release] | |
INFO [2017-06-08 17:28:25.41]: ▸ Check Dependencies | |
INFO [2017-06-08 17:28:25.44]: ▸ Copying RNBranch.h | |
INFO [2017-06-08 17:28:27.25]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/RNBranchAgingDictionary.h:17:4: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
INFO [2017-06-08 17:28:27.25]: ▸ - (instancetype)initWithTtl:(NSTimeInterval)ttl NS_DESIGNATED_INITIALIZER; | |
INFO [2017-06-08 17:28:27.25]: ▸ ^ | |
INFO [2017-06-08 17:28:27.25]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/RNBranchAgingDictionary.h:26:38: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
INFO [2017-06-08 17:28:27.25]: ▸ - (nullable ObjectType)objectForKey:(KeyType)key; | |
INFO [2017-06-08 17:28:27.25]: ▸ ^ | |
INFO [2017-06-08 17:28:27.25]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/RNBranchAgingDictionary.h:27:49: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
INFO [2017-06-08 17:28:27.25]: ▸ - (nullable ObjectType)objectForKeyedSubscript:(KeyType)key; | |
INFO [2017-06-08 17:28:27.25]: ▸ ^ | |
INFO [2017-06-08 17:28:27.25]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/RNBranchAgingDictionary.h:29:29: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
INFO [2017-06-08 17:28:27.25]: ▸ - (void)removeObjectForKey:(KeyType)key; | |
INFO [2017-06-08 17:28:27.26]: ▸ ^ | |
INFO [2017-06-08 17:28:27.26]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/RNBranchAgingDictionary.m:16:17: method override for the designated initializer of the superclass '-init' not found [-Wobjc-designated-initializers] | |
INFO [2017-06-08 17:28:27.26]: ▸ @implementation RNBranchAgingDictionary | |
INFO [2017-06-08 17:28:27.26]: ▸ ^ | |
INFO [2017-06-08 17:28:27.27]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/RNBranchProperty.m:14:17: method override for the designated initializer of the superclass '-init' not found [-Wobjc-designated-initializers] | |
INFO [2017-06-08 17:28:27.27]: ▸ @implementation RNBranchProperty | |
INFO [2017-06-08 17:28:27.27]: ▸ ^ | |
INFO [2017-06-08 17:28:27.35]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/BranchUniversalObject+RNBranch.m:65:15: performSelector may cause a leak because its selector is unknown [-Warc-performSelector-leaks] | |
INFO [2017-06-08 17:28:27.35]: ▸ [self performSelector:selector withObject:@(ContentIndexModePrivate)]; | |
INFO [2017-06-08 17:28:27.35]: ▸ ^ | |
INFO [2017-06-08 17:28:27.35]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/BranchUniversalObject+RNBranch.m:68:15: performSelector may cause a leak because its selector is unknown [-Warc-performSelector-leaks] | |
INFO [2017-06-08 17:28:27.35]: ▸ [self performSelector:selector withObject:@(ContentIndexModePublic)]; | |
INFO [2017-06-08 17:28:27.35]: ▸ ^ | |
INFO [2017-06-08 17:28:27.35]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/BranchUniversalObject+RNBranch.m:118:15: performSelector may cause a leak because its selector is unknown [-Warc-performSelector-leaks] | |
INFO [2017-06-08 17:28:27.35]: ▸ [self performSelector:sdkMethod withObject:action withObject:state]; | |
INFO [2017-06-08 17:28:27.35]: ▸ ^ | |
INFO [2017-06-08 17:28:27.36]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/RNBranchAgingItem.m:11:17: method override for the designated initializer of the superclass '-init' not found [-Wobjc-designated-initializers] | |
INFO [2017-06-08 17:28:27.36]: ▸ @implementation RNBranchAgingItem { | |
INFO [2017-06-08 17:28:27.36]: ▸ ^ | |
INFO [2017-06-08 17:28:27.61]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/RNBranchAgingDictionary.h:17:4: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
INFO [2017-06-08 17:28:27.61]: ▸ - (instancetype)initWithTtl:(NSTimeInterval)ttl NS_DESIGNATED_INITIALIZER; | |
INFO [2017-06-08 17:28:27.61]: ▸ ^ | |
INFO [2017-06-08 17:28:27.61]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/RNBranchAgingDictionary.h:26:38: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
INFO [2017-06-08 17:28:27.61]: ▸ - (nullable ObjectType)objectForKey:(KeyType)key; | |
INFO [2017-06-08 17:28:27.61]: ▸ ^ | |
INFO [2017-06-08 17:28:27.61]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/RNBranchAgingDictionary.h:27:49: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
INFO [2017-06-08 17:28:27.61]: ▸ - (nullable ObjectType)objectForKeyedSubscript:(KeyType)key; | |
INFO [2017-06-08 17:28:27.61]: ▸ ^ | |
INFO [2017-06-08 17:28:27.61]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/RNBranchAgingDictionary.h:29:29: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
INFO [2017-06-08 17:28:27.61]: ▸ - (void)removeObjectForKey:(KeyType)key; | |
INFO [2017-06-08 17:28:27.61]: ▸ ^ | |
INFO [2017-06-08 17:28:27.61]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/RNBranch.m:106:38: 'sendAppEventWithName:body:' is deprecated: Subclass RCTEventEmitter instead [-Wdeprecated-declarations] | |
INFO [2017-06-08 17:28:27.61]: ▸ [self.bridge.eventDispatcher sendAppEventWithName:@"RNBranch.initSessionError" body:notificationObject]; | |
INFO [2017-06-08 17:28:27.61]: ▸ ^ | |
INFO [2017-06-08 17:28:27.61]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/RNBranch.m:111:38: 'sendAppEventWithName:body:' is deprecated: Subclass RCTEventEmitter instead [-Wdeprecated-declarations] | |
INFO [2017-06-08 17:28:27.61]: ▸ [self.bridge.eventDispatcher sendAppEventWithName:@"RNBranch.initSessionSuccess" body:notificationObject]; | |
INFO [2017-06-08 17:28:27.61]: ▸ ^ | |
INFO [2017-06-08 17:28:27.61]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/RNBranch.m:150:40: incompatible pointer types assigning to 'NSDictionary *' from 'NSNull * _Nonnull' [-Wincompatible-pointer-types] | |
INFO [2017-06-08 17:28:27.61]: ▸ initSessionWithLaunchOptionsResult = [NSNull null]; | |
INFO [2017-06-08 17:28:27.61]: ▸ ^ | |
INFO [2017-06-08 17:28:27.62]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/RNBranch.m:378:39: incompatible pointer to integer conversion sending 'NSInteger *' (aka 'int *') to parameter of type 'NSInteger' (aka 'int'); dereference with * [-Wint-conversion] | |
INFO [2017-06-08 17:28:27.62]: ▸ [branchInstance redeemRewards:amount forBucket:bucket callback:^(BOOL changed, NSError *error) { | |
INFO [2017-06-08 17:28:27.62]: ▸ ^ ~~~~~~~~~~~~~ | |
INFO [2017-06-08 17:28:27.62]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/RNBranch.m:387:39: incompatible pointer to integer conversion sending 'NSInteger *' (aka 'int *') to parameter of type 'NSInteger' (aka 'int'); dereference with * [-Wint-conversion] | |
INFO [2017-06-08 17:28:27.62]: ▸ [branchInstance redeemRewards:amount callback:^(BOOL changed, NSError *error) { | |
INFO [2017-06-08 17:28:27.62]: ▸ ^ | |
INFO [2017-06-08 17:28:27.62]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/NSObject+RNBranch.m:43:15: performSelector may cause a leak because its selector is unknown [-Warc-performSelector-leaks] | |
INFO [2017-06-08 17:28:27.62]: ▸ [self performSelector:setterSelector withObject:value]; | |
INFO [2017-06-08 17:28:27.62]: ▸ ^ | |
INFO [2017-06-08 17:28:27.62]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/RNBranchAgingDictionary.h:17:4: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
INFO [2017-06-08 17:28:27.62]: ▸ - (instancetype)initWithTtl:(NSTimeInterval)ttl NS_DESIGNATED_INITIALIZER; | |
INFO [2017-06-08 17:28:27.62]: ▸ ^ | |
INFO [2017-06-08 17:28:27.62]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/RNBranchAgingDictionary.h:26:38: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
INFO [2017-06-08 17:28:27.62]: ▸ - (nullable ObjectType)objectForKey:(KeyType)key; | |
INFO [2017-06-08 17:28:27.62]: ▸ ^ | |
INFO [2017-06-08 17:28:27.62]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/RNBranchAgingDictionary.h:27:49: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
INFO [2017-06-08 17:28:27.62]: ▸ - (nullable ObjectType)objectForKeyedSubscript:(KeyType)key; | |
INFO [2017-06-08 17:28:27.62]: ▸ ^ | |
INFO [2017-06-08 17:28:27.62]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/RNBranchAgingDictionary.h:29:29: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
INFO [2017-06-08 17:28:27.62]: ▸ - (void)removeObjectForKey:(KeyType)key; | |
INFO [2017-06-08 17:28:27.63]: ▸ ^ | |
INFO [2017-06-08 17:28:27.63]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/RNBranchAgingDictionary.m:16:17: method override for the designated initializer of the superclass '-init' not found [-Wobjc-designated-initializers] | |
INFO [2017-06-08 17:28:27.63]: ▸ @implementation RNBranchAgingDictionary | |
INFO [2017-06-08 17:28:27.63]: ▸ ^ | |
INFO [2017-06-08 17:28:27.63]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/RNBranchProperty.m:14:17: method override for the designated initializer of the superclass '-init' not found [-Wobjc-designated-initializers] | |
INFO [2017-06-08 17:28:27.63]: ▸ @implementation RNBranchProperty | |
INFO [2017-06-08 17:28:27.63]: ▸ ^ | |
INFO [2017-06-08 17:28:27.63]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/BranchUniversalObject+RNBranch.m:65:15: performSelector may cause a leak because its selector is unknown [-Warc-performSelector-leaks] | |
INFO [2017-06-08 17:28:27.64]: ▸ [self performSelector:selector withObject:@(ContentIndexModePrivate)]; | |
INFO [2017-06-08 17:28:27.64]: ▸ ^ | |
INFO [2017-06-08 17:28:27.64]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/BranchUniversalObject+RNBranch.m:68:15: performSelector may cause a leak because its selector is unknown [-Warc-performSelector-leaks] | |
INFO [2017-06-08 17:28:27.64]: ▸ [self performSelector:selector withObject:@(ContentIndexModePublic)]; | |
INFO [2017-06-08 17:28:27.64]: ▸ ^ | |
INFO [2017-06-08 17:28:27.64]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/BranchUniversalObject+RNBranch.m:118:15: performSelector may cause a leak because its selector is unknown [-Warc-performSelector-leaks] | |
INFO [2017-06-08 17:28:27.64]: ▸ [self performSelector:sdkMethod withObject:action withObject:state]; | |
INFO [2017-06-08 17:28:27.64]: ▸ ^ | |
INFO [2017-06-08 17:28:27.64]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/RNBranchAgingItem.m:11:17: method override for the designated initializer of the superclass '-init' not found [-Wobjc-designated-initializers] | |
INFO [2017-06-08 17:28:27.64]: ▸ @implementation RNBranchAgingItem { | |
INFO [2017-06-08 17:28:27.64]: ▸ ^ | |
INFO [2017-06-08 17:28:27.72]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/RNBranchAgingDictionary.h:17:4: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
INFO [2017-06-08 17:28:27.72]: ▸ - (instancetype)initWithTtl:(NSTimeInterval)ttl NS_DESIGNATED_INITIALIZER; | |
INFO [2017-06-08 17:28:27.72]: ▸ ^ | |
INFO [2017-06-08 17:28:27.72]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/RNBranchAgingDictionary.h:26:38: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
INFO [2017-06-08 17:28:27.72]: ▸ - (nullable ObjectType)objectForKey:(KeyType)key; | |
INFO [2017-06-08 17:28:27.72]: ▸ ^ | |
INFO [2017-06-08 17:28:27.72]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/RNBranchAgingDictionary.h:27:49: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
INFO [2017-06-08 17:28:27.73]: ▸ - (nullable ObjectType)objectForKeyedSubscript:(KeyType)key; | |
INFO [2017-06-08 17:28:27.73]: ▸ ^ | |
INFO [2017-06-08 17:28:27.73]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/RNBranchAgingDictionary.h:29:29: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
INFO [2017-06-08 17:28:27.73]: ▸ - (void)removeObjectForKey:(KeyType)key; | |
INFO [2017-06-08 17:28:27.73]: ▸ ^ | |
INFO [2017-06-08 17:28:27.73]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/RNBranch.m:106:38: 'sendAppEventWithName:body:' is deprecated: Subclass RCTEventEmitter instead [-Wdeprecated-declarations] | |
INFO [2017-06-08 17:28:27.73]: ▸ [self.bridge.eventDispatcher sendAppEventWithName:@"RNBranch.initSessionError" body:notificationObject]; | |
INFO [2017-06-08 17:28:27.73]: ▸ ^ | |
INFO [2017-06-08 17:28:27.73]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/RNBranch.m:111:38: 'sendAppEventWithName:body:' is deprecated: Subclass RCTEventEmitter instead [-Wdeprecated-declarations] | |
INFO [2017-06-08 17:28:27.73]: ▸ [self.bridge.eventDispatcher sendAppEventWithName:@"RNBranch.initSessionSuccess" body:notificationObject]; | |
INFO [2017-06-08 17:28:27.73]: ▸ ^ | |
INFO [2017-06-08 17:28:27.73]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/RNBranch.m:150:40: incompatible pointer types assigning to 'NSDictionary *' from 'NSNull * _Nonnull' [-Wincompatible-pointer-types] | |
INFO [2017-06-08 17:28:27.73]: ▸ initSessionWithLaunchOptionsResult = [NSNull null]; | |
INFO [2017-06-08 17:28:27.73]: ▸ ^ | |
INFO [2017-06-08 17:28:27.73]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/RNBranch.m:378:39: incompatible pointer to integer conversion sending 'NSInteger *' (aka 'long *') to parameter of type 'NSInteger' (aka 'long'); dereference with * [-Wint-conversion] | |
INFO [2017-06-08 17:28:27.73]: ▸ [branchInstance redeemRewards:amount forBucket:bucket callback:^(BOOL changed, NSError *error) { | |
INFO [2017-06-08 17:28:27.73]: ▸ ^ ~~~~~~~~~~~~~ | |
INFO [2017-06-08 17:28:27.73]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/RNBranch.m:387:39: incompatible pointer to integer conversion sending 'NSInteger *' (aka 'long *') to parameter of type 'NSInteger' (aka 'long'); dereference with * [-Wint-conversion] | |
INFO [2017-06-08 17:28:27.74]: ▸ [branchInstance redeemRewards:amount callback:^(BOOL changed, NSError *error) { | |
INFO [2017-06-08 17:28:27.74]: ▸ ^ | |
INFO [2017-06-08 17:28:27.74]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/NSObject+RNBranch.m:43:15: performSelector may cause a leak because its selector is unknown [-Warc-performSelector-leaks] | |
INFO [2017-06-08 17:28:27.74]: ▸ [self performSelector:setterSelector withObject:value]; | |
INFO [2017-06-08 17:28:27.74]: ▸ ^ | |
INFO [2017-06-08 17:28:27.74]: ▸ Building library libreact-native-branch.a | |
INFO [2017-06-08 17:28:27.85]: ▸ Building library libreact-native-branch.a | |
INFO [2017-06-08 17:28:28.34]: ▸ Building RCTWebSocket/RCTWebSocket [Release] | |
INFO [2017-06-08 17:28:28.34]: ▸ Check Dependencies | |
INFO [2017-06-08 17:28:29.24]: ▸ Building library libRCTWebSocket.a | |
INFO [2017-06-08 17:28:29.32]: ▸ Building library libRCTWebSocket.a | |
INFO [2017-06-08 17:28:29.72]: ▸ Building RNSearchBar/RNSearchBar [Release] | |
INFO [2017-06-08 17:28:29.72]: ▸ Check Dependencies | |
INFO [2017-06-08 17:28:30.13]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-search-bar/RNSearchBar.m:67:21: 'sendInputEventWithName:body:' is deprecated: Use RCTDirectEventBlock or RCTBubblingEventBlock instead [-Wdeprecated-declarations] | |
INFO [2017-06-08 17:28:30.13]: ▸ [_eventDispatcher sendInputEventWithName:@"press" body:event]; | |
INFO [2017-06-08 17:28:30.13]: ▸ ^ | |
INFO [2017-06-08 17:28:30.13]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-search-bar/RNSearchBar.m:82:21: 'sendInputEventWithName:body:' is deprecated: Use RCTDirectEventBlock or RCTBubblingEventBlock instead [-Wdeprecated-declarations] | |
INFO [2017-06-08 17:28:30.13]: ▸ [_eventDispatcher sendInputEventWithName:@"press" body:event]; | |
INFO [2017-06-08 17:28:30.13]: ▸ ^ | |
INFO [2017-06-08 17:28:30.13]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-search-bar/RNSearchBar.m:10:17: method override for the designated initializer of the superclass '-initWithFrame:' not found [-Wobjc-designated-initializers] | |
INFO [2017-06-08 17:28:30.13]: ▸ @implementation RNSearchBar | |
INFO [2017-06-08 17:28:30.13]: ▸ ^ | |
INFO [2017-06-08 17:28:30.14]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-search-bar/RNSearchBar.m:10:17: method override for the designated initializer of the superclass '-initWithCoder:' not found [-Wobjc-designated-initializers] | |
INFO [2017-06-08 17:28:30.14]: ▸ @implementation RNSearchBar | |
INFO [2017-06-08 17:28:30.14]: ▸ ^ | |
INFO [2017-06-08 17:28:30.19]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-search-bar/RNSearchBarManager.m:9:1: category is implementing a method which will also be implemented by its primary class [-Wobjc-protocol-method-implementation] | |
INFO [2017-06-08 17:28:30.19]: ▸ RCT_ENUM_CONVERTER(UIBarStyle, (@{ | |
INFO [2017-06-08 17:28:30.19]: ▸ ^ | |
INFO [2017-06-08 17:28:30.19]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-search-bar/RNSearchBar.m:67:21: 'sendInputEventWithName:body:' is deprecated: Use RCTDirectEventBlock or RCTBubblingEventBlock instead [-Wdeprecated-declarations] | |
INFO [2017-06-08 17:28:30.19]: ▸ [_eventDispatcher sendInputEventWithName:@"press" body:event]; | |
INFO [2017-06-08 17:28:30.19]: ▸ ^ | |
INFO [2017-06-08 17:28:30.19]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-search-bar/RNSearchBar.m:82:21: 'sendInputEventWithName:body:' is deprecated: Use RCTDirectEventBlock or RCTBubblingEventBlock instead [-Wdeprecated-declarations] | |
INFO [2017-06-08 17:28:30.19]: ▸ [_eventDispatcher sendInputEventWithName:@"press" body:event]; | |
INFO [2017-06-08 17:28:30.19]: ▸ ^ | |
INFO [2017-06-08 17:28:30.20]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-search-bar/RNSearchBar.m:10:17: method override for the designated initializer of the superclass '-initWithFrame:' not found [-Wobjc-designated-initializers] | |
INFO [2017-06-08 17:28:30.20]: ▸ @implementation RNSearchBar | |
INFO [2017-06-08 17:28:30.20]: ▸ ^ | |
INFO [2017-06-08 17:28:30.20]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-search-bar/RNSearchBar.m:10:17: method override for the designated initializer of the superclass '-initWithCoder:' not found [-Wobjc-designated-initializers] | |
INFO [2017-06-08 17:28:30.20]: ▸ @implementation RNSearchBar | |
INFO [2017-06-08 17:28:30.20]: ▸ ^ | |
INFO [2017-06-08 17:28:30.20]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-search-bar/RNSearchBarManager.m:9:1: category is implementing a method which will also be implemented by its primary class [-Wobjc-protocol-method-implementation] | |
INFO [2017-06-08 17:28:30.20]: ▸ RCT_ENUM_CONVERTER(UIBarStyle, (@{ | |
INFO [2017-06-08 17:28:30.20]: ▸ ^ | |
INFO [2017-06-08 17:28:30.20]: ▸ Building library libRNSearchBar.a | |
INFO [2017-06-08 17:28:30.25]: ▸ Building library libRNSearchBar.a | |
INFO [2017-06-08 17:28:30.59]: ▸ Building RNVectorIcons/RNVectorIcons [Release] | |
INFO [2017-06-08 17:28:30.59]: ▸ Check Dependencies | |
INFO [2017-06-08 17:28:30.62]: ▸ Compiling RNVectorIconsManager.m | |
INFO [2017-06-08 17:28:30.80]: ▸ Compiling RNVectorIconsManager.m | |
INFO [2017-06-08 17:28:30.80]: ▸ Building library libRNVectorIcons.a | |
INFO [2017-06-08 17:28:30.86]: ▸ Building library libRNVectorIcons.a | |
INFO [2017-06-08 17:28:31.09]: ▸ Building RCTLinking/RCTLinking [Release] | |
INFO [2017-06-08 17:28:31.09]: ▸ Check Dependencies | |
INFO [2017-06-08 17:28:31.28]: ▸ Building library libRCTLinking.a | |
INFO [2017-06-08 17:28:31.35]: ▸ Building library libRCTLinking.a | |
INFO [2017-06-08 17:28:31.57]: ▸ Building RCTAsyncRocksDBStorage/RCTAsyncRocksDBStorage [Release] | |
INFO [2017-06-08 17:28:31.57]: ▸ Check Dependencies | |
INFO [2017-06-08 17:28:33.33]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-async-storage-rocks/ios/RCTAsyncRocksDBStorage.mm:140:29: 'NSStringArray' is deprecated: Use NSArray<NSString *> [-Wdeprecated-declarations] | |
INFO [2017-06-08 17:28:33.33]: ▸ RCT_EXPORT_METHOD(multiGet:(NSStringArray *)keys | |
INFO [2017-06-08 17:28:33.33]: ▸ ^ | |
INFO [2017-06-08 17:28:33.33]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-async-storage-rocks/ios/RCTAsyncRocksDBStorage.mm:190:9: 'NSStringArray' is deprecated: Use NSArray<NSString *> [-Wdeprecated-declarations] | |
INFO [2017-06-08 17:28:33.33]: ▸ NSStringArray *pair = [RCTConvert NSStringArray:kvPair]; | |
INFO [2017-06-08 17:28:33.33]: ▸ ^ | |
INFO [2017-06-08 17:28:33.33]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-async-storage-rocks/ios/RCTAsyncRocksDBStorage.mm:208:9: 'NSStringArray' is deprecated: Use NSArray<NSString *> [-Wdeprecated-declarations] | |
INFO [2017-06-08 17:28:33.33]: ▸ NSStringArray *pair = [RCTConvert NSStringArray:kvPair]; | |
INFO [2017-06-08 17:28:33.33]: ▸ ^ | |
INFO [2017-06-08 17:28:33.33]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-async-storage-rocks/ios/RCTAsyncRocksDBStorage.mm:140:29: 'NSStringArray' is deprecated: Use NSArray<NSString *> [-Wdeprecated-declarations] | |
INFO [2017-06-08 17:28:33.34]: ▸ RCT_EXPORT_METHOD(multiGet:(NSStringArray *)keys | |
INFO [2017-06-08 17:28:33.34]: ▸ ^ | |
INFO [2017-06-08 17:28:33.34]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-async-storage-rocks/ios/RCTAsyncRocksDBStorage.mm:190:9: 'NSStringArray' is deprecated: Use NSArray<NSString *> [-Wdeprecated-declarations] | |
INFO [2017-06-08 17:28:33.34]: ▸ NSStringArray *pair = [RCTConvert NSStringArray:kvPair]; | |
INFO [2017-06-08 17:28:33.34]: ▸ ^ | |
INFO [2017-06-08 17:28:33.34]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-async-storage-rocks/ios/RCTAsyncRocksDBStorage.mm:208:9: 'NSStringArray' is deprecated: Use NSArray<NSString *> [-Wdeprecated-declarations] | |
INFO [2017-06-08 17:28:33.34]: ▸ NSStringArray *pair = [RCTConvert NSStringArray:kvPair]; | |
INFO [2017-06-08 17:28:33.34]: ▸ ^ | |
INFO [2017-06-08 17:28:33.34]: ▸ Building library libRCTAsyncRocksDBStorage.a | |
INFO [2017-06-08 17:28:33.60]: ▸ Building library libRCTAsyncRocksDBStorage.a | |
INFO [2017-06-08 17:28:38.68]: ▸ Building RCTGeolocation/RCTGeolocation [Release] | |
INFO [2017-06-08 17:28:38.68]: ▸ Check Dependencies | |
INFO [2017-06-08 17:28:39.35]: ▸ Building library libRCTGeolocation.a | |
INFO [2017-06-08 17:28:39.40]: ▸ Building library libRCTGeolocation.a | |
INFO [2017-06-08 17:28:39.67]: ▸ Building SMXCrashlytics/SMXCrashlytics [Release] | |
INFO [2017-06-08 17:28:39.67]: ▸ Check Dependencies | |
INFO [2017-06-08 17:28:39.70]: ▸ Compiling SMXCrashlytics.m | |
INFO [2017-06-08 17:28:39.98]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-fabric/ios/SMXCrashlytics/SMXCrashlytics.m:8:18: incompatible integer to pointer conversion initializing 'NSInteger *const' (aka 'int *const') with an expression of type 'int' [-Wint-conversion] | |
INFO [2017-06-08 17:28:39.98]: ▸ NSInteger *const DefaultCode = 100; | |
INFO [2017-06-08 17:28:39.98]: ▸ ^ | |
INFO [2017-06-08 17:28:39.98]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-fabric/ios/SMXCrashlytics/SMXCrashlytics.m:28:14: incompatible integer to pointer conversion assigning to 'NSInteger *' (aka 'int *') from 'int' [-Wint-conversion] | |
INFO [2017-06-08 17:28:39.98]: ▸ code = [(NSNumber *)codeObject intValue]; | |
INFO [2017-06-08 17:28:39.98]: ▸ ^ ~~~ | |
INFO [2017-06-08 17:28:39.99]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-fabric/ios/SMXCrashlytics/SMXCrashlytics.m:36:60: incompatible pointer to integer conversion sending 'NSInteger *' (aka 'int *') to parameter of type 'NSInteger' (aka 'int'); dereference with * [-Wint-conversion] | |
INFO [2017-06-08 17:28:39.99]: ▸ NSError *error2 = [NSError errorWithDomain:domain code:code userInfo:error]; | |
INFO [2017-06-08 17:28:39.99]: ▸ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
INFO [2017-06-08 17:28:39.99]: ▸ Compiling SMXAnswers.m | |
INFO [2017-06-08 17:28:39.99]: ▸ Compiling SMXCrashlytics.m | |
INFO [2017-06-08 17:28:39.99]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-fabric/ios/SMXCrashlytics/SMXCrashlytics.m:8:18: incompatible integer to pointer conversion initializing 'NSInteger *const' (aka 'long *const') with an expression of type 'int' [-Wint-conversion] | |
INFO [2017-06-08 17:28:39.99]: ▸ NSInteger *const DefaultCode = 100; | |
INFO [2017-06-08 17:28:39.99]: ▸ ^ | |
INFO [2017-06-08 17:28:40.00]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-fabric/ios/SMXCrashlytics/SMXCrashlytics.m:28:14: incompatible integer to pointer conversion assigning to 'NSInteger *' (aka 'long *') from 'int' [-Wint-conversion] | |
INFO [2017-06-08 17:28:40.00]: ▸ code = [(NSNumber *)codeObject intValue]; | |
INFO [2017-06-08 17:28:40.00]: ▸ ^ ~~~ | |
INFO [2017-06-08 17:28:40.00]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-fabric/ios/SMXCrashlytics/SMXCrashlytics.m:36:60: incompatible pointer to integer conversion sending 'NSInteger *' (aka 'long *') to parameter of type 'NSInteger' (aka 'long'); dereference with * [-Wint-conversion] | |
INFO [2017-06-08 17:28:40.00]: ▸ NSError *error2 = [NSError errorWithDomain:domain code:code userInfo:error]; | |
INFO [2017-06-08 17:28:40.00]: ▸ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
INFO [2017-06-08 17:28:40.00]: ▸ Compiling SMXCrashlytics_vers.c | |
INFO [2017-06-08 17:28:40.00]: ▸ Compiling SMXAnswers.m | |
INFO [2017-06-08 17:28:40.00]: ▸ Compiling SMXCrashlytics_vers.c | |
INFO [2017-06-08 17:28:40.00]: ▸ Building library libSMXCrashlytics.a | |
INFO [2017-06-08 17:28:40.07]: ▸ Building library libSMXCrashlytics.a | |
INFO [2017-06-08 17:28:40.39]: ▸ Building SplashScreen/SplashScreen [Release] | |
INFO [2017-06-08 17:28:40.39]: ▸ Check Dependencies | |
INFO [2017-06-08 17:28:40.55]: ▸ Building library libSplashScreen.a | |
INFO [2017-06-08 17:28:40.61]: ▸ Building library libSplashScreen.a | |
INFO [2017-06-08 17:28:40.86]: ▸ Building CodePush/CodePush [Release] | |
INFO [2017-06-08 17:28:40.86]: ▸ Check Dependencies | |
INFO [2017-06-08 17:28:40.89]: ▸ Compiling aeskey.c | |
INFO [2017-06-08 17:28:41.80]: ▸ Compiling CodePushUpdateUtils.m | |
INFO [2017-06-08 17:28:41.81]: ▸ Compiling aestab.c | |
INFO [2017-06-08 17:28:42.85]: ▸ Compiling mztools.c | |
INFO [2017-06-08 17:28:42.85]: ▸ Compiling zip.c | |
INFO [2017-06-08 17:28:42.85]: ▸ Compiling RCTConvert+CodePushUpdateState.m | |
INFO [2017-06-08 17:28:42.85]: ▸ Compiling RCTConvert+CodePushInstallMode.m | |
INFO [2017-06-08 17:28:42.86]: ▸ Compiling SSZipArchive.m | |
INFO [2017-06-08 17:28:42.86]: ▸ Compiling CodePushConfig.m | |
INFO [2017-06-08 17:28:42.86]: ▸ Compiling sha1.c | |
INFO [2017-06-08 17:28:42.86]: ▸ Compiling CodePushDownloadHandler.m | |
INFO [2017-06-08 17:28:42.87]: ▸ Compiling prng.c | |
INFO [2017-06-08 17:28:42.87]: ▸ Compiling hmac.c | |
INFO [2017-06-08 17:28:42.87]: ▸ Compiling CodePushTelemetryManager.m | |
INFO [2017-06-08 17:28:42.87]: ▸ Compiling pwd2key.c | |
INFO [2017-06-08 17:28:42.87]: ▸ Compiling ioapi.c | |
INFO [2017-06-08 17:28:42.88]: ▸ Compiling unzip.c | |
INFO [2017-06-08 17:28:42.88]: ▸ Compiling entropy.c | |
INFO [2017-06-08 17:28:42.88]: ▸ Compiling CodePush.m | |
INFO [2017-06-08 17:28:42.88]: ▸ Compiling aescrypt.c | |
INFO [2017-06-08 17:28:42.89]: ▸ Compiling CodePushErrorUtils.m | |
INFO [2017-06-08 17:28:42.89]: ▸ Compiling fileenc.c | |
INFO [2017-06-08 17:28:42.89]: ▸ Compiling CodePushUtils.m | |
INFO [2017-06-08 17:28:42.89]: ▸ Compiling CodePushPackage.m | |
INFO [2017-06-08 17:28:42.90]: ▸ Compiling aeskey.c | |
INFO [2017-06-08 17:28:42.95]: ▸ Compiling CodePushUpdateUtils.m | |
INFO [2017-06-08 17:28:43.13]: ▸ Compiling aestab.c | |
INFO [2017-06-08 17:28:44.03]: ▸ Compiling mztools.c | |
INFO [2017-06-08 17:28:44.03]: ▸ Compiling RCTConvert+CodePushUpdateState.m | |
INFO [2017-06-08 17:28:44.03]: ▸ Compiling zip.c | |
INFO [2017-06-08 17:28:44.03]: ▸ Compiling SSZipArchive.m | |
INFO [2017-06-08 17:28:44.03]: ▸ Compiling RCTConvert+CodePushInstallMode.m | |
INFO [2017-06-08 17:28:44.03]: ▸ Compiling CodePushConfig.m | |
INFO [2017-06-08 17:28:44.04]: ▸ Compiling sha1.c | |
INFO [2017-06-08 17:28:44.04]: ▸ Compiling CodePushDownloadHandler.m | |
INFO [2017-06-08 17:28:44.04]: ▸ Compiling hmac.c | |
INFO [2017-06-08 17:28:44.04]: ▸ Compiling prng.c | |
INFO [2017-06-08 17:28:44.04]: ▸ Compiling CodePushTelemetryManager.m | |
INFO [2017-06-08 17:28:44.04]: ▸ Compiling pwd2key.c | |
INFO [2017-06-08 17:28:44.05]: ▸ Compiling ioapi.c | |
INFO [2017-06-08 17:28:44.05]: ▸ Compiling unzip.c | |
INFO [2017-06-08 17:28:44.05]: ▸ Compiling entropy.c | |
INFO [2017-06-08 17:28:44.05]: ▸ Compiling CodePush.m | |
INFO [2017-06-08 17:28:44.05]: ▸ Compiling aescrypt.c | |
INFO [2017-06-08 17:28:44.13]: ▸ Compiling CodePushErrorUtils.m | |
INFO [2017-06-08 17:28:44.13]: ▸ Compiling fileenc.c | |
INFO [2017-06-08 17:28:44.13]: ▸ Compiling CodePushUtils.m | |
INFO [2017-06-08 17:28:44.13]: ▸ Compiling CodePushPackage.m | |
INFO [2017-06-08 17:28:44.15]: ▸ Building library libCodePush.a | |
INFO [2017-06-08 17:28:44.24]: ▸ Building library libCodePush.a | |
INFO [2017-06-08 17:28:44.36]: ▸ Copying CodePush/CodePush.h | |
INFO [2017-06-08 17:28:45.88]: ▸ Building RNLocalAuth/RNLocalAuth [Release] | |
INFO [2017-06-08 17:28:45.88]: ▸ Check Dependencies | |
INFO [2017-06-08 17:28:46.09]: ▸ Building library libRNLocalAuth.a | |
INFO [2017-06-08 17:28:46.16]: ▸ Building library libRNLocalAuth.a | |
INFO [2017-06-08 17:28:46.40]: ▸ Building RNImagePicker/RNImagePicker [Release] | |
INFO [2017-06-08 17:28:46.40]: ▸ Check Dependencies | |
INFO [2017-06-08 17:28:47.08]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-image-picker/ios/ImagePickerManager.m:39:18: incompatible pointer types assigning to 'NSMutableDictionary *' from 'NSDictionary *' [-Wincompatible-pointer-types] | |
INFO [2017-06-08 17:28:47.08]: ▸ self.options = options; | |
INFO [2017-06-08 17:28:47.08]: ▸ ^ | |
INFO [2017-06-08 17:28:47.08]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-image-picker/ios/ImagePickerManager.m:177:18: incompatible pointer types assigning to 'NSMutableDictionary *' from 'NSDictionary *' [-Wincompatible-pointer-types] | |
INFO [2017-06-08 17:28:47.08]: ▸ self.options = options; | |
INFO [2017-06-08 17:28:47.08]: ▸ ^ ~~~~~~~ | |
INFO [2017-06-08 17:28:47.09]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-image-picker/ios/ImagePickerManager.m:339:50: implicit conversion loses integer precision: 'long long' to 'unsigned long' [-Wshorten-64-to-32] | |
INFO [2017-06-08 17:28:47.09]: ▸ Byte *buffer = (Byte*)malloc(rep.size); | |
INFO [2017-06-08 17:28:47.09]: ▸ ^ ~~~~~~~ | |
INFO [2017-06-08 17:28:47.09]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-image-picker/ios/ImagePickerManager.m:340:86: implicit conversion loses integer precision: 'long long' to 'NSUInteger' (aka 'unsigned int') [-Wshorten-64-to-32] | |
INFO [2017-06-08 17:28:47.09]: ▸ NSUInteger buffered = [rep getBytes:buffer fromOffset:0.0 length:rep.size error:nil]; | |
INFO [2017-06-08 17:28:47.09]: ▸ ~~~~~~ ^~~~~~~~ | |
INFO [2017-06-08 17:28:47.09]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-image-picker/ios/ImagePickerManager.m:652:16: incompatible pointer to integer conversion returning 'NSNumber *' from a function with result type 'BOOL' (aka 'signed char') [-Wint-conversion] | |
INFO [2017-06-08 17:28:47.09]: ▸ return @NO; | |
INFO [2017-06-08 17:28:47.09]: ▸ ~ ^~~~~~~~ | |
INFO [2017-06-08 17:28:47.09]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-image-picker/ios/ImagePickerManager.m:39:18: incompatible pointer types assigning to 'NSMutableDictionary *' from 'NSDictionary *' [-Wincompatible-pointer-types] | |
INFO [2017-06-08 17:28:47.09]: ▸ self.options = options; | |
INFO [2017-06-08 17:28:47.09]: ▸ ^~~ | |
INFO [2017-06-08 17:28:47.09]: ▸ ⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-image-picker/ios/ImagePickerManager.m:177:18: incompatible pointer types assigning to 'NSMutableDictionary *' from 'NSDictionary *' [-Wincompatible-pointer-types] | |
INFO [2017-06-08 17:28:47.09]: ▸ self.options = options; | |
INFO [2017-06-08 17:28:47.09]: ▸ ^ ~~~~~~~ | |
INFO [2017-06-08 17:28:47.09]: ▸ Building library libRNImagePicker.a | |
INFO [2017-06-08 17:28:47.16]: ▸ Building library libRNImagePicker.a | |
INFO [2017-06-08 17:28:47.40]: ▸ Building RCTNetwork/RCTNetwork [Release] | |
INFO [2017-06-08 17:28:47.41]: ▸ Check Dependencies | |
INFO [2017-06-08 17:28:49.22]: ▸ Building library libRCTNetwork.a | |
INFO [2017-06-08 17:28:49.30]: ▸ Building library libRCTNetwork.a | |
INFO [2017-06-08 17:28:49.95]: ▸ Building Pods/Alamofire [Release] | |
INFO [2017-06-08 17:28:49.95]: ▸ Check Dependencies | |
INFO [2017-06-08 17:28:49.97]: ▸ Processing Info.plist | |
INFO [2017-06-08 17:29:06.62]: ▸ Compiling Alamofire-dummy.m | |
INFO [2017-06-08 17:29:07.41]: ▸ Compiling Alamofire_vers.c | |
INFO [2017-06-08 17:29:07.41]: ▸ Compiling Alamofire_vers.c | |
INFO [2017-06-08 17:29:07.41]: ▸ Compiling Alamofire-dummy.m | |
INFO [2017-06-08 17:29:07.41]: ▸ Linking Alamofire | |
INFO [2017-06-08 17:29:07.45]: ▸ ⚠️ ld: directory not found for option '-F/Users/tenaciousmv/Library/Developer/Xcode/DerivedData/Tradle-ggebxcvwncukinfhemslyyyvcgkh/Build/Intermediates/ArchiveIntermediates/Release/BuildProductsPath/Release-iphoneos/AlamofireImage' | |
INFO [2017-06-08 17:29:07.45]: ▸ ⚠️ ld: directory not found for option '-F/Users/tenaciousmv/Library/Developer/Xcode/DerivedData/Tradle-ggebxcvwncukinfhemslyyyvcgkh/Build/Intermediates/ArchiveIntermediates/Release/BuildProductsPath/Release-iphoneos/CocoaAsyncSocket' | |
INFO [2017-06-08 17:29:07.45]: ▸ ⚠️ ld: directory not found for option '-F/Users/tenaciousmv/Library/Developer/Xcode/DerivedData/Tradle-ggebxcvwncukinfhemslyyyvcgkh/Build/Intermediates/ArchiveIntermediates/Release/BuildProductsPath/Release-iphoneos/GPUImage' | |
INFO [2017-06-08 17:29:07.45]: ▸ ⚠️ ld: directory not found for option '-F/Users/tenaciousmv/Library/Developer/Xcode/DerivedData/Tradle-ggebxcvwncukinfhemslyyyvcgkh/Build/Intermediates/ArchiveIntermediates/Release/BuildProductsPath/Release-iphoneos/GZIP' | |
INFO [2017-06-08 17:29:07.45]: ▸ ⚠️ ld: directory not found for option '-F/Users/tenaciousmv/Library/Developer/Xcode/DerivedData/Tradle-ggebxcvwncukinfhemslyyyvcgkh/Build/Intermediates/ArchiveIntermediates/Release/BuildProductsPath/Release-iphoneos/KeychainAccess' | |
INFO [2017-06-08 17:29:07.45]: ▸ ⚠️ ld: directory not found for option '-F/Users/tenaciousmv/Library/Developer/Xcode/DerivedData/Tradle-ggebxcvwncukinfhemslyyyvcgkh/Build/Intermediates/ArchiveIntermediates/Release/BuildProductsPath/Release-iphoneos/MBProgressHUD' | |
INFO [2017-06-08 17:29:07.45]: ▸ ⚠️ ld: directory not found for option '-F/Users/tenaciousmv/Library/Developer/Xcode/DerivedData/Tradle-ggebxcvwncukinfhemslyyyvcgkh/Build/Intermediates/ArchiveIntermediates/Release/BuildProductsPath/Release-iphoneos/Socket.IO-Client-Swift' | |
INFO [2017-06-08 17:29:07.45]: ▸ ⚠️ ld: directory not found for option '-F/Users/tenaciousmv/Code/tradle-app/iOS/Pods/Pods/PPBlinkID' | |
INFO [2017-06-08 17:29:07.45]: ▸ ⚠️ ld: directory not found for option '-F/Users/tenaciousmv/Code/tradle-app/iOS/Pods/Pods/iProov' | |
INFO [2017-06-08 17:29:07.45]: ▸ ❌ ld: framework not found Alamofire | |
INFO [2017-06-08 17:29:07.45]: ▸ ❌ clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
INFO [2017-06-08 17:29:07.45]: ▸ Linking Alamofire | |
INFO [2017-06-08 17:29:07.45]: ▸ ⚠️ ld: directory not found for option '-F/Users/tenaciousmv/Library/Developer/Xcode/DerivedData/Tradle-ggebxcvwncukinfhemslyyyvcgkh/Build/Intermediates/ArchiveIntermediates/Release/BuildProductsPath/Release-iphoneos/AlamofireImage' | |
INFO [2017-06-08 17:29:07.45]: ▸ ⚠️ ld: directory not found for option '-F/Users/tenaciousmv/Library/Developer/Xcode/DerivedData/Tradle-ggebxcvwncukinfhemslyyyvcgkh/Build/Intermediates/ArchiveIntermediates/Release/BuildProductsPath/Release-iphoneos/CocoaAsyncSocket' | |
INFO [2017-06-08 17:29:07.45]: ▸ ⚠️ ld: directory not found for option '-F/Users/tenaciousmv/Library/Developer/Xcode/DerivedData/Tradle-ggebxcvwncukinfhemslyyyvcgkh/Build/Intermediates/ArchiveIntermediates/Release/BuildProductsPath/Release-iphoneos/GPUImage' | |
INFO [2017-06-08 17:29:07.45]: ▸ ⚠️ ld: directory not found for option '-F/Users/tenaciousmv/Library/Developer/Xcode/DerivedData/Tradle-ggebxcvwncukinfhemslyyyvcgkh/Build/Intermediates/ArchiveIntermediates/Release/BuildProductsPath/Release-iphoneos/GZIP' | |
INFO [2017-06-08 17:29:07.45]: ▸ ⚠️ ld: directory not found for option '-F/Users/tenaciousmv/Library/Developer/Xcode/DerivedData/Tradle-ggebxcvwncukinfhemslyyyvcgkh/Build/Intermediates/ArchiveIntermediates/Release/BuildProductsPath/Release-iphoneos/KeychainAccess' | |
INFO [2017-06-08 17:29:07.45]: ▸ ⚠️ ld: directory not found for option '-F/Users/tenaciousmv/Library/Developer/Xcode/DerivedData/Tradle-ggebxcvwncukinfhemslyyyvcgkh/Build/Intermediates/ArchiveIntermediates/Release/BuildProductsPath/Release-iphoneos/MBProgressHUD' | |
INFO [2017-06-08 17:29:07.46]: ▸ ⚠️ ld: directory not found for option '-F/Users/tenaciousmv/Library/Developer/Xcode/DerivedData/Tradle-ggebxcvwncukinfhemslyyyvcgkh/Build/Intermediates/ArchiveIntermediates/Release/BuildProductsPath/Release-iphoneos/Socket.IO-Client-Swift' | |
INFO [2017-06-08 17:29:07.46]: ▸ ⚠️ ld: directory not found for option '-F/Users/tenaciousmv/Code/tradle-app/iOS/Pods/Pods/PPBlinkID' | |
INFO [2017-06-08 17:29:07.46]: ▸ ⚠️ ld: directory not found for option '-F/Users/tenaciousmv/Code/tradle-app/iOS/Pods/Pods/iProov' | |
INFO [2017-06-08 17:29:07.46]: ▸ ❌ ld: framework not found Alamofire | |
INFO [2017-06-08 17:29:07.46]: ▸ ❌ clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
INFO [2017-06-08 17:29:07.59]: ▸ ** ARCHIVE FAILED ** | |
INFO [2017-06-08 17:29:07.59]: ▸ The following build commands failed: | |
INFO [2017-06-08 17:29:07.59]: ▸ Ld /Users/tenaciousmv/Library/Developer/Xcode/DerivedData/Tradle-ggebxcvwncukinfhemslyyyvcgkh/Build/Intermediates/ArchiveIntermediates/Release/IntermediateBuildFilesPath/Pods.build/Release-iphoneos/Alamofire.build/Objects-normal/armv7/Alamofire normal armv7 | |
INFO [2017-06-08 17:29:07.59]: ▸ Ld /Users/tenaciousmv/Library/Developer/Xcode/DerivedData/Tradle-ggebxcvwncukinfhemslyyyvcgkh/Build/Intermediates/ArchiveIntermediates/Release/IntermediateBuildFilesPath/Pods.build/Release-iphoneos/Alamofire.build/Objects-normal/arm64/Alamofire normal arm64 | |
INFO [2017-06-08 17:29:07.59]: ▸ (2 failures) | |
▸ Cleaning React/yoga [Release] | |
▸ Check Dependencies | |
using 'ALWAYS_SEARCH_USER_PATHS = YES' while building targets which define modules ('DEFINES_MODULE = YES') may fail. Please migrate to using 'ALWAYS_SEARCH_USER_PATHS = NO'. | |
using 'ALWAYS_SEARCH_USER_PATHS = YES' while building targets which define modules ('DEFINES_MODULE = YES') may fail. Please migrate to using 'ALWAYS_SEARCH_USER_PATHS = NO'. | |
using 'ALWAYS_SEARCH_USER_PATHS = YES' while building targets which define modules ('DEFINES_MODULE = YES') may fail. Please migrate to using 'ALWAYS_SEARCH_USER_PATHS = NO'. | |
▸ Cleaning React/jschelpers [Release] | |
▸ Check Dependencies | |
using 'ALWAYS_SEARCH_USER_PATHS = YES' while building targets which define modules ('DEFINES_MODULE = YES') may fail. Please migrate to using 'ALWAYS_SEARCH_USER_PATHS = NO'. | |
using 'ALWAYS_SEARCH_USER_PATHS = YES' while building targets which define modules ('DEFINES_MODULE = YES') may fail. Please migrate to using 'ALWAYS_SEARCH_USER_PATHS = NO'. | |
using 'ALWAYS_SEARCH_USER_PATHS = YES' while building targets which define modules ('DEFINES_MODULE = YES') may fail. Please migrate to using 'ALWAYS_SEARCH_USER_PATHS = NO'. | |
using 'ALWAYS_SEARCH_USER_PATHS = YES' while building targets which define modules ('DEFINES_MODULE = YES') may fail. Please migrate to using 'ALWAYS_SEARCH_USER_PATHS = NO'. | |
▸ Cleaning React/cxxreact [Release] | |
▸ Check Dependencies | |
using 'ALWAYS_SEARCH_USER_PATHS = YES' while building targets which define modules ('DEFINES_MODULE = YES') may fail. Please migrate to using 'ALWAYS_SEARCH_USER_PATHS = NO'. | |
using 'ALWAYS_SEARCH_USER_PATHS = YES' while building targets which define modules ('DEFINES_MODULE = YES') may fail. Please migrate to using 'ALWAYS_SEARCH_USER_PATHS = NO'. | |
using 'ALWAYS_SEARCH_USER_PATHS = YES' while building targets which define modules ('DEFINES_MODULE = YES') may fail. Please migrate to using 'ALWAYS_SEARCH_USER_PATHS = NO'. | |
using 'ALWAYS_SEARCH_USER_PATHS = YES' while building targets which define modules ('DEFINES_MODULE = YES') may fail. Please migrate to using 'ALWAYS_SEARCH_USER_PATHS = NO'. | |
▸ Cleaning React/React [Release] | |
▸ Check Dependencies | |
using 'ALWAYS_SEARCH_USER_PATHS = YES' while building targets which define modules ('DEFINES_MODULE = YES') may fail. Please migrate to using 'ALWAYS_SEARCH_USER_PATHS = NO'. | |
using 'ALWAYS_SEARCH_USER_PATHS = YES' while building targets which define modules ('DEFINES_MODULE = YES') may fail. Please migrate to using 'ALWAYS_SEARCH_USER_PATHS = NO'. | |
using 'ALWAYS_SEARCH_USER_PATHS = YES' while building targets which define modules ('DEFINES_MODULE = YES') may fail. Please migrate to using 'ALWAYS_SEARCH_USER_PATHS = NO'. | |
using 'ALWAYS_SEARCH_USER_PATHS = YES' while building targets which define modules ('DEFINES_MODULE = YES') may fail. Please migrate to using 'ALWAYS_SEARCH_USER_PATHS = NO'. | |
using 'ALWAYS_SEARCH_USER_PATHS = YES' while building targets which define modules ('DEFINES_MODULE = YES') may fail. Please migrate to using 'ALWAYS_SEARCH_USER_PATHS = NO'. | |
using 'ALWAYS_SEARCH_USER_PATHS = YES' while building targets which define modules ('DEFINES_MODULE = YES') may fail. Please migrate to using 'ALWAYS_SEARCH_USER_PATHS = NO'. | |
using 'ALWAYS_SEARCH_USER_PATHS = YES' while building targets which define modules ('DEFINES_MODULE = YES') may fail. Please migrate to using 'ALWAYS_SEARCH_USER_PATHS = NO'. | |
using 'ALWAYS_SEARCH_USER_PATHS = YES' while building targets which define modules ('DEFINES_MODULE = YES') may fail. Please migrate to using 'ALWAYS_SEARCH_USER_PATHS = NO'. | |
▸ Cleaning RCTLinking/RCTLinking [Release] | |
▸ Check Dependencies | |
▸ Cleaning ReactNativeLocalization/ReactNativeLocalization [Release] | |
▸ Check Dependencies | |
▸ Cleaning RCTAsyncRocksDBStorage/RCTAsyncRocksDBStorage [Release] | |
▸ Check Dependencies | |
▸ Cleaning RNBranch/RNBranch [Release] | |
▸ Check Dependencies | |
▸ Cleaning RCTGeolocation/RCTGeolocation [Release] | |
▸ Check Dependencies | |
▸ Cleaning RNImagePicker/RNImagePicker [Release] | |
▸ Check Dependencies | |
▸ Cleaning RCTPushNotification/RCTPushNotification [Release] | |
▸ Check Dependencies | |
▸ Cleaning SplashScreen/SplashScreen [Release] | |
▸ Check Dependencies | |
▸ Cleaning RNRandomBytes/RNRandomBytes [Release] | |
▸ Check Dependencies | |
▸ Cleaning RCTCamera/RCTCamera [Release] | |
▸ Check Dependencies | |
▸ Cleaning Pods/Alamofire [Release] | |
▸ Check Dependencies | |
▸ Cleaning Pods/AlamofireImage [Release] | |
▸ Check Dependencies | |
▸ Cleaning Pods/CocoaAsyncSocket [Release] | |
▸ Check Dependencies | |
▸ Cleaning Pods/GPUImage [Release] | |
▸ Check Dependencies | |
▸ Cleaning Pods/GZIP [Release] | |
▸ Check Dependencies | |
▸ Cleaning Pods/KeychainAccess [Release] | |
▸ Check Dependencies | |
▸ Cleaning Pods/MBProgressHUD [Release] | |
▸ Check Dependencies | |
▸ Cleaning Pods/Socket.IO-Client-Swift [Release] | |
▸ Check Dependencies | |
▸ Cleaning Pods/Pods-Tradle [Release] | |
▸ Check Dependencies | |
▸ Cleaning RNBlinkID/RNBlinkID [Release] | |
▸ Check Dependencies | |
▸ Cleaning RNFIRAnalytics/RNFIRAnalytics [Release] | |
▸ Check Dependencies | |
▸ Cleaning RNECC/RNECC [Release] | |
▸ Check Dependencies | |
▸ Cleaning RCTActionSheet/RCTActionSheet [Release] | |
▸ Check Dependencies | |
▸ Cleaning RNPasscodeStatus/RNPasscodeStatus [Release] | |
▸ Check Dependencies | |
▸ Cleaning RCTAnimation/RCTAnimation [Release] | |
▸ Check Dependencies | |
▸ Cleaning RCTVibration/RCTVibration [Release] | |
▸ Check Dependencies | |
using 'ALWAYS_SEARCH_USER_PATHS = YES' while building targets which define modules ('DEFINES_MODULE = YES') may fail. Please migrate to using 'ALWAYS_SEARCH_USER_PATHS = NO'. | |
using 'ALWAYS_SEARCH_USER_PATHS = YES' while building targets which define modules ('DEFINES_MODULE = YES') may fail. Please migrate to using 'ALWAYS_SEARCH_USER_PATHS = NO'. | |
using 'ALWAYS_SEARCH_USER_PATHS = YES' while building targets which define modules ('DEFINES_MODULE = YES') may fail. Please migrate to using 'ALWAYS_SEARCH_USER_PATHS = NO'. | |
▸ Cleaning SMXCrashlytics/SMXCrashlytics [Release] | |
▸ Check Dependencies | |
▸ Cleaning UdpSockets/UdpSockets [Release] | |
▸ Check Dependencies | |
▸ Cleaning RCTWebSocket/RCTWebSocket [Release] | |
▸ Check Dependencies | |
▸ Cleaning RNLocalAuth/RNLocalAuth [Release] | |
▸ Check Dependencies | |
▸ Cleaning RCTSettings/RCTSettings [Release] | |
▸ Check Dependencies | |
▸ Cleaning CodePush/CodePush [Release] | |
▸ Check Dependencies | |
▸ Cleaning RCTOrientation/RCTOrientation [Release] | |
▸ Check Dependencies | |
▸ Cleaning RNSearchBar/RNSearchBar [Release] | |
▸ Check Dependencies | |
▸ Cleaning RCTNetwork/RCTNetwork [Release] | |
▸ Check Dependencies | |
▸ Cleaning RCTImage/RCTImage [Release] | |
▸ Check Dependencies | |
▸ Cleaning RCTText/RCTText [Release] | |
▸ Check Dependencies | |
▸ Cleaning RNVectorIcons/RNVectorIcons [Release] | |
▸ Check Dependencies | |
▸ Cleaning RNKeychain/RNKeychain [Release] | |
▸ Check Dependencies | |
▸ Cleaning RNDeviceInfo/RNDeviceInfo [Release] | |
▸ Check Dependencies | |
▸ Cleaning BVLinearGradient/BVLinearGradient [Release] | |
▸ Check Dependencies | |
▸ Cleaning Tradle/Tradle [Release] | |
▸ Check Dependencies | |
▸ Clean Succeeded | |
▸ Building React/yoga [Release] | |
▸ Check Dependencies | |
using 'ALWAYS_SEARCH_USER_PATHS = YES' while building targets which define modules ('DEFINES_MODULE = YES') may fail. Please migrate to using 'ALWAYS_SEARCH_USER_PATHS = NO'. | |
using 'ALWAYS_SEARCH_USER_PATHS = YES' while building targets which define modules ('DEFINES_MODULE = YES') may fail. Please migrate to using 'ALWAYS_SEARCH_USER_PATHS = NO'. | |
▸ Copying /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/ReactCommon/yoga/yoga/Yoga.h | |
▸ Copying /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/ReactCommon/yoga/yoga/YGMacros.h | |
▸ Copying /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/ReactCommon/yoga/yoga/YGEnums.h | |
▸ Compiling YGNodeList.c | |
▸ Compiling YGNodeList.c | |
▸ Compiling Yoga.c | |
▸ Compiling Yoga.c | |
▸ Building library libyoga.a | |
▸ Building library libyoga.a | |
▸ Building React/jschelpers [Release] | |
▸ Check Dependencies | |
using 'ALWAYS_SEARCH_USER_PATHS = YES' while building targets which define modules ('DEFINES_MODULE = YES') may fail. Please migrate to using 'ALWAYS_SEARCH_USER_PATHS = NO'. | |
using 'ALWAYS_SEARCH_USER_PATHS = YES' while building targets which define modules ('DEFINES_MODULE = YES') may fail. Please migrate to using 'ALWAYS_SEARCH_USER_PATHS = NO'. | |
▸ Copying /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/ReactCommon/jschelpers/JavaScriptCore.h | |
▸ Copying /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/ReactCommon/jschelpers/JSCWrapper.h | |
▸ Compiling JSCWrapper.cpp | |
▸ Compiling JSCWrapper.cpp | |
▸ Building library libjschelpers.a | |
▸ Building library libjschelpers.a | |
▸ Building React/cxxreact [Release] | |
▸ Check Dependencies | |
using 'ALWAYS_SEARCH_USER_PATHS = YES' while building targets which define modules ('DEFINES_MODULE = YES') may fail. Please migrate to using 'ALWAYS_SEARCH_USER_PATHS = NO'. | |
using 'ALWAYS_SEARCH_USER_PATHS = YES' while building targets which define modules ('DEFINES_MODULE = YES') may fail. Please migrate to using 'ALWAYS_SEARCH_USER_PATHS = NO'. | |
▸ Copying /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/ReactCommon/cxxreact/JSBundleType.h | |
▸ Compiling JSBundleType.cpp | |
▸ Compiling JSBundleType.cpp | |
▸ Building library libcxxreact.a | |
▸ Building library libcxxreact.a | |
▸ Building React/React [Release] | |
▸ Check Dependencies | |
using 'ALWAYS_SEARCH_USER_PATHS = YES' while building targets which define modules ('DEFINES_MODULE = YES') may fail. Please migrate to using 'ALWAYS_SEARCH_USER_PATHS = NO'. | |
using 'ALWAYS_SEARCH_USER_PATHS = YES' while building targets which define modules ('DEFINES_MODULE = YES') may fail. Please migrate to using 'ALWAYS_SEARCH_USER_PATHS = NO'. | |
using 'ALWAYS_SEARCH_USER_PATHS = YES' while building targets which define modules ('DEFINES_MODULE = YES') may fail. Please migrate to using 'ALWAYS_SEARCH_USER_PATHS = NO'. | |
using 'ALWAYS_SEARCH_USER_PATHS = YES' while building targets which define modules ('DEFINES_MODULE = YES') may fail. Please migrate to using 'ALWAYS_SEARCH_USER_PATHS = NO'. | |
using 'ALWAYS_SEARCH_USER_PATHS = YES' while building targets which define modules ('DEFINES_MODULE = YES') may fail. Please migrate to using 'ALWAYS_SEARCH_USER_PATHS = NO'. | |
using 'ALWAYS_SEARCH_USER_PATHS = YES' while building targets which define modules ('DEFINES_MODULE = YES') may fail. Please migrate to using 'ALWAYS_SEARCH_USER_PATHS = NO'. | |
▸ Running script 'Start Packager' | |
▸ Copying /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/Libraries/Image/RCTImageLoader.h | |
▸ Copying /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/Libraries/Image/RCTResizeMode.h | |
▸ Copying /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/Libraries/Image/RCTImageStoreManager.h | |
▸ Copying /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/Libraries/LinkingIOS/RCTLinkingManager.h | |
▸ Copying /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/Libraries/Network/RCTNetworking.h | |
▸ Copying /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/Libraries/PushNotificationIOS/RCTPushNotificationManager.h | |
▸ Copying Base/RCTAssert.h | |
▸ Copying /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/Libraries/Network/RCTNetworkTask.h | |
▸ Copying Base/RCTBridgeDelegate.h | |
▸ Copying Base/RCTBridge.h | |
▸ Copying Base/RCTBridge+Private.h | |
▸ Copying Base/RCTBridgeMethod.h | |
▸ Copying Base/RCTBridgeModule.h | |
▸ Copying Base/RCTBundleURLProvider.h | |
▸ Copying Base/RCTConvert.h | |
▸ Copying Base/RCTDefines.h | |
▸ Copying Base/RCTDisplayLink.h | |
▸ Copying Base/RCTErrorCustomizer.h | |
▸ Copying Base/RCTErrorInfo.h | |
▸ Copying Base/RCTEventDispatcher.h | |
▸ Copying Base/RCTFrameUpdate.h | |
▸ Copying Base/RCTImageSource.h | |
▸ Copying Base/RCTInvalidating.h | |
▸ Copying Base/RCTJavaScriptExecutor.h | |
▸ Copying Base/RCTJavaScriptLoader.h | |
▸ Copying Base/RCTJSStackFrame.h | |
▸ Copying Base/RCTKeyCommands.h | |
▸ Copying Base/RCTLog.h | |
▸ Copying Base/RCTModuleData.h | |
▸ Copying Base/RCTModuleMethod.h | |
▸ Copying Base/RCTMultipartDataTask.h | |
▸ Copying Base/RCTMultipartStreamReader.h | |
▸ Copying Base/RCTNullability.h | |
▸ Copying Base/RCTParserUtils.h | |
▸ Copying Base/RCTPerformanceLogger.h | |
▸ Copying Base/RCTPlatform.h | |
▸ Copying Base/RCTRootViewDelegate.h | |
▸ Copying Base/RCTRootView.h | |
▸ Copying Base/RCTTouchEvent.h | |
▸ Copying Base/RCTTouchHandler.h | |
▸ Copying Base/RCTURLRequestDelegate.h | |
▸ Copying Base/RCTURLRequestHandler.h | |
▸ Copying Base/RCTUtils.h | |
▸ Copying Base/RCTWebSocketObserverProtocol.h | |
▸ Copying Executors/RCTJSCErrorHandling.h | |
▸ Copying Executors/RCTJSCExecutor.h | |
▸ Copying Modules/JSCSamplingProfiler.h | |
▸ Copying Modules/RCTAccessibilityManager.h | |
▸ Copying Modules/RCTAlertManager.h | |
▸ Copying Modules/RCTAppState.h | |
▸ Copying Modules/RCTAsyncLocalStorage.h | |
▸ Copying Modules/RCTClipboard.h | |
▸ Copying Modules/RCTDevLoadingView.h | |
▸ Copying Modules/RCTDevMenu.h | |
▸ Copying Modules/RCTEventEmitter.h | |
▸ Copying Modules/RCTExceptionsManager.h | |
▸ Copying Modules/RCTI18nManager.h | |
▸ Copying Modules/RCTI18nUtil.h | |
▸ Copying Modules/RCTKeyboardObserver.h | |
▸ Copying Modules/RCTSourceCode.h | |
▸ Copying Modules/RCTRedBox.h | |
▸ Copying Modules/RCTStatusBarManager.h | |
▸ Copying Modules/RCTTiming.h | |
▸ Copying Modules/RCTUIManager.h | |
▸ Copying Profiler/RCTFPSGraph.h | |
▸ Copying Profiler/RCTJSCProfiler.h | |
▸ Copying Profiler/RCTMacros.h | |
▸ Copying Profiler/RCTProfile.h | |
▸ Copying Views/RCTActivityIndicatorView.h | |
▸ Copying Views/RCTActivityIndicatorViewManager.h | |
▸ Copying Views/RCTAnimationType.h | |
▸ Copying Views/RCTAutoInsetsProtocol.h | |
▸ Copying Views/RCTBorderDrawing.h | |
▸ Copying Views/RCTBorderStyle.h | |
▸ Copying Views/RCTComponent.h | |
▸ Copying Views/RCTComponentData.h | |
▸ Copying Views/RCTConvert+CoreLocation.h | |
▸ Copying Views/RCTConvert+MapKit.h | |
▸ Copying Views/RCTDatePicker.h | |
▸ Copying Views/RCTDatePickerManager.h | |
▸ Copying Views/RCTFont.h | |
▸ Copying Views/RCTMap.h | |
▸ Copying Views/RCTMapAnnotation.h | |
▸ Copying Views/RCTMapManager.h | |
▸ Copying Views/RCTMapOverlay.h | |
▸ Copying Views/RCTModalHostView.h | |
▸ Copying Views/RCTModalHostViewController.h | |
▸ Copying Views/RCTModalHostViewManager.h | |
▸ Copying Views/RCTNavigator.h | |
▸ Copying Views/RCTNavigatorManager.h | |
▸ Copying Views/RCTNavItem.h | |
▸ Copying Views/RCTNavItemManager.h | |
▸ Copying Views/RCTPicker.h | |
▸ Copying Views/RCTPickerManager.h | |
▸ Copying Views/RCTPointerEvents.h | |
▸ Copying Views/RCTProgressViewManager.h | |
▸ Copying Views/RCTRefreshControl.h | |
▸ Copying Views/RCTRefreshControlManager.h | |
▸ Copying Views/RCTRootShadowView.h | |
▸ Copying Views/RCTScrollableProtocol.h | |
▸ Copying Views/RCTScrollView.h | |
▸ Copying Views/RCTScrollViewManager.h | |
▸ Copying Views/RCTSegmentedControl.h | |
▸ Copying Views/RCTSegmentedControlManager.h | |
▸ Copying Views/RCTSlider.h | |
▸ Copying Views/RCTShadowView.h | |
▸ Copying Views/RCTSliderManager.h | |
▸ Copying Views/RCTSwitch.h | |
▸ Copying Views/RCTSwitchManager.h | |
▸ Copying Views/RCTTabBar.h | |
▸ Copying Views/RCTTabBarItem.h | |
▸ Copying Views/RCTTabBarItemManager.h | |
▸ Copying Views/RCTTabBarManager.h | |
▸ Copying Views/RCTTextDecorationLineType.h | |
▸ Copying Views/RCTView.h | |
▸ Copying Views/RCTViewControllerProtocol.h | |
▸ Copying Views/RCTViewManager.h | |
▸ Copying Views/RCTWebView.h | |
▸ Copying Views/RCTWebViewManager.h | |
▸ Copying Views/RCTWrapperViewController.h | |
▸ Copying Views/UIView+Private.h | |
▸ Copying Views/UIView+React.h | |
▸ Compiling RCTStatusBarManager.m | |
▸ Compiling RCTConvert+MapKit.m | |
▸ Compiling RCTSourceCode.m | |
▸ Compiling RCTJSCProfiler.m | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Profiler/RCTJSCProfiler.m:66:39: unused parameter 'ctx' [-Wunused-parameter] | |
void RCTJSCProfilerStart(JSContextRef ctx) | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Profiler/RCTJSCProfiler.m:89:43: unused parameter 'ctx' [-Wunused-parameter] | |
NSString *RCTJSCProfilerStop(JSContextRef ctx) | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Profiler/RCTJSCProfiler.m:115:45: unused parameter 'ctx' [-Wunused-parameter] | |
BOOL RCTJSCProfilerIsProfiling(JSContextRef ctx) | |
^ | |
▸ Compiling RCTMultipartStreamReader.m | |
▸ Compiling RCTDatePicker.m | |
▸ Compiling RCTFrameUpdate.m | |
▸ Compiling RCTAlertManager.m | |
▸ Compiling RCTI18nUtil.m | |
▸ Compiling RCTJSStackFrame.m | |
▸ Compiling RCTConvert.m | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTConvert.m:344:1: implicit conversion loses integer precision: 'unsigned long long' to 'UIDataDetectorTypes' (aka 'enum UIDataDetectorTypes') [-Wshorten-64-to-32] | |
RCT_MULTI_ENUM_CONVERTER(UIDataDetectorTypes, (@{ | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
▸ Compiling RCTSegmentedControl.m | |
▸ Compiling RCTRootView.m | |
▸ Compiling RCTExceptionsManager.m | |
▸ Compiling RCTMapAnnotation.m | |
▸ Compiling RCTDevMenu.mm | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTDevMenu.mm:763:29: unused parameter 'title' [-Wunused-parameter] | |
- (void)addItem:(NSString *)title handler:(dispatch_block_t)handler {} | |
~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTDevMenu.mm:763:61: unused parameter 'handler' [-Wunused-parameter] | |
- (void)addItem:(NSString *)title handler:(dispatch_block_t)handler {} | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTDevMenu.mm:764:31: unused parameter 'item' [-Wunused-parameter] | |
- (void)addItem:(RCTDevMenu *)item {} | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTDevMenu.mm:771:49: unused parameter 'title' [-Wunused-parameter] | |
+ (instancetype)buttonItemWithTitle:(NSString *)title handler:(void(^)(void))handler {return nil;} | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTDevMenu.mm:771:78: unused parameter 'handler' [-Wunused-parameter] | |
+ (instancetype)buttonItemWithTitle:(NSString *)title handler:(void(^)(void))handler {return nil;} | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTDevMenu.mm:772:47: unused parameter 'key' [-Wunused-parameter] | |
+ (instancetype)toggleItemWithKey:(NSString *)key | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTDevMenu.mm:773:47: unused parameter 'title' [-Wunused-parameter] | |
title:(NSString *)title | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTDevMenu.mm:774:47: unused parameter 'selectedTitle' [-Wunused-parameter] | |
selectedTitle:(NSString *)selectedTitle | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTDevMenu.mm:775:59: unused parameter 'handler' [-Wunused-parameter] | |
handler:(void(^)(BOOL selected))handler {return nil;} | |
^ | |
▸ Compiling RCTRootShadowView.m | |
▸ Compiling RCTModuleMethod.m | |
▸ Compiling RCTMultipartDataTask.m | |
▸ Compiling RCTAssert.m | |
▸ Compiling RCTBorderDrawing.m | |
▸ Compiling RCTSlider.m | |
▸ Compiling RCTAsyncLocalStorage.m | |
▸ Compiling RCTProgressViewManager.m | |
▸ Compiling RCTFPSGraph.m | |
▸ Compiling RCTSwitch.m | |
▸ Compiling RCTDisplayLink.m | |
▸ Compiling RCTSwitchManager.m | |
▸ Compiling RCTActivityIndicatorViewManager.m | |
▸ Compiling RCTViewManager.m | |
▸ Compiling RCTImageSource.m | |
▸ Compiling RCTDatePickerManager.m | |
▸ Compiling RCTEventEmitter.m | |
▸ Compiling RCTJavaScriptLoader.mm | |
▸ Compiling RCTPerfMonitor.m | |
▸ Compiling RCTFont.mm | |
▸ Compiling RCTScrollViewManager.m | |
▸ Compiling RCTTabBarManager.m | |
▸ Compiling JSCSamplingProfiler.m | |
▸ Compiling RCTWrapperViewController.m | |
▸ Compiling RCTScrollView.m | |
▸ Compiling RCTReloadCommand.m | |
▸ Compiling RCTAccessibilityManager.m | |
▸ Compiling RCTJSCErrorHandling.mm | |
▸ Compiling RCTDevLoadingView.m | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTDevLoadingView.m:162:26: unused parameter 'enabled' [-Wunused-parameter] | |
+ (void)setEnabled:(BOOL)enabled { } | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTDevLoadingView.m:163:46: unused parameter 'progress' [-Wunused-parameter] | |
- (void)updateProgress:(RCTLoadingProgress *)progress {} | |
^ | |
▸ Compiling RCTTiming.m | |
▸ Compiling RCTAppState.m | |
▸ Compiling RCTJSCExecutor.mm | |
▸ Compiling RCTBatchedBridge.m | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTBatchedBridge.m:737:6: code will never be executed [-Wunreachable-code] | |
[self enqueueJSCall:@"RCTLog" | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTBatchedBridge.m:813:14: unused variable 'length' [-Wunused-variable] | |
JSValue *length = result[@"length"]; | |
^~~~ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTBatchedBridge.m:1082:43: unused parameter 'callback' [-Wunused-parameter] | |
- (void)stopProfiling:(void (^)(NSData *))callback | |
^ | |
▸ Compiling UIView+React.m | |
▸ Compiling RCTSliderManager.m | |
▸ Compiling RCTClipboard.m | |
▸ Compiling RCTModuleData.mm | |
▸ Compiling RCTPerformanceLogger.m | |
▸ Compiling RCTTouchHandler.m | |
▸ Compiling RCTErrorInfo.m | |
▸ Compiling RCTLog.mm | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTLog.mm:188:29: unused function 'nativeStackFrameRegex' [-Wunused-function] | |
static NSRegularExpression *nativeStackFrameRegex() | |
^ | |
▸ Compiling RCTNavItemManager.m | |
▸ Compiling RCTParserUtils.m | |
▸ Compiling RCTView.m | |
▸ Compiling RCTPlatform.m | |
▸ Compiling RCTMapOverlay.m | |
▸ Compiling RCTKeyboardObserver.m | |
▸ Compiling RCTI18nManager.m | |
▸ Compiling RCTConvert+CoreLocation.m | |
▸ Compiling RCTTabBarItemManager.m | |
▸ Compiling RCTKeyCommands.m | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTKeyCommands.m:368:49: unused parameter 'input' [-Wunused-parameter] | |
- (void)registerKeyCommandWithInput:(NSString *)input | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTKeyCommands.m:369:57: unused parameter 'flags' [-Wunused-parameter] | |
modifierFlags:(UIKeyModifierFlags)flags | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTKeyCommands.m:370:63: unused parameter 'block' [-Wunused-parameter] | |
action:(void (^)(UIKeyCommand *))block {} | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTKeyCommands.m:372:51: unused parameter 'input' [-Wunused-parameter] | |
- (void)unregisterKeyCommandWithInput:(NSString *)input | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTKeyCommands.m:373:59: unused parameter 'flags' [-Wunused-parameter] | |
modifierFlags:(UIKeyModifierFlags)flags {} | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTKeyCommands.m:375:52: unused parameter 'input' [-Wunused-parameter] | |
- (BOOL)isKeyCommandRegisteredForInput:(NSString *)input | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTKeyCommands.m:376:60: unused parameter 'flags' [-Wunused-parameter] | |
modifierFlags:(UIKeyModifierFlags)flags | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTKeyCommands.m:381:60: unused parameter 'input' [-Wunused-parameter] | |
- (void)registerDoublePressKeyCommandWithInput:(NSString *)input | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTKeyCommands.m:382:57: unused parameter 'flags' [-Wunused-parameter] | |
modifierFlags:(UIKeyModifierFlags)flags | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTKeyCommands.m:383:63: unused parameter 'block' [-Wunused-parameter] | |
action:(void (^)(UIKeyCommand *))block {} | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTKeyCommands.m:385:62: unused parameter 'input' [-Wunused-parameter] | |
- (void)unregisterDoublePressKeyCommandWithInput:(NSString *)input | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTKeyCommands.m:386:59: unused parameter 'flags' [-Wunused-parameter] | |
modifierFlags:(UIKeyModifierFlags)flags {} | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTKeyCommands.m:388:63: unused parameter 'input' [-Wunused-parameter] | |
- (BOOL)isDoublePressKeyCommandRegisteredForInput:(NSString *)input | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTKeyCommands.m:389:60: unused parameter 'flags' [-Wunused-parameter] | |
modifierFlags:(UIKeyModifierFlags)flags | |
^ | |
▸ Compiling RCTUtils.m | |
▸ Compiling RCTMapManager.m | |
▸ Compiling RCTRefreshControl.m | |
▸ Compiling RCTWebView.m | |
▸ Compiling RCTBridge.m | |
▸ Compiling RCTWebViewManager.m | |
▸ Compiling RCTPicker.m | |
▸ Compiling RCTTabBarItem.m | |
▸ Compiling RCTModalHostView.m | |
▸ Compiling RCTShadowView.m | |
▸ Compiling RCTSegmentedControlManager.m | |
▸ Compiling RCTPickerManager.m | |
▸ Compiling RCTRefreshControlManager.m | |
▸ Compiling RCTBundleURLProvider.m | |
▸ Compiling RCTActivityIndicatorView.m | |
▸ Compiling RCTNavigator.m | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Views/RCTNavigator.m:602:59: unused parameter 'wrapperViewController' [-Wunused-parameter] | |
- (void)wrapperViewController:(RCTWrapperViewController *)wrapperViewController | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Views/RCTNavigator.m:603:57: unused parameter 'navigationController' [-Wunused-parameter] | |
didMoveToNavigationController:(UINavigationController *)navigationController | |
^ | |
▸ Compiling RCTTabBar.m | |
▸ Compiling RCTRedBox.m | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTRedBox.m:476:57: unused parameter 'errorCustomizer' [-Wunused-parameter] | |
- (void)registerErrorCustomizer:(id<RCTErrorCustomizer>)errorCustomizer {} | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTRedBox.m:477:30: unused parameter 'message' [-Wunused-parameter] | |
- (void)showError:(NSError *)message {} | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTRedBox.m:478:38: unused parameter 'message' [-Wunused-parameter] | |
- (void)showErrorMessage:(NSString *)message {} | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTRedBox.m:479:38: unused parameter 'message' [-Wunused-parameter] | |
- (void)showErrorMessage:(NSString *)message withDetails:(NSString *)details {} | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTRedBox.m:479:70: unused parameter 'details' [-Wunused-parameter] | |
- (void)showErrorMessage:(NSString *)message withDetails:(NSString *)details {} | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTRedBox.m:480:38: unused parameter 'message' [-Wunused-parameter] | |
- (void)showErrorMessage:(NSString *)message withRawStack:(NSString *)rawStack {} | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTRedBox.m:480:71: unused parameter 'rawStack' [-Wunused-parameter] | |
- (void)showErrorMessage:(NSString *)message withRawStack:(NSString *)rawStack {} | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTRedBox.m:481:38: unused parameter 'message' [-Wunused-parameter] | |
- (void)showErrorMessage:(NSString *)message withStack:(NSArray<NSDictionary *> *)stack {} | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTRedBox.m:481:83: unused parameter 'stack' [-Wunused-parameter] | |
- (void)showErrorMessage:(NSString *)message withStack:(NSArray<NSDictionary *> *)stack {} | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTRedBox.m:482:40: unused parameter 'message' [-Wunused-parameter] | |
- (void)updateErrorMessage:(NSString *)message withStack:(NSArray<NSDictionary *> *)stack {} | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTRedBox.m:482:85: unused parameter 'stack' [-Wunused-parameter] | |
- (void)updateErrorMessage:(NSString *)message withStack:(NSArray<NSDictionary *> *)stack {} | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTRedBox.m:483:38: unused parameter 'message' [-Wunused-parameter] | |
- (void)showErrorMessage:(NSString *)message withStack:(NSArray<NSDictionary *> *)stack isUpdate:(BOOL)isUpdate {} | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTRedBox.m:483:83: unused parameter 'stack' [-Wunused-parameter] | |
- (void)showErrorMessage:(NSString *)message withStack:(NSArray<NSDictionary *> *)stack isUpdate:(BOOL)isUpdate {} | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTRedBox.m:483:104: unused parameter 'isUpdate' [-Wunused-parameter] | |
- (void)showErrorMessage:(NSString *)message withStack:(NSArray<NSDictionary *> *)stack isUpdate:(BOOL)isUpdate {} | |
^ | |
▸ Compiling RCTModalHostViewController.m | |
▸ Compiling RCTMap.m | |
▸ Compiling RCTNavItem.m | |
▸ Compiling RCTEventDispatcher.m | |
▸ Compiling RCTModalHostViewManager.m | |
▸ Compiling RCTUIManager.m | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTUIManager.m:239:28: 'sendDeviceEventWithName:body:' is deprecated: Subclass RCTEventEmitter instead [-Wdeprecated-declarations] | |
[_bridge.eventDispatcher sendDeviceEventWithName:@"didUpdateContentSizeMultiplier" | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTUIManager.m:387:11: unused variable 'existingView' [-Wunused-variable] | |
UIView *existingView = _viewRegistry[reactTag]; | |
^ | |
▸ Compiling RCTTouchEvent.m | |
▸ Compiling RCTProfile.m | |
▸ Compiling RCTConvert+Transform.m | |
▸ Compiling RCTComponentData.m | |
▸ Compiling RCTNavigatorManager.m | |
▸ Compiling RCTConvert+MapKit.m | |
▸ Compiling RCTStatusBarManager.m | |
▸ Compiling RCTSourceCode.m | |
▸ Compiling RCTJSCProfiler.m | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Profiler/RCTJSCProfiler.m:66:39: unused parameter 'ctx' [-Wunused-parameter] | |
void RCTJSCProfilerStart(JSContextRef ctx) | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Profiler/RCTJSCProfiler.m:89:43: unused parameter 'ctx' [-Wunused-parameter] | |
NSString *RCTJSCProfilerStop(JSContextRef ctx) | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Profiler/RCTJSCProfiler.m:115:45: unused parameter 'ctx' [-Wunused-parameter] | |
BOOL RCTJSCProfilerIsProfiling(JSContextRef ctx) | |
^ | |
▸ Compiling RCTMultipartStreamReader.m | |
▸ Compiling RCTDatePicker.m | |
▸ Compiling RCTFrameUpdate.m | |
▸ Compiling RCTAlertManager.m | |
▸ Compiling RCTI18nUtil.m | |
▸ Compiling RCTJSStackFrame.m | |
▸ Compiling RCTConvert.m | |
▸ Compiling RCTSegmentedControl.m | |
▸ Compiling RCTRootView.m | |
▸ Compiling RCTExceptionsManager.m | |
▸ Compiling RCTMapAnnotation.m | |
▸ Compiling RCTDevMenu.mm | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTDevMenu.mm:763:29: unused parameter 'title' [-Wunused-parameter] | |
- (void)addItem:(NSString *)title handler:(dispatch_block_t)handler {} | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTDevMenu.mm:763:61: unused parameter 'handler' [-Wunused-parameter] | |
- (void)addItem:(NSString *)title handler:(dispatch_block_t)handler {} | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTDevMenu.mm:764:31: unused parameter 'item' [-Wunused-parameter] | |
- (void)addItem:(RCTDevMenu *)item {} | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTDevMenu.mm:771:49: unused parameter 'title' [-Wunused-parameter] | |
+ (instancetype)buttonItemWithTitle:(NSString *)title handler:(void(^)(void))handler {return nil;} | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTDevMenu.mm:771:78: unused parameter 'handler' [-Wunused-parameter] | |
+ (instancetype)buttonItemWithTitle:(NSString *)title handler:(void(^)(void))handler {return nil;} | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTDevMenu.mm:772:47: unused parameter 'key' [-Wunused-parameter] | |
+ (instancetype)toggleItemWithKey:(NSString *)key | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTDevMenu.mm:773:47: unused parameter 'title' [-Wunused-parameter] | |
title:(NSString *)title | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTDevMenu.mm:774:47: unused parameter 'selectedTitle' [-Wunused-parameter] | |
selectedTitle:(NSString *)selectedTitle | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTDevMenu.mm:775:59: unused parameter 'handler' [-Wunused-parameter] | |
handler:(void(^)(BOOL selected))handler {return nil;} | |
^ | |
▸ Compiling RCTRootShadowView.m | |
▸ Compiling RCTModuleMethod.m | |
▸ Compiling RCTMultipartDataTask.m | |
▸ Compiling RCTBorderDrawing.m | |
▸ Compiling RCTAssert.m | |
▸ Compiling RCTSlider.m | |
▸ Compiling RCTAsyncLocalStorage.m | |
▸ Compiling RCTProgressViewManager.m | |
▸ Compiling RCTFPSGraph.m | |
▸ Compiling RCTSwitch.m | |
▸ Compiling RCTDisplayLink.m | |
▸ Compiling RCTSwitchManager.m | |
▸ Compiling RCTActivityIndicatorViewManager.m | |
▸ Compiling RCTViewManager.m | |
▸ Compiling RCTImageSource.m | |
▸ Compiling RCTDatePickerManager.m | |
▸ Compiling RCTEventEmitter.m | |
▸ Compiling RCTJavaScriptLoader.mm | |
▸ Compiling RCTPerfMonitor.m | |
▸ Compiling RCTFont.mm | |
▸ Compiling RCTScrollViewManager.m | |
▸ Compiling RCTTabBarManager.m | |
▸ Compiling JSCSamplingProfiler.m | |
▸ Compiling RCTWrapperViewController.m | |
▸ Compiling RCTScrollView.m | |
▸ Compiling RCTReloadCommand.m | |
▸ Compiling RCTAccessibilityManager.m | |
▸ Compiling RCTJSCErrorHandling.mm | |
▸ Compiling RCTDevLoadingView.m | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTDevLoadingView.m:162:26: unused parameter 'enabled' [-Wunused-parameter] | |
+ (void)setEnabled:(BOOL)enabled { } | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTDevLoadingView.m:163:46: unused parameter 'progress' [-Wunused-parameter] | |
- (void)updateProgress:(RCTLoadingProgress *)progress {} | |
^ | |
▸ Compiling RCTTiming.m | |
▸ Compiling RCTAppState.m | |
▸ Compiling RCTJSCExecutor.mm | |
▸ Compiling RCTBatchedBridge.m | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTBatchedBridge.m:737:6: code will never be executed [-Wunreachable-code] | |
[self enqueueJSCall:@"RCTLog" | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTBatchedBridge.m:813:14: unused variable 'length' [-Wunused-variable] | |
JSValue *length = result[@"length"]; | |
^~~~ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTBatchedBridge.m:1082:43: unused parameter 'callback' [-Wunused-parameter] | |
- (void)stopProfiling:(void (^)(NSData *))callback | |
^ | |
▸ Compiling UIView+React.m | |
▸ Compiling RCTSliderManager.m | |
▸ Compiling RCTClipboard.m | |
▸ Compiling RCTModuleData.mm | |
▸ Compiling RCTPerformanceLogger.m | |
▸ Compiling RCTTouchHandler.m | |
▸ Compiling RCTErrorInfo.m | |
▸ Compiling RCTLog.mm | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTLog.mm:188:29: unused function 'nativeStackFrameRegex' [-Wunused-function] | |
static NSRegularExpression *nativeStackFrameRegex() | |
^ | |
▸ Compiling RCTNavItemManager.m | |
▸ Compiling RCTParserUtils.m | |
▸ Compiling RCTView.m | |
▸ Compiling RCTPlatform.m | |
▸ Compiling RCTMapOverlay.m | |
▸ Compiling RCTKeyboardObserver.m | |
▸ Compiling RCTI18nManager.m | |
▸ Compiling RCTConvert+CoreLocation.m | |
▸ Compiling RCTTabBarItemManager.m | |
▸ Compiling RCTKeyCommands.m | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTKeyCommands.m:368:49: unused parameter 'input' [-Wunused-parameter] | |
- (void)registerKeyCommandWithInput:(NSString *)input | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTKeyCommands.m:369:57: unused parameter 'flags' [-Wunused-parameter] | |
modifierFlags:(UIKeyModifierFlags)flags | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTKeyCommands.m:370:63: unused parameter 'block' [-Wunused-parameter] | |
action:(void (^)(UIKeyCommand *))block {} | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTKeyCommands.m:372:51: unused parameter 'input' [-Wunused-parameter] | |
- (void)unregisterKeyCommandWithInput:(NSString *)input | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTKeyCommands.m:373:59: unused parameter 'flags' [-Wunused-parameter] | |
modifierFlags:(UIKeyModifierFlags)flags {} | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTKeyCommands.m:375:52: unused parameter 'input' [-Wunused-parameter] | |
- (BOOL)isKeyCommandRegisteredForInput:(NSString *)input | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTKeyCommands.m:376:60: unused parameter 'flags' [-Wunused-parameter] | |
modifierFlags:(UIKeyModifierFlags)flags | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTKeyCommands.m:381:60: unused parameter 'input' [-Wunused-parameter] | |
- (void)registerDoublePressKeyCommandWithInput:(NSString *)input | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTKeyCommands.m:382:57: unused parameter 'flags' [-Wunused-parameter] | |
modifierFlags:(UIKeyModifierFlags)flags | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTKeyCommands.m:383:63: unused parameter 'block' [-Wunused-parameter] | |
action:(void (^)(UIKeyCommand *))block {} | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTKeyCommands.m:385:62: unused parameter 'input' [-Wunused-parameter] | |
- (void)unregisterDoublePressKeyCommandWithInput:(NSString *)input | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTKeyCommands.m:386:59: unused parameter 'flags' [-Wunused-parameter] | |
modifierFlags:(UIKeyModifierFlags)flags {} | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTKeyCommands.m:388:63: unused parameter 'input' [-Wunused-parameter] | |
- (BOOL)isDoublePressKeyCommandRegisteredForInput:(NSString *)input | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Base/RCTKeyCommands.m:389:60: unused parameter 'flags' [-Wunused-parameter] | |
modifierFlags:(UIKeyModifierFlags)flags | |
^ | |
▸ Compiling RCTUtils.m | |
▸ Compiling RCTMapManager.m | |
▸ Compiling RCTRefreshControl.m | |
▸ Compiling RCTWebView.m | |
▸ Compiling RCTBridge.m | |
▸ Compiling RCTWebViewManager.m | |
▸ Compiling RCTPicker.m | |
▸ Compiling RCTTabBarItem.m | |
▸ Compiling RCTModalHostView.m | |
▸ Compiling RCTShadowView.m | |
▸ Compiling RCTSegmentedControlManager.m | |
▸ Compiling RCTPickerManager.m | |
▸ Compiling RCTRefreshControlManager.m | |
▸ Compiling RCTBundleURLProvider.m | |
▸ Compiling RCTNavigator.m | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Views/RCTNavigator.m:602:59: unused parameter 'wrapperViewController' [-Wunused-parameter] | |
- (void)wrapperViewController:(RCTWrapperViewController *)wrapperViewController | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Views/RCTNavigator.m:603:57: unused parameter 'navigationController' [-Wunused-parameter] | |
didMoveToNavigationController:(UINavigationController *)navigationController | |
^ | |
▸ Compiling RCTActivityIndicatorView.m | |
▸ Compiling RCTTabBar.m | |
▸ Compiling RCTRedBox.m | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTRedBox.m:476:57: unused parameter 'errorCustomizer' [-Wunused-parameter] | |
- (void)registerErrorCustomizer:(id<RCTErrorCustomizer>)errorCustomizer {} | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTRedBox.m:477:30: unused parameter 'message' [-Wunused-parameter] | |
- (void)showError:(NSError *)message {} | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTRedBox.m:478:38: unused parameter 'message' [-Wunused-parameter] | |
- (void)showErrorMessage:(NSString *)message {} | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTRedBox.m:479:38: unused parameter 'message' [-Wunused-parameter] | |
- (void)showErrorMessage:(NSString *)message withDetails:(NSString *)details {} | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTRedBox.m:479:70: unused parameter 'details' [-Wunused-parameter] | |
- (void)showErrorMessage:(NSString *)message withDetails:(NSString *)details {} | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTRedBox.m:480:38: unused parameter 'message' [-Wunused-parameter] | |
- (void)showErrorMessage:(NSString *)message withRawStack:(NSString *)rawStack {} | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTRedBox.m:480:71: unused parameter 'rawStack' [-Wunused-parameter] | |
- (void)showErrorMessage:(NSString *)message withRawStack:(NSString *)rawStack {} | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTRedBox.m:481:38: unused parameter 'message' [-Wunused-parameter] | |
- (void)showErrorMessage:(NSString *)message withStack:(NSArray<NSDictionary *> *)stack {} | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTRedBox.m:481:83: unused parameter 'stack' [-Wunused-parameter] | |
- (void)showErrorMessage:(NSString *)message withStack:(NSArray<NSDictionary *> *)stack {} | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTRedBox.m:482:40: unused parameter 'message' [-Wunused-parameter] | |
- (void)updateErrorMessage:(NSString *)message withStack:(NSArray<NSDictionary *> *)stack {} | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTRedBox.m:482:85: unused parameter 'stack' [-Wunused-parameter] | |
- (void)updateErrorMessage:(NSString *)message withStack:(NSArray<NSDictionary *> *)stack {} | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTRedBox.m:483:38: unused parameter 'message' [-Wunused-parameter] | |
- (void)showErrorMessage:(NSString *)message withStack:(NSArray<NSDictionary *> *)stack isUpdate:(BOOL)isUpdate {} | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTRedBox.m:483:83: unused parameter 'stack' [-Wunused-parameter] | |
- (void)showErrorMessage:(NSString *)message withStack:(NSArray<NSDictionary *> *)stack isUpdate:(BOOL)isUpdate {} | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTRedBox.m:483:104: unused parameter 'isUpdate' [-Wunused-parameter] | |
- (void)showErrorMessage:(NSString *)message withStack:(NSArray<NSDictionary *> *)stack isUpdate:(BOOL)isUpdate {} | |
^ | |
▸ Compiling RCTModalHostViewController.m | |
▸ Compiling RCTMap.m | |
▸ Compiling RCTNavItem.m | |
▸ Compiling RCTEventDispatcher.m | |
▸ Compiling RCTModalHostViewManager.m | |
▸ Compiling RCTUIManager.m | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTUIManager.m:239:28: 'sendDeviceEventWithName:body:' is deprecated: Subclass RCTEventEmitter instead [-Wdeprecated-declarations] | |
[_bridge.eventDispatcher sendDeviceEventWithName:@"didUpdateContentSizeMultiplier" | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native/React/Modules/RCTUIManager.m:387:11: unused variable 'existingView' [-Wunused-variable] | |
UIView *existingView = _viewRegistry[reactTag]; | |
^ | |
▸ Compiling RCTTouchEvent.m | |
▸ Compiling RCTProfile.m | |
▸ Compiling RCTConvert+Transform.m | |
▸ Compiling RCTComponentData.m | |
▸ Compiling RCTNavigatorManager.m | |
▸ Building library libReact.a | |
▸ Building library libReact.a | |
▸ Running script 'Include RCTJSCProfiler' | |
▸ Building RNBranch/RNBranch [Release] | |
▸ Check Dependencies | |
▸ Copying RNBranch.h | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/RNBranchAgingDictionary.h:17:4: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
- (instancetype)initWithTtl:(NSTimeInterval)ttl NS_DESIGNATED_INITIALIZER; | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/RNBranchAgingDictionary.h:26:38: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
- (nullable ObjectType)objectForKey:(KeyType)key; | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/RNBranchAgingDictionary.h:27:49: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
- (nullable ObjectType)objectForKeyedSubscript:(KeyType)key; | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/RNBranchAgingDictionary.h:29:29: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
- (void)removeObjectForKey:(KeyType)key; | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/RNBranchAgingDictionary.m:16:17: method override for the designated initializer of the superclass '-init' not found [-Wobjc-designated-initializers] | |
@implementation RNBranchAgingDictionary | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/RNBranchProperty.m:14:17: method override for the designated initializer of the superclass '-init' not found [-Wobjc-designated-initializers] | |
@implementation RNBranchProperty | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/BranchUniversalObject+RNBranch.m:65:15: performSelector may cause a leak because its selector is unknown [-Warc-performSelector-leaks] | |
[self performSelector:selector withObject:@(ContentIndexModePrivate)]; | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/BranchUniversalObject+RNBranch.m:68:15: performSelector may cause a leak because its selector is unknown [-Warc-performSelector-leaks] | |
[self performSelector:selector withObject:@(ContentIndexModePublic)]; | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/BranchUniversalObject+RNBranch.m:118:15: performSelector may cause a leak because its selector is unknown [-Warc-performSelector-leaks] | |
[self performSelector:sdkMethod withObject:action withObject:state]; | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/RNBranchAgingItem.m:11:17: method override for the designated initializer of the superclass '-init' not found [-Wobjc-designated-initializers] | |
@implementation RNBranchAgingItem { | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/RNBranchAgingDictionary.h:17:4: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
- (instancetype)initWithTtl:(NSTimeInterval)ttl NS_DESIGNATED_INITIALIZER; | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/RNBranchAgingDictionary.h:26:38: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
- (nullable ObjectType)objectForKey:(KeyType)key; | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/RNBranchAgingDictionary.h:27:49: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
- (nullable ObjectType)objectForKeyedSubscript:(KeyType)key; | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/RNBranchAgingDictionary.h:29:29: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
- (void)removeObjectForKey:(KeyType)key; | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/RNBranch.m:106:38: 'sendAppEventWithName:body:' is deprecated: Subclass RCTEventEmitter instead [-Wdeprecated-declarations] | |
[self.bridge.eventDispatcher sendAppEventWithName:@"RNBranch.initSessionError" body:notificationObject]; | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/RNBranch.m:111:38: 'sendAppEventWithName:body:' is deprecated: Subclass RCTEventEmitter instead [-Wdeprecated-declarations] | |
[self.bridge.eventDispatcher sendAppEventWithName:@"RNBranch.initSessionSuccess" body:notificationObject]; | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/RNBranch.m:150:40: incompatible pointer types assigning to 'NSDictionary *' from 'NSNull * _Nonnull' [-Wincompatible-pointer-types] | |
initSessionWithLaunchOptionsResult = [NSNull null]; | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/RNBranch.m:378:39: incompatible pointer to integer conversion sending 'NSInteger *' (aka 'int *') to parameter of type 'NSInteger' (aka 'int'); dereference with * [-Wint-conversion] | |
[branchInstance redeemRewards:amount forBucket:bucket callback:^(BOOL changed, NSError *error) { | |
^ ~~~~~~~~~~~~~ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/RNBranch.m:387:39: incompatible pointer to integer conversion sending 'NSInteger *' (aka 'int *') to parameter of type 'NSInteger' (aka 'int'); dereference with * [-Wint-conversion] | |
[branchInstance redeemRewards:amount callback:^(BOOL changed, NSError *error) { | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/NSObject+RNBranch.m:43:15: performSelector may cause a leak because its selector is unknown [-Warc-performSelector-leaks] | |
[self performSelector:setterSelector withObject:value]; | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/RNBranchAgingDictionary.h:17:4: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
- (instancetype)initWithTtl:(NSTimeInterval)ttl NS_DESIGNATED_INITIALIZER; | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/RNBranchAgingDictionary.h:26:38: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
- (nullable ObjectType)objectForKey:(KeyType)key; | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/RNBranchAgingDictionary.h:27:49: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
- (nullable ObjectType)objectForKeyedSubscript:(KeyType)key; | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/RNBranchAgingDictionary.h:29:29: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
- (void)removeObjectForKey:(KeyType)key; | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/RNBranchAgingDictionary.m:16:17: method override for the designated initializer of the superclass '-init' not found [-Wobjc-designated-initializers] | |
@implementation RNBranchAgingDictionary | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/RNBranchProperty.m:14:17: method override for the designated initializer of the superclass '-init' not found [-Wobjc-designated-initializers] | |
@implementation RNBranchProperty | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/BranchUniversalObject+RNBranch.m:65:15: performSelector may cause a leak because its selector is unknown [-Warc-performSelector-leaks] | |
[self performSelector:selector withObject:@(ContentIndexModePrivate)]; | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/BranchUniversalObject+RNBranch.m:68:15: performSelector may cause a leak because its selector is unknown [-Warc-performSelector-leaks] | |
[self performSelector:selector withObject:@(ContentIndexModePublic)]; | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/BranchUniversalObject+RNBranch.m:118:15: performSelector may cause a leak because its selector is unknown [-Warc-performSelector-leaks] | |
[self performSelector:sdkMethod withObject:action withObject:state]; | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/RNBranchAgingItem.m:11:17: method override for the designated initializer of the superclass '-init' not found [-Wobjc-designated-initializers] | |
@implementation RNBranchAgingItem { | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/RNBranchAgingDictionary.h:17:4: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
- (instancetype)initWithTtl:(NSTimeInterval)ttl NS_DESIGNATED_INITIALIZER; | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/RNBranchAgingDictionary.h:26:38: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
- (nullable ObjectType)objectForKey:(KeyType)key; | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/RNBranchAgingDictionary.h:27:49: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
- (nullable ObjectType)objectForKeyedSubscript:(KeyType)key; | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/RNBranchAgingDictionary.h:29:29: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] | |
- (void)removeObjectForKey:(KeyType)key; | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/RNBranch.m:106:38: 'sendAppEventWithName:body:' is deprecated: Subclass RCTEventEmitter instead [-Wdeprecated-declarations] | |
[self.bridge.eventDispatcher sendAppEventWithName:@"RNBranch.initSessionError" body:notificationObject]; | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/RNBranch.m:111:38: 'sendAppEventWithName:body:' is deprecated: Subclass RCTEventEmitter instead [-Wdeprecated-declarations] | |
[self.bridge.eventDispatcher sendAppEventWithName:@"RNBranch.initSessionSuccess" body:notificationObject]; | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/RNBranch.m:150:40: incompatible pointer types assigning to 'NSDictionary *' from 'NSNull * _Nonnull' [-Wincompatible-pointer-types] | |
initSessionWithLaunchOptionsResult = [NSNull null]; | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/RNBranch.m:378:39: incompatible pointer to integer conversion sending 'NSInteger *' (aka 'long *') to parameter of type 'NSInteger' (aka 'long'); dereference with * [-Wint-conversion] | |
[branchInstance redeemRewards:amount forBucket:bucket callback:^(BOOL changed, NSError *error) { | |
^ ~~~~~~~~~~~~~ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/RNBranch.m:387:39: incompatible pointer to integer conversion sending 'NSInteger *' (aka 'long *') to parameter of type 'NSInteger' (aka 'long'); dereference with * [-Wint-conversion] | |
[branchInstance redeemRewards:amount callback:^(BOOL changed, NSError *error) { | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-branch/ios/NSObject+RNBranch.m:43:15: performSelector may cause a leak because its selector is unknown [-Warc-performSelector-leaks] | |
[self performSelector:setterSelector withObject:value]; | |
^ | |
▸ Building library libreact-native-branch.a | |
▸ Building library libreact-native-branch.a | |
▸ Building RCTWebSocket/RCTWebSocket [Release] | |
▸ Check Dependencies | |
▸ Building library libRCTWebSocket.a | |
▸ Building library libRCTWebSocket.a | |
▸ Building RNSearchBar/RNSearchBar [Release] | |
▸ Check Dependencies | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-search-bar/RNSearchBar.m:67:21: 'sendInputEventWithName:body:' is deprecated: Use RCTDirectEventBlock or RCTBubblingEventBlock instead [-Wdeprecated-declarations] | |
[_eventDispatcher sendInputEventWithName:@"press" body:event]; | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-search-bar/RNSearchBar.m:82:21: 'sendInputEventWithName:body:' is deprecated: Use RCTDirectEventBlock or RCTBubblingEventBlock instead [-Wdeprecated-declarations] | |
[_eventDispatcher sendInputEventWithName:@"press" body:event]; | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-search-bar/RNSearchBar.m:10:17: method override for the designated initializer of the superclass '-initWithFrame:' not found [-Wobjc-designated-initializers] | |
@implementation RNSearchBar | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-search-bar/RNSearchBar.m:10:17: method override for the designated initializer of the superclass '-initWithCoder:' not found [-Wobjc-designated-initializers] | |
@implementation RNSearchBar | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-search-bar/RNSearchBarManager.m:9:1: category is implementing a method which will also be implemented by its primary class [-Wobjc-protocol-method-implementation] | |
RCT_ENUM_CONVERTER(UIBarStyle, (@{ | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-search-bar/RNSearchBar.m:67:21: 'sendInputEventWithName:body:' is deprecated: Use RCTDirectEventBlock or RCTBubblingEventBlock instead [-Wdeprecated-declarations] | |
[_eventDispatcher sendInputEventWithName:@"press" body:event]; | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-search-bar/RNSearchBar.m:82:21: 'sendInputEventWithName:body:' is deprecated: Use RCTDirectEventBlock or RCTBubblingEventBlock instead [-Wdeprecated-declarations] | |
[_eventDispatcher sendInputEventWithName:@"press" body:event]; | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-search-bar/RNSearchBar.m:10:17: method override for the designated initializer of the superclass '-initWithFrame:' not found [-Wobjc-designated-initializers] | |
@implementation RNSearchBar | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-search-bar/RNSearchBar.m:10:17: method override for the designated initializer of the superclass '-initWithCoder:' not found [-Wobjc-designated-initializers] | |
@implementation RNSearchBar | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-search-bar/RNSearchBarManager.m:9:1: category is implementing a method which will also be implemented by its primary class [-Wobjc-protocol-method-implementation] | |
RCT_ENUM_CONVERTER(UIBarStyle, (@{ | |
^ | |
▸ Building library libRNSearchBar.a | |
▸ Building library libRNSearchBar.a | |
▸ Building RNVectorIcons/RNVectorIcons [Release] | |
▸ Check Dependencies | |
▸ Compiling RNVectorIconsManager.m | |
▸ Compiling RNVectorIconsManager.m | |
▸ Building library libRNVectorIcons.a | |
▸ Building library libRNVectorIcons.a | |
▸ Building RCTLinking/RCTLinking [Release] | |
▸ Check Dependencies | |
▸ Building library libRCTLinking.a | |
▸ Building library libRCTLinking.a | |
▸ Building RCTAsyncRocksDBStorage/RCTAsyncRocksDBStorage [Release] | |
▸ Check Dependencies | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-async-storage-rocks/ios/RCTAsyncRocksDBStorage.mm:140:29: 'NSStringArray' is deprecated: Use NSArray<NSString *> [-Wdeprecated-declarations] | |
RCT_EXPORT_METHOD(multiGet:(NSStringArray *)keys | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-async-storage-rocks/ios/RCTAsyncRocksDBStorage.mm:190:9: 'NSStringArray' is deprecated: Use NSArray<NSString *> [-Wdeprecated-declarations] | |
NSStringArray *pair = [RCTConvert NSStringArray:kvPair]; | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-async-storage-rocks/ios/RCTAsyncRocksDBStorage.mm:208:9: 'NSStringArray' is deprecated: Use NSArray<NSString *> [-Wdeprecated-declarations] | |
NSStringArray *pair = [RCTConvert NSStringArray:kvPair]; | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-async-storage-rocks/ios/RCTAsyncRocksDBStorage.mm:140:29: 'NSStringArray' is deprecated: Use NSArray<NSString *> [-Wdeprecated-declarations] | |
RCT_EXPORT_METHOD(multiGet:(NSStringArray *)keys | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-async-storage-rocks/ios/RCTAsyncRocksDBStorage.mm:190:9: 'NSStringArray' is deprecated: Use NSArray<NSString *> [-Wdeprecated-declarations] | |
NSStringArray *pair = [RCTConvert NSStringArray:kvPair]; | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-async-storage-rocks/ios/RCTAsyncRocksDBStorage.mm:208:9: 'NSStringArray' is deprecated: Use NSArray<NSString *> [-Wdeprecated-declarations] | |
NSStringArray *pair = [RCTConvert NSStringArray:kvPair]; | |
^ | |
▸ Building library libRCTAsyncRocksDBStorage.a | |
▸ Building library libRCTAsyncRocksDBStorage.a | |
▸ Building RCTGeolocation/RCTGeolocation [Release] | |
▸ Check Dependencies | |
▸ Building library libRCTGeolocation.a | |
▸ Building library libRCTGeolocation.a | |
▸ Building SMXCrashlytics/SMXCrashlytics [Release] | |
▸ Check Dependencies | |
▸ Compiling SMXCrashlytics.m | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-fabric/ios/SMXCrashlytics/SMXCrashlytics.m:8:18: incompatible integer to pointer conversion initializing 'NSInteger *const' (aka 'int *const') with an expression of type 'int' [-Wint-conversion] | |
NSInteger *const DefaultCode = 100; | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-fabric/ios/SMXCrashlytics/SMXCrashlytics.m:28:14: incompatible integer to pointer conversion assigning to 'NSInteger *' (aka 'int *') from 'int' [-Wint-conversion] | |
code = [(NSNumber *)codeObject intValue]; | |
^ ~~~ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-fabric/ios/SMXCrashlytics/SMXCrashlytics.m:36:60: incompatible pointer to integer conversion sending 'NSInteger *' (aka 'int *') to parameter of type 'NSInteger' (aka 'int'); dereference with * [-Wint-conversion] | |
NSError *error2 = [NSError errorWithDomain:domain code:code userInfo:error]; | |
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
▸ Compiling SMXAnswers.m | |
▸ Compiling SMXCrashlytics.m | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-fabric/ios/SMXCrashlytics/SMXCrashlytics.m:8:18: incompatible integer to pointer conversion initializing 'NSInteger *const' (aka 'long *const') with an expression of type 'int' [-Wint-conversion] | |
NSInteger *const DefaultCode = 100; | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-fabric/ios/SMXCrashlytics/SMXCrashlytics.m:28:14: incompatible integer to pointer conversion assigning to 'NSInteger *' (aka 'long *') from 'int' [-Wint-conversion] | |
code = [(NSNumber *)codeObject intValue]; | |
^ ~~~ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-fabric/ios/SMXCrashlytics/SMXCrashlytics.m:36:60: incompatible pointer to integer conversion sending 'NSInteger *' (aka 'long *') to parameter of type 'NSInteger' (aka 'long'); dereference with * [-Wint-conversion] | |
NSError *error2 = [NSError errorWithDomain:domain code:code userInfo:error]; | |
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
▸ Compiling SMXCrashlytics_vers.c | |
▸ Compiling SMXAnswers.m | |
▸ Compiling SMXCrashlytics_vers.c | |
▸ Building library libSMXCrashlytics.a | |
▸ Building library libSMXCrashlytics.a | |
▸ Building SplashScreen/SplashScreen [Release] | |
▸ Check Dependencies | |
▸ Building library libSplashScreen.a | |
▸ Building library libSplashScreen.a | |
▸ Building CodePush/CodePush [Release] | |
▸ Check Dependencies | |
▸ Compiling aeskey.c | |
▸ Compiling CodePushUpdateUtils.m | |
▸ Compiling aestab.c | |
▸ Compiling mztools.c | |
▸ Compiling zip.c | |
▸ Compiling RCTConvert+CodePushUpdateState.m | |
▸ Compiling RCTConvert+CodePushInstallMode.m | |
▸ Compiling SSZipArchive.m | |
▸ Compiling CodePushConfig.m | |
▸ Compiling sha1.c | |
▸ Compiling CodePushDownloadHandler.m | |
▸ Compiling prng.c | |
▸ Compiling hmac.c | |
▸ Compiling CodePushTelemetryManager.m | |
▸ Compiling pwd2key.c | |
▸ Compiling ioapi.c | |
▸ Compiling unzip.c | |
▸ Compiling entropy.c | |
▸ Compiling CodePush.m | |
▸ Compiling aescrypt.c | |
▸ Compiling CodePushErrorUtils.m | |
▸ Compiling fileenc.c | |
▸ Compiling CodePushUtils.m | |
▸ Compiling CodePushPackage.m | |
▸ Compiling aeskey.c | |
▸ Compiling CodePushUpdateUtils.m | |
▸ Compiling aestab.c | |
▸ Compiling mztools.c | |
▸ Compiling RCTConvert+CodePushUpdateState.m | |
▸ Compiling zip.c | |
▸ Compiling SSZipArchive.m | |
▸ Compiling RCTConvert+CodePushInstallMode.m | |
▸ Compiling CodePushConfig.m | |
▸ Compiling sha1.c | |
▸ Compiling CodePushDownloadHandler.m | |
▸ Compiling hmac.c | |
▸ Compiling prng.c | |
▸ Compiling CodePushTelemetryManager.m | |
▸ Compiling pwd2key.c | |
▸ Compiling ioapi.c | |
▸ Compiling unzip.c | |
▸ Compiling entropy.c | |
▸ Compiling CodePush.m | |
▸ Compiling aescrypt.c | |
▸ Compiling CodePushErrorUtils.m | |
▸ Compiling fileenc.c | |
▸ Compiling CodePushUtils.m | |
▸ Compiling CodePushPackage.m | |
▸ Building library libCodePush.a | |
▸ Building library libCodePush.a | |
▸ Copying CodePush/CodePush.h | |
▸ Building RNLocalAuth/RNLocalAuth [Release] | |
▸ Check Dependencies | |
▸ Building library libRNLocalAuth.a | |
▸ Building library libRNLocalAuth.a | |
▸ Building RNImagePicker/RNImagePicker [Release] | |
▸ Check Dependencies | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-image-picker/ios/ImagePickerManager.m:39:18: incompatible pointer types assigning to 'NSMutableDictionary *' from 'NSDictionary *' [-Wincompatible-pointer-types] | |
self.options = options; | |
^ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-image-picker/ios/ImagePickerManager.m:177:18: incompatible pointer types assigning to 'NSMutableDictionary *' from 'NSDictionary *' [-Wincompatible-pointer-types] | |
self.options = options; | |
^ ~~~~~~~ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-image-picker/ios/ImagePickerManager.m:339:50: implicit conversion loses integer precision: 'long long' to 'unsigned long' [-Wshorten-64-to-32] | |
Byte *buffer = (Byte*)malloc(rep.size); | |
^ ~~~~~~~ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-image-picker/ios/ImagePickerManager.m:340:86: implicit conversion loses integer precision: 'long long' to 'NSUInteger' (aka 'unsigned int') [-Wshorten-64-to-32] | |
NSUInteger buffered = [rep getBytes:buffer fromOffset:0.0 length:rep.size error:nil]; | |
~~~~~~ ^~~~~~~~ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-image-picker/ios/ImagePickerManager.m:652:16: incompatible pointer to integer conversion returning 'NSNumber *' from a function with result type 'BOOL' (aka 'signed char') [-Wint-conversion] | |
return @NO; | |
~ ^~~~~~~~ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-image-picker/ios/ImagePickerManager.m:39:18: incompatible pointer types assigning to 'NSMutableDictionary *' from 'NSDictionary *' [-Wincompatible-pointer-types] | |
self.options = options; | |
^~~ | |
⚠️ /Users/tenaciousmv/Code/tradle-app/node_modules/react-native-image-picker/ios/ImagePickerManager.m:177:18: incompatible pointer types assigning to 'NSMutableDictionary *' from 'NSDictionary *' [-Wincompatible-pointer-types] | |
self.options = options; | |
^ ~~~~~~~ | |
▸ Building library libRNImagePicker.a | |
▸ Building library libRNImagePicker.a | |
▸ Building RCTNetwork/RCTNetwork [Release] | |
▸ Check Dependencies | |
▸ Building library libRCTNetwork.a | |
▸ Building library libRCTNetwork.a | |
▸ Building Pods/Alamofire [Release] | |
▸ Check Dependencies | |
▸ Processing Info.plist | |
▸ Compiling Alamofire-dummy.m | |
▸ Compiling Alamofire_vers.c | |
▸ Compiling Alamofire_vers.c | |
▸ Compiling Alamofire-dummy.m | |
▸ Linking Alamofire | |
⚠️ ld: directory not found for option '-F/Users/tenaciousmv/Library/Developer/Xcode/DerivedData/Tradle-ggebxcvwncukinfhemslyyyvcgkh/Build/Intermediates/ArchiveIntermediates/Release/BuildProductsPath/Release-iphoneos/AlamofireImage' | |
⚠️ ld: directory not found for option '-F/Users/tenaciousmv/Library/Developer/Xcode/DerivedData/Tradle-ggebxcvwncukinfhemslyyyvcgkh/Build/Intermediates/ArchiveIntermediates/Release/BuildProductsPath/Release-iphoneos/CocoaAsyncSocket' | |
⚠️ ld: directory not found for option '-F/Users/tenaciousmv/Library/Developer/Xcode/DerivedData/Tradle-ggebxcvwncukinfhemslyyyvcgkh/Build/Intermediates/ArchiveIntermediates/Release/BuildProductsPath/Release-iphoneos/GPUImage' | |
⚠️ ld: directory not found for option '-F/Users/tenaciousmv/Library/Developer/Xcode/DerivedData/Tradle-ggebxcvwncukinfhemslyyyvcgkh/Build/Intermediates/ArchiveIntermediates/Release/BuildProductsPath/Release-iphoneos/GZIP' | |
⚠️ ld: directory not found for option '-F/Users/tenaciousmv/Library/Developer/Xcode/DerivedData/Tradle-ggebxcvwncukinfhemslyyyvcgkh/Build/Intermediates/ArchiveIntermediates/Release/BuildProductsPath/Release-iphoneos/KeychainAccess' | |
⚠️ ld: directory not found for option '-F/Users/tenaciousmv/Library/Developer/Xcode/DerivedData/Tradle-ggebxcvwncukinfhemslyyyvcgkh/Build/Intermediates/ArchiveIntermediates/Release/BuildProductsPath/Release-iphoneos/MBProgressHUD' | |
⚠️ ld: directory not found for option '-F/Users/tenaciousmv/Library/Developer/Xcode/DerivedData/Tradle-ggebxcvwncukinfhemslyyyvcgkh/Build/Intermediates/ArchiveIntermediates/Release/BuildProductsPath/Release-iphoneos/Socket.IO-Client-Swift' | |
⚠️ ld: directory not found for option '-F/Users/tenaciousmv/Code/tradle-app/iOS/Pods/Pods/PPBlinkID' | |
⚠️ ld: directory not found for option '-F/Users/tenaciousmv/Code/tradle-app/iOS/Pods/Pods/iProov' | |
❌ ld: framework not found Alamofire | |
❌ clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
▸ Linking Alamofire | |
⚠️ ld: directory not found for option '-F/Users/tenaciousmv/Library/Developer/Xcode/DerivedData/Tradle-ggebxcvwncukinfhemslyyyvcgkh/Build/Intermediates/ArchiveIntermediates/Release/BuildProductsPath/Release-iphoneos/AlamofireImage' | |
⚠️ ld: directory not found for option '-F/Users/tenaciousmv/Library/Developer/Xcode/DerivedData/Tradle-ggebxcvwncukinfhemslyyyvcgkh/Build/Intermediates/ArchiveIntermediates/Release/BuildProductsPath/Release-iphoneos/CocoaAsyncSocket' | |
⚠️ ld: directory not found for option '-F/Users/tenaciousmv/Library/Developer/Xcode/DerivedData/Tradle-ggebxcvwncukinfhemslyyyvcgkh/Build/Intermediates/ArchiveIntermediates/Release/BuildProductsPath/Release-iphoneos/GPUImage' | |
⚠️ ld: directory not found for option '-F/Users/tenaciousmv/Library/Developer/Xcode/DerivedData/Tradle-ggebxcvwncukinfhemslyyyvcgkh/Build/Intermediates/ArchiveIntermediates/Release/BuildProductsPath/Release-iphoneos/GZIP' | |
⚠️ ld: directory not found for option '-F/Users/tenaciousmv/Library/Developer/Xcode/DerivedData/Tradle-ggebxcvwncukinfhemslyyyvcgkh/Build/Intermediates/ArchiveIntermediates/Release/BuildProductsPath/Release-iphoneos/KeychainAccess' | |
⚠️ ld: directory not found for option '-F/Users/tenaciousmv/Library/Developer/Xcode/DerivedData/Tradle-ggebxcvwncukinfhemslyyyvcgkh/Build/Intermediates/ArchiveIntermediates/Release/BuildProductsPath/Release-iphoneos/MBProgressHUD' | |
⚠️ ld: directory not found for option '-F/Users/tenaciousmv/Library/Developer/Xcode/DerivedData/Tradle-ggebxcvwncukinfhemslyyyvcgkh/Build/Intermediates/ArchiveIntermediates/Release/BuildProductsPath/Release-iphoneos/Socket.IO-Client-Swift' | |
⚠️ ld: directory not found for option '-F/Users/tenaciousmv/Code/tradle-app/iOS/Pods/Pods/PPBlinkID' | |
⚠️ ld: directory not found for option '-F/Users/tenaciousmv/Code/tradle-app/iOS/Pods/Pods/iProov' | |
❌ ld: framework not found Alamofire | |
❌ clang: error: linker command failed with exit code 1 (use -v to see invocation) | |
** ARCHIVE FAILED ** | |
The following build commands failed: | |
Ld /Users/tenaciousmv/Library/Developer/Xcode/DerivedData/Tradle-ggebxcvwncukinfhemslyyyvcgkh/Build/Intermediates/ArchiveIntermediates/Release/IntermediateBuildFilesPath/Pods.build/Release-iphoneos/Alamofire.build/Objects-normal/armv7/Alamofire normal armv7 | |
Ld /Users/tenaciousmv/Library/Developer/Xcode/DerivedData/Tradle-ggebxcvwncukinfhemslyyyvcgkh/Build/Intermediates/ArchiveIntermediates/Release/IntermediateBuildFilesPath/Pods.build/Release-iphoneos/Alamofire.build/Objects-normal/arm64/Alamofire normal arm64 | |
(2 failures) | |
ERROR [2017-06-08 17:29:07.67]: Exit status: 65 | |
WARN [2017-06-08 17:29:07.67]: 📋 For a more detailed error log, check the full log at: | |
WARN [2017-06-08 17:29:07.67]: 📋 /Users/tenaciousmv/Library/Logs/gym/Tradle-Release.log | |
+-------------+-------------------------+ | |
| Build environment | | |
+-------------+-------------------------+ | |
| xcode_path | /Applications/Xcode.app | | |
| gym_version | 2.37.0 | | |
| sdk | iPhoneOS10.3.sdk | | |
+-------------+-------------------------+ | |
WARN [2017-06-08 17:29:07.69]: Lane Context: | |
INFO [2017-06-08 17:29:07.69]: {:DEFAULT_PLATFORM=>:ios, :PLATFORM_NAME=>:ios, :LANE_NAME=>"ios beta_fabric", :SIGH_PROFILE_TYPE=>"development"} | |
ERROR [2017-06-08 17:29:07.69]: Error building the application - see the log above | |
INFO [2017-06-08 17:29:07.69]: Successfully generated documentation at path '/Users/tenaciousmv/Code/tradle-app/iOS/fastlane/README.md' | |
+------+------------------------+-------------+ | |
| fastlane summary | | |
+------+------------------------+-------------+ | |
| Step | Action | Time (in s) | | |
+------+------------------------+-------------+ | |
| 1 | Verifying required | 0 | | |
| | fastlane version | | | |
| 2 | default_platform | 0 | | |
| 3 | ../../scripts/placese | 0 | | |
| | crets.sh | | | |
| 4 | cocoapods | 5 | | |
| 5 | match | 12 | | |
| 💥 | gym | 83 | | |
+------+------------------------+-------------+ | |
ERROR [2017-06-08 17:29:07.71]: fastlane finished with errors | |
``` | |
</details> | |
<details><summary>✅ fastlane environment ✅</summary> | |
### Stack | |
| Key | Value | | |
| --------------------------- | ------------------------------------------- | | |
| OS | 10.12.5 | | |
| Ruby | 2.2.0 | | |
| Bundler? | true | | |
| Git | git version 2.7.1 | | |
| Installation Source | ~/.rvm/gems/ruby-2.2.0/bin/fastlane | | |
| Host | Mac OS X 10.12.5 (16F73) | | |
| Ruby Lib Dir | ~/.rvm/rubies/ruby-2.2.0/lib | | |
| OpenSSL Version | OpenSSL 1.0.2 22 Jan 2015 | | |
| Is contained | false | | |
| Is homebrew | false | | |
| Is installed via Fabric.app | false | | |
| Xcode Path | /Applications/Xcode.app/Contents/Developer/ | | |
| Xcode Version | 8.3.2 | | |
### System Locale | |
| Variable | Value | | | |
| -------- | ----------- | - | | |
| LANG | en_US.UTF-8 | ✅ | | |
| LC_ALL | en_US.UTF-8 | ✅ | | |
| LANGUAGE | | | | |
### fastlane files: | |
<details><summary>`./fastlane/Fastfile`</summary> | |
```ruby | |
# Customise this file, documentation can be found here: | |
# https://github.com/fastlane/fastlane/tree/master/fastlane/docs | |
# All available actions: https://docs.fastlane.tools/actions | |
# can also be listed using the `fastlane actions` command | |
# Change the syntax highlighting to Ruby | |
# All lines starting with a # are ignored when running `fastlane` | |
# If you want to automatically update fastlane if a new version is available: | |
# update_fastlane | |
# This is the minimum version number required. | |
# Update this, if you use features of a newer version | |
fastlane_version "2.27.0" | |
# This value helps us track success metrics for Fastfiles | |
# we automatically generate. Feel free to remove this line | |
# once you get things running smoothly! | |
generated_fastfile_id "056cccb7-a2ca-4533-a405-1e643adc7c31" | |
default_platform :ios | |
platform :ios do | |
before_all do | |
# ENV["SLACK_URL"] = "https://hooks.slack.com/services/..." | |
sh "../../scripts/placesecrets.sh" | |
# sh "../../scripts/ensure_git_clean.sh" | |
cocoapods | |
end | |
lane :commit_version do | |
commit_version_bump( | |
xcodeproj: ENV['IOS_PROJECT'], | |
message: 'iOS release version bump' | |
) | |
end | |
lane :inc_major do | |
sh "../../scripts/version_ios.sh major" | |
commit_version | |
end | |
lane :inc_minor do | |
sh "../../scripts/version_ios.sh minor" | |
commit_version | |
end | |
lane :inc_patch do | |
sh "../../scripts/version_ios.sh patch" | |
commit_version | |
end | |
lane :inc_build do | |
sh "../../scripts/version_ios.sh build" | |
commit_version | |
end | |
lane :sign_manual do | |
disable_automatic_code_signing(path: ENV['IOS_PROJECT']) | |
commit_version | |
end | |
lane :sign_auto do | |
enable_automatic_code_signing(path: ENV['IOS_PROJECT']) | |
commit_version | |
end | |
desc "Runs all the tests" | |
lane :test do | |
scan | |
end | |
desc "Build the app" | |
lane :dryrun do | |
match | |
gym( | |
export_method: 'app-store' | |
) | |
end | |
lane :gym_prod do | |
disable_automatic_code_signing(path: ENV['IOS_PROJECT']) | |
gym(export_method: 'app-store') | |
enable_automatic_code_signing(path: ENV['IOS_PROJECT']) | |
end | |
desc "Submit a new Beta Build to Apple TestFlight" | |
desc "This will also make sure the profile is up to date" | |
lane :beta_testflight do |values| | |
match(type: 'appstore') | |
gym_prod | |
pilot | |
end | |
desc "Deploy a new version to the App Store" | |
lane :release do | |
match(type: 'appstore') | |
# snapshot | |
gym_prod | |
deliverit | |
# frameit | |
end | |
lane :deliverit do | |
changelog = prompt( | |
text: "What's new in this version? ", | |
multi_line_end_keyword: 'END' | |
) | |
deliver( | |
force: true, | |
release_notes: ({ | |
'default' => changelog, | |
'en-US' => changelog, | |
'en-UK' => changelog | |
}), | |
skip_metadata: false, | |
skip_screenshots: true, | |
skip_binary_upload: true | |
) | |
end | |
lane :beta_fabric do |values| | |
# build your iOS app | |
match( | |
force_for_new_devices: true | |
) | |
gym( | |
export_method: 'development' | |
) | |
emails = values[:test_email] ? values[:test_email] : ['[email protected]'] # You can list more emails here | |
groups = values[:test_email] ? nil : nil # You can define groups on the web and reference them here | |
crashlytics(api_token: ENV['CRASHLYTICS_API_TOKEN'], | |
build_secret: ENV['CRASHLYTICS_BUILD_SECRET'], | |
emails: emails, | |
groups: groups, | |
notes: 'Distributed with fastlane', # Check out the changelog_from_git_commits action | |
notifications: true) # Should this distribution notify your testers via email? | |
end | |
lane :travis do | |
create_keychain( | |
name: "MATCH_KEYCHAIN_NAME", | |
password: "MATCH_KEYCHAIN_PASSWORD", | |
default_keychain: true, | |
unlock: true, | |
timeout: 3600, | |
add_to_search_list: true | |
) | |
match( | |
type: 'appstore', | |
readonly: true, | |
keychain_name: "MATCH_KEYCHAIN_NAME", | |
keychain_password: "MATCH_KEYCHAIN_PASSWORD" | |
) | |
gym( | |
export_method: 'app-store', | |
include_bitcode: true | |
) | |
deliver(force:true) | |
end | |
desc "Upload to App Store and submit for review" | |
lane :upload do | |
deliver | |
end | |
# You can define as many lanes as you want | |
after_all do |lane| | |
# This block is called, only if the executed lane was successful | |
# slack( | |
# message: "Successfully deployed new App Update." | |
# ) | |
end | |
error do |lane, exception| | |
# slack( | |
# message: exception.message, | |
# success: false | |
# ) | |
end | |
end | |
# More information about multiple platforms in fastlane: https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Platforms.md | |
# All available actions: https://docs.fastlane.tools/actions | |
# fastlane reports which actions are used | |
# No personal data is recorded. Learn more at https://github.com/fastlane/enhancer | |
``` | |
</details> | |
<details><summary>`./fastlane/Appfile`</summary> | |
```ruby | |
app_identifier "io.tradle.dev.tim" # The bundle identifier of your app | |
apple_id "[email protected]" # Your Apple email address | |
itc_team_name "Tradle Inc" | |
team_id "94V7783F74" # Developer Portal Team ID | |
# you can even provide different app identifiers, Apple IDs and team names per lane: | |
# More information: https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Appfile.md | |
``` | |
</details> | |
### fastlane gems | |
| Gem | Version | Update-Status | | |
| -------- | ------- | ------------- | | |
| fastlane | 2.37.0 | ✅ Up-To-Date | | |
### Loaded fastlane plugins: | |
**No plugins Loaded** | |
<details><summary><b>Loaded gems</b></summary> | |
| Gem | Version | | |
| ------------------------- | ------------ | | |
| executable-hooks | 1.3.2 | | |
| bundler-unload | 1.0.2 | | |
| rubygems-bundler | 1.4.4 | | |
| bundler | 1.13.5 | | |
| CFPropertyList | 2.3.5 | | |
| i18n | 0.8.1 | | |
| minitest | 5.10.1 | | |
| thread_safe | 0.3.6 | | |
| tzinfo | 1.2.3 | | |
| activesupport | 4.2.8 | | |
| public_suffix | 2.0.5 | | |
| addressable | 2.5.1 | | |
| babosa | 1.0.2 | | |
| claide | 1.0.2 | | |
| fuzzy_match | 2.0.4 | | |
| nap | 1.1.0 | | |
| cocoapods-core | 1.2.1 | | |
| cocoapods-deintegrate | 1.0.1 | | |
| cocoapods-downloader | 1.1.3 | | |
| cocoapods-plugins | 1.0.0 | | |
| cocoapods-search | 1.0.0 | | |
| cocoapods-stats | 1.0.0 | | |
| netrc | 0.7.8 | | |
| cocoapods-trunk | 1.2.0 | | |
| cocoapods-try | 1.1.0 | | |
| colored2 | 3.1.2 | | |
| escape | 0.0.4 | | |
| fourflusher | 2.0.1 | | |
| gh_inspector | 1.0.3 | | |
| molinillo | 0.5.7 | | |
| ruby-macho | 1.1.0 | | |
| nanaimo | 0.2.3 | | |
| xcodeproj | 1.5.0 | | |
| cocoapods | 1.2.1 | | |
| colored | 1.2 | | |
| highline | 1.7.8 | | |
| commander-fastlane | 4.4.4 | | |
| unf_ext | 0.0.7.4 | | |
| unf | 0.1.4 | | |
| domain_name | 0.5.20170404 | | |
| dotenv | 2.2.1 | | |
| excon | 0.56.0 | | |
| multipart-post | 2.0.0 | | |
| faraday | 0.12.1 | | |
| http-cookie | 1.0.3 | | |
| faraday-cookie_jar | 0.0.6 | | |
| faraday_middleware | 0.11.0.1 | | |
| fastimage | 2.1.0 | | |
| jwt | 1.5.6 | | |
| little-plugger | 1.1.4 | | |
| multi_json | 1.12.1 | | |
| logging | 2.2.2 | | |
| memoist | 0.15.0 | | |
| os | 0.9.6 | | |
| signet | 0.7.3 | | |
| googleauth | 0.5.1 | | |
| httpclient | 2.8.3 | | |
| hurley | 0.2 | | |
| mime-types-data | 3.2016.0521 | | |
| mime-types | 3.1 | | |
| uber | 0.0.15 | | |
| representable | 2.3.0 | | |
| retriable | 2.1.0 | | |
| google-api-client | 0.9.28 | | |
| json | 2.1.0 | | |
| mini_magick | 4.5.1 | | |
| multi_xml | 0.6.0 | | |
| plist | 3.3.0 | | |
| rubyzip | 1.2.1 | | |
| security | 0.1.3 | | |
| slack-notifier | 1.5.1 | | |
| terminal-notifier | 1.8.0 | | |
| unicode-display_width | 1.2.1 | | |
| terminal-table | 1.8.0 | | |
| tty-screen | 0.5.0 | | |
| word_wrap | 1.0.0 | | |
| rouge | 2.0.7 | | |
| xcpretty | 0.2.8 | | |
| xcpretty-travis-formatter | 0.0.4 | | |
</details> | |
*generated on:* **2017-06-08** | |
</details> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment