Advertisement
Guest User

Untitled

a guest
Aug 8th, 2018
505
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 205.56 KB | None | 0 0
  1.  
  2. ██████╗ ██╗████████╗██████╗ ██╗███████╗███████╗
  3. ██╔══██╗██║╚══██╔══╝██╔══██╗██║██╔════╝██╔════╝
  4. ██████╔╝██║ ██║ ██████╔╝██║███████╗█████╗
  5. ██╔══██╗██║ ██║ ██╔══██╗██║╚════██║██╔══╝
  6. ██████╔╝██║ ██║ ██║ ██║██║███████║███████╗
  7. ╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝╚═╝╚══════╝╚══════╝
  8.  
  9.  version: 1.20.0
  10.  
  11. INFO[12:42:20] bitrise runs in CI mode
  12. INFO[12:42:20] Running workflow: ios-develop
  13.  
  14. Switching to workflow: ios-develop
  15.  
  16. +------------------------------------------------------------------------------+
  17. | (0) activate-ssh-key@3.1.1 |
  18. +------------------------------------------------------------------------------+
  19. | id: activate-ssh-key |
  20. | version: 3.1.1 |
  21. | collection: https://github.com/bitrise-io/bitrise-steplib.git |
  22. | toolkit: bash |
  23. | time: 2018-08-08T12:42:24-07:00 |
  24. +------------------------------------------------------------------------------+
  25. | |
  26.  
  27. # Configuration
  28.  
  29. * Path to save the RSA SSH private key: */Users/vagrant/.ssh/bitrise_step_activate_ssh_key*
  30. * Should remove other identities from the ssh-agent? *true*
  31. -> $ mkdir -p /Users/vagrant/.ssh
  32. -> $ chmod 0600 /Users/vagrant/.ssh/bitrise_step_activate_ssh_key
  33. The agent has no identities.
  34. (i) ssh_agent_check_result: 1
  35. (i) running / accessible ssh-agent detected
  36. -> $ ssh-add -D
  37. All identities removed.
  38. SSH_AGENT_PID not set, cannot kill agent
  39. spawn ssh-add /Users/vagrant/.ssh/bitrise_step_activate_ssh_key
  40. Identity added: /Users/vagrant/.ssh/bitrise_step_activate_ssh_key (/Users/vagrant/.ssh/bitrise_step_activate_ssh_key)
  41.  
  42. # Success
  43.  
  44. The SSH key was saved to */Users/vagrant/.ssh/bitrise_step_activate_ssh_key*
  45. and was successfully added to ssh-agent.
  46. | |
  47. +---+---------------------------------------------------------------+----------+
  48. | ✓ | activate-ssh-key@3.1.1 | 5.76 sec |
  49. +---+---------------------------------------------------------------+----------+
  50. | Update available: 3.1.1 -> 4.0.2 |
  51. +---+---------------------------------------------------------------+----------+
  52.  
  53.  
  54. +------------------------------------------------------------------------------+
  55. | (1) git-clone@4.0.11 |
  56. +------------------------------------------------------------------------------+
  57. | id: git-clone |
  58. | version: 4.0.11 |
  59. | collection: https://github.com/bitrise-io/bitrise-steplib.git |
  60. | toolkit: go |
  61. | time: 2018-08-08T12:42:28-07:00 |
  62. +------------------------------------------------------------------------------+
  63. | |
  64. INFO[12:42:29] * [OK] Step dependency (go) installed, available.
  65. config:
  66. 
  67. - RepositoryURL: git@bitbucket.org:tm-ep/iya-app.git
  68. - CloneIntoDir: /Users/vagrant/git
  69. - Commit: 61f4e5db6a72c26c367213011f723834760538ee
  70. - Tag:
  71. - Branch: master
  72. - BranchDest:
  73. - PRID: 0
  74. - PRRepositoryURL:
  75. - PRMergeBranch:
  76. - ResetRepository: false
  77. - CloneDepth: 0
  78. - BuildURL: https://app.bitrise.io/build/42b322cb180d4679
  79. - BuildAPIToken: DSMjbbXEtvQS3Dm7kWdT4g
  80. - UpdateSubmodules: true
  81. - ManualMerge: true
  82. git "init"
  83. Initialized empty Git repository in /Users/vagrant/git/.git/
  84. git "remote" "add" "origin" "git@bitbucket.org:tm-ep/iya-app.git"
  85. git "fetch"
  86. Warning: Permanently added 'bitbucket.org,18.205.93.2' (RSA) to the list of known hosts.
  87. From bitbucket.org:tm-ep/iya-app
  88. * [new branch] master -> origin/master
  89. * [new branch] prod -> origin/prod
  90. * [new branch] staging -> origin/staging
  91. git "checkout" "61f4e5db6a72c26c367213011f723834760538ee"
  92. Note: checking out '61f4e5db6a72c26c367213011f723834760538ee'.
  93.  
  94. You are in 'detached HEAD' state. You can look around, make experimental
  95. changes and commit them, and you can discard any commits you make in this
  96. state without impacting any branches by performing another checkout.
  97.  
  98. If you want to create a new branch to retain commits you create, you may
  99. do so (now or later) by using -b with the checkout command again. Example:
  100.  
  101. git checkout -b <new-branch-name>
  102.  
  103. HEAD is now at 61f4e5d automatic signing
  104. git "submodule" "update" "--init" "--recursive"
  105. 
  106. Exporting git logs
  107. 
  108. => GIT_CLONE_COMMIT_AUTHOR_EMAIL
  109. value: joshua.jahans@trinitymirror.com
  110.  
  111. => GIT_CLONE_COMMIT_COMMITER_NAME
  112. value: Joshua Jahans
  113.  
  114. => GIT_CLONE_COMMIT_COMMITER_EMAIL
  115. value: joshua.jahans@trinitymirror.com
  116.  
  117. => GIT_CLONE_COMMIT_HASH
  118. value: 61f4e5db6a72c26c367213011f723834760538ee
  119.  
  120. => GIT_CLONE_COMMIT_MESSAGE_SUBJECT
  121. value: automatic signing
  122.  
  123. => GIT_CLONE_COMMIT_MESSAGE_BODY
  124. value:
  125.  
  126. => GIT_CLONE_COMMIT_AUTHOR_NAME
  127. value: Joshua Jahans
  128.  
  129. => GIT_CLONE_COMMIT_COUNT
  130. value: 5
  131.  
  132. 
  133. Success
  134. | |
  135. +---+---------------------------------------------------------------+----------+
  136. | ✓ | git-clone@4.0.11 | 9.87 sec |
  137. +---+---------------------------------------------------------------+----------+
  138.  
  139.  
  140. +------------------------------------------------------------------------------+
  141. | (2) npm@0.9.1 |
  142. +------------------------------------------------------------------------------+
  143. | id: npm |
  144. | version: 0.9.1 |
  145. | collection: https://github.com/bitrise-io/bitrise-steplib.git |
  146. | toolkit: bash |
  147. | time: 2018-08-08T12:42:39-07:00 |
  148. +------------------------------------------------------------------------------+
  149. | |
  150. INFO[12:42:39] * [OK] Step dependency (node) installed, available.
  151.  
  152. Configs:
  153. * workdir: /Users/vagrant/git
  154. * command: install
  155.  
  156. Switching to working directory: /Users/vagrant/git
  157.  
  158. Npm version
  159. 6.1.0
  160.  
  161. Run npm command
  162. + npm install
  163. npm WARN deprecated istanbul-lib-hook@1.2.1: 1.2.0 should have been a major version bump
  164.  
  165. > fsevents@1.2.4 install /Users/vagrant/git/node_modules/fsevents
  166. > node install
  167.  
  168. [fsevents] Success: "/Users/vagrant/git/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node" already installed
  169. Pass --update-binary to reinstall or --build-from-source to recompile
  170. npm notice created a lockfile as package-lock.json. You should commit this file.
  171. added 1075 packages from 545 contributors and audited 39470 packages in 50.098s
  172. found 0 vulnerabilities
  173.  
  174. | |
  175. +---+---------------------------------------------------------------+----------+
  176. | ✓ | npm@0.9.1 | 57 sec |
  177. +---+---------------------------------------------------------------+----------+
  178.  
  179.  
  180. +------------------------------------------------------------------------------+
  181. | (3) certificate-and-profile-installer@1.10.0 |
  182. +------------------------------------------------------------------------------+
  183. | id: certificate-and-profile-installer |
  184. | version: 1.10.0 |
  185. | collection: https://github.com/bitrise-io/bitrise-steplib.git |
  186. | toolkit: go |
  187. | time: 2018-08-08T12:43:37-07:00 |
  188. +------------------------------------------------------------------------------+
  189. | |
  190. INFO[12:43:37] * [OK] Step dependency (go) installed, available.
  191.  
  192. Configs:
  193. - CertificateURL: https://con***e37
  194. - CertificatePassphrase:
  195. - ProvisioningProfileURL: https://con***9dc
  196. - InstallDefaults: yes
  197. - DefaultCertificateURL: https://s3-***p12
  198. - DefaultCertificatePassphrase: ***
  199. - DefaultProvisioningProfileURL: https://s3-***ion
  200. - KeychainPath: /Users/vagrant/Library/Keychains/login.keychain
  201. - KeychainPassword: ***
  202.  
  203. Default Certificate given
  204. Provided Certificate count: 2
  205. Default Provisioning Profile given
  206. Provided Provisioning Profile count: 2
  207. Keychain already exists, using it: /Users/vagrant/Library/Keychains/login.keychain
  208.  
  209. Downloading & installing Certificate(s)
  210.  
  211. Downloading certificate: 1/2
  212. Downloading certificate: 2/2
  213. Installing downloaded certificates
  214.  
  215. iPhone Developer: Bitrise Bot (VV2J4SV8V4)
  216. serial: 5642064371004531588
  217. team: BITFALL FEJLESZTO KORLATOLT FELELOSSEGU TARSASAG (72SA8V3WYL)
  218. expire: 2019-01-27 13:24:27 +0000 UTC
  219.  
  220. iPhone Developer: Joshua Jahans (7CFTZ46VDY)
  221. serial: 6715971844141452100
  222. team: Trinity Mirror Digital Media Ltd (Z8524T67K7)
  223. expire: 2018-12-13 15:04:42 +0000 UTC
  224. iPhone Developer: Joshua Jahans (7MTK9BGMCK)
  225. serial: 2832540952751639265
  226. team: Trinity Mirror Digital Media Ltd (Z8524T67K7)
  227. expire: 2019-08-08 11:58:21 +0000 UTC
  228.  
  229.  
  230. Downloading & installing Provisioning Profile(s)
  231.  
  232. Downloading provisioning profile: 1/2
  233. Moving it to: /Users/vagrant/Library/MobileDevice/Provisioning Profiles/7c58125d-a488-4026-abe0-4de4a6b6bce2.mobileprovision
  234.  
  235. iOS Team Provisioning Profile: com.reach.ep.InYourArea (7c58125d-a488-4026-abe0-4de4a6b6bce2)
  236. exportType: development
  237. team: Trinity Mirror Digital Media Ltd (Z8524T67K7)
  238. bundleID: com.reach.ep.InYourArea
  239. capabilities:
  240. - keychain-access-groups: [Z8524T67K7.*]
  241. certificates:
  242. - iPhone Developer: iOS Dev Group Account (PY4BAHP49W)
  243. serial: 5451749722050408748
  244. teamID: Z8524T67K7
  245. - iPhone Developer: iOS Dev Group Account (PY4BAHP49W)
  246. serial: 3091691590812460287
  247. teamID: Z8524T67K7
  248. - iPhone Developer: Joshua Jahans (7CFTZ46VDY)
  249. serial: 2929159203979838081
  250. teamID: Z8524T67K7
  251. - iPhone Developer: Joshua Jahans (7CFTZ46VDY)
  252. serial: 6715971844141452100
  253. teamID: Z8524T67K7
  254. - iPhone Developer: Joshua Jahans (7MTK9BGMCK)
  255. serial: 2832540952751639265
  256. teamID: Z8524T67K7
  257. - iPhone Developer: Joshua Jahans (7MTK9BGMCK)
  258. serial: 1944028590150225198
  259. teamID: Z8524T67K7
  260. - iPhone Developer: Matthew Harding (NJM7G73WR6)
  261. serial: 7622042194330789660
  262. teamID: Z8524T67K7
  263. - iPhone Developer: Attila Majoros (X3YRJGYBTB)
  264. serial: 7852813489637837349
  265. teamID: Z8524T67K7
  266. - iPhone Developer: Attila Majoros (X3YRJGYBTB)
  267. serial: 2543094702103746991
  268. teamID: Z8524T67K7
  269. - iPhone Developer: Richard Jordan (7W5RMXFT7Z)
  270. serial: 8305606411585652631
  271. teamID: Z8524T67K7
  272. devices:
  273. - 8307ae6ec5e9265e61fae8cd06839664d01811c8
  274. - 806913d24f9945b727c4f5c75cb412ba4b6aa89f
  275. - d8ccb634752f9575d742c33a5cf85659556d9701
  276. - e8c8c740f39ba9c02b000fbbbe602d55fd8c1d70
  277. - 341bac0c8ceb1827687044bad01c46cef1418130
  278. - 22d4929ebe0e24ed23a1ef62e3bf4f3578a55ef1
  279. - ca2d76e1c3d944251196355312953f1e3147aaf0
  280. - 71733a0c6351e8992bdd5fbc69f25b80cc235e7b
  281. - 97374abba7e127dd5524df3225c4585f2b4082ce
  282. - 178a859b74fc7e3740c0a48fc37f6a5baafbf7fc
  283. - cf33dc40f2104155c61ef3844ccfd2bc563be828
  284. - 73a7fdcbf7043935708056c635188b191012d1bc
  285. - d0d356bf32090885f60777853cd7d0f32bbccfa6
  286. expire: 2019-08-08 15:52:10 +0000 UTC
  287. [!] xcode managed profile
  288.  
  289. Downloading provisioning profile: 2/2
  290. Moving it to: /Users/vagrant/Library/MobileDevice/Provisioning Profiles/335312dd-6845-475f-959b-9bbae2f97a3e.mobileprovision
  291.  
  292. BitriseBot-Wildcard (335312dd-6845-475f-959b-9bbae2f97a3e)
  293. exportType: development
  294. team: BITFALL FEJLESZTO KORLATOLT FELELOSSEGU TARSASAG (72SA8V3WYL)
  295. bundleID: *
  296. capabilities:
  297. - keychain-access-groups: [72SA8V3WYL.*]
  298. certificates:
  299. - iPhone Developer: Bitrise Bot (VV2J4SV8V4)
  300. serial: 5642064371004531588
  301. teamID: 72SA8V3WYL
  302. devices:
  303. - 21bbc342c380001152f6f44055d3e8b3f4229740
  304. expire: 2019-01-27 13:38:07 +0000 UTC
  305. | |
  306. +---+---------------------------------------------------------------+----------+
  307. | ✓ | certificate-and-profile-installer@1.10.0 | 15 sec |
  308. +---+---------------------------------------------------------------+----------+
  309.  
  310.  
  311. INFO[12:43:50] Step uses latest version -- Updating StepLib ...
  312. INFO[12:43:50] Update StepLib (https://github.com/bitrise-io/bitrise-steplib.git)...
  313. +------------------------------------------------------------------------------+
  314. | (4) xcode-archive |
  315. +------------------------------------------------------------------------------+
  316. | id: xcode-archive |
  317. | version: 2.4.12 |
  318. | collection: https://github.com/bitrise-io/bitrise-steplib.git |
  319. | toolkit: go |
  320. | time: 2018-08-08T12:43:56-07:00 |
  321. +------------------------------------------------------------------------------+
  322. | |
  323. INFO[12:43:56] * [OK] Step dependency (xcode) installed, available.
  324. INFO[12:43:56] * [OK] Step dependency (go) installed, available.
  325.  
  326. ipa export configs:
  327. - ExportMethod: ad-hoc
  328. - UploadBitcode: yes
  329. - CompileBitcode: yes
  330. - ICloudContainerEnvironment:
  331. - TeamID:
  332. - UseDeprecatedExport: no
  333. - CustomExportOptionsPlistContent:
  334.  
  335. xcodebuild configs:
  336. - OutputTool: xcpretty
  337. - Workdir: /Users/vagrant/git
  338. - ProjectPath: ios/InYourArea.xcodeproj
  339. - Scheme: InYourArea
  340. - Configuration:
  341. - OutputDir: /Users/vagrant/deploy
  342. - IsCleanBuild: no
  343. - XcodebuildOptions:
  344. - ForceTeamID:
  345. - ForceProvisioningProfileSpecifier:
  346. - ForceProvisioningProfile:
  347. - ForceCodeSignIdentity:
  348.  
  349. step output configs:
  350. - IsExportXcarchiveZip: no
  351. - ExportAllDsyms: yes
  352. - ArtifactName: InYourArea
  353. - VerboseLog: yes
  354.  
  355. step determined configs:
  356. - xcodebuildVersion: Xcode 9.4.1 (Build version 9F2000)
  357.  
  358. Checking if output tool (xcpretty) is installed
  359. - xcprettyVersion: 0.2.8
  360.  
  361. Create the Archive ...
  362.  
  363. [12:44:05] $ set -o pipefail && xcodebuild "-project" "ios/InYourArea.xcodeproj" "-scheme" "InYourArea" "archive" "-archivePath" "/var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/__archive__258559160/InYourArea.xcarchive" | xcpretty
  364.  
  365. ▸ Building React/yoga [Release]
  366. ▸ Check Dependencies
  367. ▸ Copying /Users/vagrant/git/node_modules/react-native/ReactCommon/yoga/yoga/YGEnums.h
  368. ▸ Copying /Users/vagrant/git/node_modules/react-native/ReactCommon/yoga/yoga/YGMacros.h
  369. ▸ Copying /Users/vagrant/git/node_modules/react-native/ReactCommon/yoga/yoga/Yoga.h
  370. ▸ Compiling Yoga.cpp
  371. ▸ Compiling YGFloatOptional.cpp
  372. ▸ Compiling YGStyle.cpp
  373. ▸ Compiling YGNode.cpp
  374. ▸ Compiling YGEnums.cpp
  375. ▸ Compiling Utils.cpp
  376. ▸ Compiling YGLayout.cpp
  377. ▸ Compiling YGNodePrint.cpp
  378. ▸ Compiling YGFloatOptional.cpp
  379. ▸ Compiling Yoga.cpp
  380. ▸ Compiling YGStyle.cpp
  381. ▸ Compiling YGNode.cpp
  382. ▸ Compiling YGEnums.cpp
  383. ▸ Compiling Utils.cpp
  384. ▸ Compiling YGLayout.cpp
  385. ▸ Compiling YGNodePrint.cpp
  386. ▸ Building library libyoga.a
  387. ▸ Building library libyoga.a
  388. ▸ Building React/jsinspector [Release]
  389. ▸ Check Dependencies
  390. ▸ Copying /Users/vagrant/git/node_modules/react-native/ReactCommon/jsinspector/InspectorInterfaces.h
  391. ▸ Compiling InspectorInterfaces.cpp
  392. ▸ Compiling InspectorInterfaces.cpp
  393. ▸ Building library libjsinspector.a
  394. ▸ Building library libjsinspector.a
  395. ▸ Building React/privatedata [Release]
  396. ▸ Check Dependencies
  397. ▸ Copying /Users/vagrant/git/node_modules/react-native/ReactCommon/privatedata/PrivateDataBase.h
  398. ▸ Compiling PrivateDataBase.cpp
  399. ▸ Compiling PrivateDataBase.cpp
  400. ▸ Building library libprivatedata.a
  401. ▸ Building library libprivatedata.a
  402. ▸ Building React/double-conversion [Release]
  403. ▸ Check Dependencies
  404. ▸ Running script 'Install Third Party'
  405. ▸ Compiling bignum-dtoa.cc
  406. ▸ Compiling bignum.cc
  407. ▸ Compiling cached-powers.cc
  408. ▸ Compiling diy-fp.cc
  409. ▸ Compiling double-conversion.cc
  410.  
  411. ⚠️ /Users/vagrant/git/node_modules/react-native/third-party/double-conversion-1.1.5/src/double-conversion.cc:825:10: declaration shadows a local variable [-Wshadow]
  412.  
  413. char sign = '+';
  414. ^
  415.  
  416.  
  417. ▸ Compiling fast-dtoa.cc
  418. ▸ Compiling fixed-dtoa.cc
  419. ▸ Compiling strtod.cc
  420. ▸ Compiling bignum-dtoa.cc
  421. ▸ Compiling bignum.cc
  422. ▸ Compiling cached-powers.cc
  423. ▸ Compiling diy-fp.cc
  424. ▸ Compiling double-conversion.cc
  425.  
  426. ⚠️ /Users/vagrant/git/node_modules/react-native/third-party/double-conversion-1.1.5/src/double-conversion.cc:825:10: declaration shadows a local variable [-Wshadow]
  427.  
  428. char sign = '+';
  429. ^
  430.  
  431.  
  432. ▸ Compiling fast-dtoa.cc
  433. ▸ Compiling fixed-dtoa.cc
  434. ▸ Compiling strtod.cc
  435. ▸ Building library libdouble-conversion.a
  436. ▸ Building library libdouble-conversion.a
  437. ▸ Copying /Users/vagrant/git/node_modules/react-native/third-party/double-conversion-1.1.5/src/bignum-dtoa.h
  438. ▸ Copying /Users/vagrant/git/node_modules/react-native/third-party/double-conversion-1.1.5/src/bignum.h
  439. ▸ Copying /Users/vagrant/git/node_modules/react-native/third-party/double-conversion-1.1.5/src/cached-powers.h
  440. ▸ Copying /Users/vagrant/git/node_modules/react-native/third-party/double-conversion-1.1.5/src/diy-fp.h
  441. ▸ Copying /Users/vagrant/git/node_modules/react-native/third-party/double-conversion-1.1.5/src/fast-dtoa.h
  442. ▸ Copying /Users/vagrant/git/node_modules/react-native/third-party/double-conversion-1.1.5/src/double-conversion.h
  443. ▸ Copying /Users/vagrant/git/node_modules/react-native/third-party/double-conversion-1.1.5/src/fixed-dtoa.h
  444. ▸ Copying /Users/vagrant/git/node_modules/react-native/third-party/double-conversion-1.1.5/src/ieee.h
  445. ▸ Copying /Users/vagrant/git/node_modules/react-native/third-party/double-conversion-1.1.5/src/strtod.h
  446. ▸ Copying /Users/vagrant/git/node_modules/react-native/third-party/double-conversion-1.1.5/src/utils.h
  447. ▸ Building React/third-party [Release]
  448. ▸ Check Dependencies
  449. ▸ Compiling Conv.cpp
  450. ▸ Compiling StringBase.cpp
  451.  
  452. ⚠️ /Users/vagrant/git/node_modules/react-native/React/../third-party/folly-2016.10.31.00/folly/String.h:624:11: parameter 'len' not found in the function declaration [-Wdocumentation]
  453.  
  454. * @param len Length of str, in bytes
  455. ^
  456.  
  457.  
  458. ▸ Compiling raw_logging.cc
  459. ▸ Compiling signalhandler.cc
  460.  
  461. ⚠️ /Users/vagrant/git/node_modules/react-native/third-party/glog-0.3.4/src/signalhandler.cc:74:19: unused parameter 'ucontext_in_void' [-Wunused-parameter]
  462.  
  463. void* GetPC(void* ucontext_in_void) {
  464. ^~~
  465.  
  466.  
  467. ▸ Compiling dynamic.cpp
  468.  
  469. ⚠️ /Users/vagrant/git/node_modules/react-native/React/../third-party/folly-2016.10.31.00/folly/String.h:624:11: parameter 'len' not found in the function declaration [-Wdocumentation]
  470.  
  471. * @param len Length of str, in bytes
  472. ^
  473.  
  474.  
  475.  
  476. ⚠️ /Users/vagrant/git/node_modules/react-native/third-party/folly-2016.10.31.00/folly/dynamic.cpp:209:27: implicit conversion loses integer precision: 'int64_t' (aka 'long long') to 'std::__1::vector<folly::dynamic, std::__1::allocator<folly::dynamic> >::size_type' (aka 'unsigned long') [-Wshorten-64-to-32]
  477.  
  478. return &(*parray)[idx.asInt()];
  479. ^~~
  480.  
  481.  
  482.  
  483. ⚠️ /Users/vagrant/git/node_modules/react-native/third-party/folly-2016.10.31.00/folly/dynamic.cpp:229:26: implicit conversion loses integer precision: 'int64_t' (aka 'long long') to 'std::__1::vector<folly::dynamic, std::__1::allocator<folly::dynamic> >::size_type' (aka 'unsigned long') [-Wshorten-64-to-32]
  484.  
  485. return (*parray)[idx.asInt()];
  486. ~ ~~~~^~~~~~~
  487.  
  488.  
  489.  
  490. ⚠️ /Users/vagrant/git/node_modules/react-native/third-party/folly-2016.10.31.00/folly/dynamic.cpp:281:15: code will never be executed [-Wunreachable-code]
  491.  
  492. CHECK(0); abort();
  493. ~ ~~~~^~~~~~~
  494.  
  495.  
  496. ▸ Compiling utilities.cc
  497.  
  498. ⚠️ /Users/vagrant/git/node_modules/react-native/third-party/glog-0.3.4/src/utilities.cc:87:6: no previous prototype for function 'DebugWriteToString' [-Wmissing-prototypes]
  499.  
  500. void DebugWriteToString(const char* data, void *arg) {
  501. ^~~~~
  502.  
  503.  
  504. ▸ Compiling MallocImpl.cpp
  505. ▸ Compiling Bits.cpp
  506. ▸ Compiling symbolize.cc
  507. ▸ Compiling vlog_is_on.cc
  508.  
  509. ⚠️ /Users/vagrant/git/node_modules/react-native/third-party/glog-0.3.4/src/vlog_is_on.cc:69:27: no previous prototype for function 'SafeFNMatch_' [-Wmissing-prototypes]
  510.  
  511. GOOGLE_GLOG_DLL_DECL bool SafeFNMatch_(const char* pattern,
  512. ^
  513.  
  514.  
  515. ▸ Compiling Unicode.cpp
  516. ▸ Compiling demangle.cc
  517. ▸ Compiling Demangle.cpp
  518. ▸ Compiling logging.cc
  519.  
  520. ⚠️ /Users/vagrant/git/node_modules/react-native/third-party/glog-0.3.4/src/logging.cc:309:13: no previous prototype for function 'GetAnsiColorCode' [-Wmissing-prototypes]
  521.  
  522. const char* GetAnsiColorCode(GLogColor color) {
  523. ^
  524.  
  525.  
  526.  
  527. ⚠️ /Users/vagrant/git/node_modules/react-native/third-party/glog-0.3.4/src/logging.cc:1671:6: no previous prototype for function 'GetExitOnDFatal' [-Wmissing-prototypes]
  528.  
  529. bool GetExitOnDFatal() {
  530. ^
  531.  
  532.  
  533.  
  534. ⚠️ /Users/vagrant/git/node_modules/react-native/third-party/glog-0.3.4/src/logging.cc:1686:6: no previous prototype for function 'SetExitOnDFatal' [-Wmissing-prototypes]
  535.  
  536. void SetExitOnDFatal(bool value) {
  537. ^
  538.  
  539.  
  540. ▸ Compiling json.cpp
  541.  
  542. ⚠️ /Users/vagrant/git/node_modules/react-native/React/../third-party/folly-2016.10.31.00/folly/String.h:624:11: parameter 'len' not found in the function declaration [-Wdocumentation]
  543.  
  544. * @param len Length of str, in bytes
  545. ^
  546.  
  547.  
  548.  
  549. ⚠️ /Users/vagrant/git/node_modules/react-native/React/../third-party/boost_1_63_0/boost/range/iterator_range_core.hpp:867:20: parameter 'Range' not found in the function declaration [-Wdocumentation]
  550.  
  551. \param Range An input range
  552. ^~~
  553.  
  554.  
  555.  
  556. ⚠️ /Users/vagrant/git/node_modules/react-native/React/../third-party/boost_1_63_0/boost/algorithm/string/finder.hpp:46:20: parameter 'Comp' not found in the function declaration [-Wdocumentation]
  557.  
  558. \param Comp An element comparison predicate
  559. ^~~~~
  560.  
  561.  
  562.  
  563. ⚠️ /Users/vagrant/git/node_modules/react-native/React/../third-party/boost_1_63_0/boost/algorithm/string/finder.hpp:87:20: parameter 'Comp' not found in the function declaration [-Wdocumentation]
  564.  
  565. \param Comp An element comparison predicate
  566. ^~~~
  567.  
  568.  
  569.  
  570. ⚠️ /Users/vagrant/git/node_modules/react-native/React/../third-party/boost_1_63_0/boost/algorithm/string/finder.hpp:127:20: parameter 'Comp' not found in the function declaration [-Wdocumentation]
  571.  
  572. \param Comp An element comparison predicate
  573. ^~~~
  574.  
  575.  
  576.  
  577. ⚠️ /Users/vagrant/git/node_modules/react-native/React/../third-party/boost_1_63_0/boost/algorithm/string/finder.hpp:233:20: parameter 'Range' not found in the function declaration [-Wdocumentation]
  578.  
  579. \param Range The range.
  580. ^~~~
  581.  
  582.  
  583.  
  584. ⚠️ /Users/vagrant/git/node_modules/react-native/React/../third-party/boost_1_63_0/boost/algorithm/string/formatter.hpp:79:20: parameter 'Input' not found in the function declaration [-Wdocumentation]
  585.  
  586. \param Input container used to select a correct value_type for the
  587. ^~~~~
  588.  
  589.  
  590. ▸ Compiling BitsFunctexcept.cpp
  591. ▸ Compiling Conv.cpp
  592. ▸ Compiling StringBase.cpp
  593.  
  594. ⚠️ /Users/vagrant/git/node_modules/react-native/React/../third-party/folly-2016.10.31.00/folly/String.h:624:11: parameter 'len' not found in the function declaration [-Wdocumentation]
  595.  
  596. * @param len Length of str, in bytes
  597. ^~~~~
  598.  
  599.  
  600. ▸ Compiling raw_logging.cc
  601. ▸ Compiling signalhandler.cc
  602.  
  603. ⚠️ /Users/vagrant/git/node_modules/react-native/third-party/glog-0.3.4/src/signalhandler.cc:74:19: unused parameter 'ucontext_in_void' [-Wunused-parameter]
  604.  
  605. void* GetPC(void* ucontext_in_void) {
  606. ^~~
  607.  
  608.  
  609.  
  610. ⚠️ /Users/vagrant/git/node_modules/react-native/third-party/glog-0.3.4/src/signalhandler.cc:95:50: implicit conversion loses integer precision: 'long' to 'int' [-Wshorten-64-to-32]
  611.  
  612. int num_bytes_written() const { return cursor_ - buffer_; }
  613. ^
  614.  
  615.  
  616. ▸ Compiling dynamic.cpp
  617.  
  618. ⚠️ /Users/vagrant/git/node_modules/react-native/React/../third-party/folly-2016.10.31.00/folly/String.h:624:11: parameter 'len' not found in the function declaration [-Wdocumentation]
  619.  
  620. * @param len Length of str, in bytes
  621. ~~~~~~ ~~~~~~~~^~~~~~~~~
  622.  
  623.  
  624.  
  625. ⚠️ /Users/vagrant/git/node_modules/react-native/third-party/folly-2016.10.31.00/folly/dynamic.cpp:281:15: code will never be executed [-Wunreachable-code]
  626.  
  627. CHECK(0); abort();
  628. ^~~
  629.  
  630.  
  631. ▸ Compiling utilities.cc
  632.  
  633. ⚠️ /Users/vagrant/git/node_modules/react-native/third-party/glog-0.3.4/src/utilities.cc:87:6: no previous prototype for function 'DebugWriteToString' [-Wmissing-prototypes]
  634.  
  635. void DebugWriteToString(const char* data, void *arg) {
  636. ^~~~~
  637.  
  638.  
  639. ▸ Compiling MallocImpl.cpp
  640. ▸ Compiling Bits.cpp
  641. ▸ Compiling symbolize.cc
  642. ▸ Compiling vlog_is_on.cc
  643.  
  644. ⚠️ /Users/vagrant/git/node_modules/react-native/third-party/glog-0.3.4/src/vlog_is_on.cc:52:1: implicit conversion loses integer precision: 'long' to 'google::int32' (aka 'int') [-Wshorten-64-to-32]
  645.  
  646. GLOG_DEFINE_int32(v, 0, "Show all VLOG(m) messages for m <= this."
  647. ^
  648.  
  649.  
  650.  
  651. ⚠️ /Users/vagrant/git/node_modules/react-native/third-party/glog-0.3.4/src/vlog_is_on.cc:69:27: no previous prototype for function 'SafeFNMatch_' [-Wmissing-prototypes]
  652.  
  653. GOOGLE_GLOG_DLL_DECL bool SafeFNMatch_(const char* pattern,
  654. ~~~~~~~~~~~~ ^~~~~
  655.  
  656.  
  657.  
  658. ⚠️ /Users/vagrant/git/node_modules/react-native/third-party/glog-0.3.4/src/vlog_is_on.cc:163:27: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'const int' [-Wshorten-64-to-32]
  659.  
  660. int const pattern_len = strlen(module_pattern);
  661. ^
  662.  
  663.  
  664. ▸ Compiling Unicode.cpp
  665. ▸ Compiling demangle.cc
  666.  
  667. ⚠️ /Users/vagrant/git/node_modules/react-native/third-party/glog-0.3.4/src/demangle.cc:343:18: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
  668.  
  669. int length = StrLen(str);
  670. ~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~
  671.  
  672.  
  673. ▸ Compiling Demangle.cpp
  674. ▸ Compiling logging.cc
  675.  
  676. ⚠️ /Users/vagrant/git/node_modules/react-native/third-party/glog-0.3.4/src/logging.cc:135:1: implicit conversion loses integer precision: 'long' to 'google::int32' (aka 'int') [-Wshorten-64-to-32]
  677.  
  678. GLOG_DEFINE_int32(minloglevel, 0, "Messages logged at a lower level than this don't "
  679. ~~~~~~ ^~~~~~~~~~~
  680.  
  681.  
  682.  
  683. ⚠️ /Users/vagrant/git/node_modules/react-native/third-party/glog-0.3.4/src/logging.cc:137:1: implicit conversion loses integer precision: 'long' to 'google::int32' (aka 'int') [-Wshorten-64-to-32]
  684.  
  685. GLOG_DEFINE_int32(logbuflevel, 0,
  686. ~~~~~~~~~~~~ ^~~~~
  687.  
  688.  
  689.  
  690. ⚠️ /Users/vagrant/git/node_modules/react-native/third-party/glog-0.3.4/src/logging.cc:141:1: implicit conversion loses integer precision: 'long' to 'google::int32' (aka 'int') [-Wshorten-64-to-32]
  691.  
  692. GLOG_DEFINE_int32(logbufsecs, 30,
  693. ~~~~~~~~~~~~ ^~~~~
  694.  
  695.  
  696.  
  697. ⚠️ /Users/vagrant/git/node_modules/react-native/third-party/glog-0.3.4/src/logging.cc:143:1: implicit conversion loses integer precision: 'long' to 'google::int32' (aka 'int') [-Wshorten-64-to-32]
  698.  
  699. GLOG_DEFINE_int32(logemaillevel, 999,
  700. ~~~~~~~~~~~~ ^~~~~
  701.  
  702.  
  703.  
  704. ⚠️ /Users/vagrant/git/node_modules/react-native/third-party/glog-0.3.4/src/logging.cc:170:1: implicit conversion loses integer precision: 'long' to 'google::int32' (aka 'int') [-Wshorten-64-to-32]
  705.  
  706. GLOG_DEFINE_int32(max_log_size, 1800,
  707. ~~~~~~~~~~~~ ^~~~~
  708.  
  709.  
  710.  
  711. ⚠️ /Users/vagrant/git/node_modules/react-native/third-party/glog-0.3.4/src/logging.cc:309:13: no previous prototype for function 'GetAnsiColorCode' [-Wmissing-prototypes]
  712.  
  713. const char* GetAnsiColorCode(GLogColor color) {
  714. ~~~~~~~~~~~~ ^~~~~
  715.  
  716.  
  717.  
  718. ⚠️ /Users/vagrant/git/node_modules/react-native/third-party/glog-0.3.4/src/logging.cc:624:33: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
  719.  
  720. for (int i = sinks_->size() - 1; i >= 0; i--) {
  721. ^
  722.  
  723.  
  724.  
  725. ⚠️ /Users/vagrant/git/node_modules/react-native/third-party/glog-0.3.4/src/logging.cc:757:65: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
  726.  
  727. destination->logger_->Write(should_flush, timestamp, message, len);
  728. ~ ~~~~~~~~~~~~~~~^~~
  729.  
  730.  
  731.  
  732. ⚠️ /Users/vagrant/git/node_modules/react-native/third-party/glog-0.3.4/src/logging.cc:782:33: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
  733.  
  734. for (int i = sinks_->size() - 1; i >= 0; i--) {
  735. ~~~~~ ^~~
  736.  
  737.  
  738.  
  739. ⚠️ /Users/vagrant/git/node_modules/react-native/third-party/glog-0.3.4/src/logging.cc:792:33: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
  740.  
  741. for (int i = sinks_->size() - 1; i >= 0; i--) {
  742. ~ ~~~~~~~~~~~~~~~^~~
  743.  
  744.  
  745.  
  746. ⚠️ /Users/vagrant/git/node_modules/react-native/third-party/glog-0.3.4/src/logging.cc:1073:47: implicit conversion loses integer precision: 'std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::size_type' (aka 'unsigned long') to 'const int' [-Wshorten-64-to-32]
  747.  
  748. const int header_len = file_header_string.size();
  749. ~ ~~~~~~~~~~~~~~~^~~
  750.  
  751.  
  752.  
  753. ⚠️ /Users/vagrant/git/node_modules/react-native/third-party/glog-0.3.4/src/logging.cc:1334:19: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'const int' [-Wshorten-64-to-32]
  754.  
  755. const int n = strlen(fatal_message);
  756. ~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~^~~~~~
  757.  
  758.  
  759.  
  760. ⚠️ /Users/vagrant/git/node_modules/react-native/third-party/glog-0.3.4/src/logging.cc:1406:40: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'const int' [-Wshorten-64-to-32]
  761.  
  762. const int copy = min<int>(data_->num_chars_to_log_,
  763. ~ ^~~~~~~~~~~~~~~~~~~~~
  764.  
  765.  
  766.  
  767. ⚠️ /Users/vagrant/git/node_modules/react-native/third-party/glog-0.3.4/src/logging.cc:1507:67: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
  768.  
  769. int len = data_->num_chars_to_log_ - data_->num_prefix_chars_ - 1;
  770. ~~~ ~~~~~~~^~~~~~~~~~~~~~~~~
  771.  
  772.  
  773.  
  774. ⚠️ /Users/vagrant/git/node_modules/react-native/third-party/glog-0.3.4/src/logging.cc:1520:67: implicit conversion loses integer precision: 'unsigned long' to 'int' [-Wshorten-64-to-32]
  775.  
  776. int len = data_->num_chars_to_log_ - data_->num_prefix_chars_ - 1;
  777. ~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
  778.  
  779.  
  780.  
  781. ⚠️ /Users/vagrant/git/node_modules/react-native/third-party/glog-0.3.4/src/logging.cc:1671:6: no previous prototype for function 'GetExitOnDFatal' [-Wmissing-prototypes]
  782.  
  783. bool GetExitOnDFatal() {
  784. ~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
  785.  
  786.  
  787.  
  788. ⚠️ /Users/vagrant/git/node_modules/react-native/third-party/glog-0.3.4/src/logging.cc:1686:6: no previous prototype for function 'SetExitOnDFatal' [-Wmissing-prototypes]
  789.  
  790. void SetExitOnDFatal(bool value) {
  791. ^
  792.  
  793.  
  794.  
  795. ⚠️ /Users/vagrant/git/node_modules/react-native/third-party/glog-0.3.4/src/logging.cc:1887:21: implicit conversion loses integer precision: 'ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
  796.  
  797. while ((bytesin = pread(fd, copybuf, sizeof(copybuf), read_offset)) > 0) {
  798. ^
  799.  
  800.  
  801.  
  802. ⚠️ /Users/vagrant/git/node_modules/react-native/third-party/glog-0.3.4/src/logging.cc:1888:16: implicit conversion loses integer precision: 'ssize_t' (aka 'long') to 'int' [-Wshorten-64-to-32]
  803.  
  804. bytesout = pwrite(fd, copybuf, bytesin, write_offset);
  805. ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  806.  
  807.  
  808. ▸ Compiling json.cpp
  809.  
  810. ⚠️ /Users/vagrant/git/node_modules/react-native/React/../third-party/folly-2016.10.31.00/folly/String.h:624:11: parameter 'len' not found in the function declaration [-Wdocumentation]
  811.  
  812. * @param len Length of str, in bytes
  813. ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  814.  
  815.  
  816.  
  817. ⚠️ /Users/vagrant/git/node_modules/react-native/React/../third-party/boost_1_63_0/boost/range/iterator_range_core.hpp:867:20: parameter 'Range' not found in the function declaration [-Wdocumentation]
  818.  
  819. \param Range An input range
  820. ^~~
  821.  
  822.  
  823.  
  824. ⚠️ /Users/vagrant/git/node_modules/react-native/React/../third-party/boost_1_63_0/boost/algorithm/string/finder.hpp:46:20: parameter 'Comp' not found in the function declaration [-Wdocumentation]
  825.  
  826. \param Comp An element comparison predicate
  827. ^~~~~
  828.  
  829.  
  830.  
  831. ⚠️ /Users/vagrant/git/node_modules/react-native/React/../third-party/boost_1_63_0/boost/algorithm/string/finder.hpp:87:20: parameter 'Comp' not found in the function declaration [-Wdocumentation]
  832.  
  833. \param Comp An element comparison predicate
  834. ^~~~
  835.  
  836.  
  837.  
  838. ⚠️ /Users/vagrant/git/node_modules/react-native/React/../third-party/boost_1_63_0/boost/algorithm/string/finder.hpp:127:20: parameter 'Comp' not found in the function declaration [-Wdocumentation]
  839.  
  840. \param Comp An element comparison predicate
  841. ^~~~
  842.  
  843.  
  844.  
  845. ⚠️ /Users/vagrant/git/node_modules/react-native/React/../third-party/boost_1_63_0/boost/algorithm/string/finder.hpp:233:20: parameter 'Range' not found in the function declaration [-Wdocumentation]
  846.  
  847. \param Range The range.
  848. ^~~~
  849.  
  850.  
  851.  
  852. ⚠️ /Users/vagrant/git/node_modules/react-native/React/../third-party/boost_1_63_0/boost/algorithm/string/formatter.hpp:79:20: parameter 'Input' not found in the function declaration [-Wdocumentation]
  853.  
  854. \param Input container used to select a correct value_type for the
  855. ^~~~~
  856.  
  857.  
  858. ▸ Compiling BitsFunctexcept.cpp
  859. ▸ Building library libthird-party.a
  860. ▸ Building library libthird-party.a
  861. ▸ Building React/jschelpers [Release]
  862. ▸ Check Dependencies
  863. ▸ Copying /Users/vagrant/git/node_modules/react-native/ReactCommon/jschelpers/JavaScriptCore.h
  864. ▸ Copying /Users/vagrant/git/node_modules/react-native/ReactCommon/jschelpers/JSCHelpers.h
  865. ▸ Copying /Users/vagrant/git/node_modules/react-native/ReactCommon/jschelpers/JSCWrapper.h
  866. ▸ Copying /Users/vagrant/git/node_modules/react-native/ReactCommon/jschelpers/noncopyable.h
  867. ▸ Copying /Users/vagrant/git/node_modules/react-native/ReactCommon/jschelpers/Unicode.h
  868. ▸ Copying /Users/vagrant/git/node_modules/react-native/ReactCommon/jschelpers/Value.h
  869. ▸ Compiling JSCWrapper.cpp
  870. ▸ Compiling Value.cpp
  871.  
  872. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/jschelpers/Value.h:116:86: unused parameter 'len' [-Wunused-parameter]
  873.  
  874. static String createExpectingAscii(JSContextRef context, const char* ascii, size_t len) {
  875. ^~~~~
  876.  
  877.  
  878. ▸ Compiling JSCHelpers.cpp
  879.  
  880. ⚠️ /Users/vagrant/git/node_modules/react-native/React/../ReactCommon/jschelpers/Value.h:116:86: unused parameter 'len' [-Wunused-parameter]
  881.  
  882. static String createExpectingAscii(JSContextRef context, const char* ascii, size_t len) {
  883. ^
  884.  
  885.  
  886.  
  887. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/jschelpers/JSCHelpers.cpp:56:17: unused parameter 'exception' [-Wunused-parameter]
  888.  
  889. JSValueRef* exception) {
  890. ^
  891.  
  892.  
  893.  
  894. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/jschelpers/JSCHelpers.cpp:231:49: unused parameter 'ctx' [-Wunused-parameter]
  895.  
  896. JSContextLock::JSContextLock(JSGlobalContextRef ctx) noexcept
  897. ^
  898.  
  899.  
  900. ▸ Compiling systemJSCWrapper.cpp
  901. ▸ Compiling Unicode.cpp
  902. ▸ Compiling JSCWrapper.cpp
  903. ▸ Compiling Value.cpp
  904.  
  905. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/jschelpers/Value.h:116:86: unused parameter 'len' [-Wunused-parameter]
  906.  
  907. static String createExpectingAscii(JSContextRef context, const char* ascii, size_t len) {
  908. ^
  909.  
  910.  
  911.  
  912. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/jschelpers/Value.cpp:211:39: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
  913.  
  914. return callAsFunction(nullptr, args.size(), args.begin());
  915. ^
  916.  
  917.  
  918.  
  919. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/jschelpers/Value.cpp:215:52: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
  920.  
  921. return callAsFunction((JSObjectRef)thisObj, args.size(), args.begin());
  922. ~~~~~~~~~~~~~~ ~~~~~^~~~~~
  923.  
  924.  
  925. ▸ Compiling JSCHelpers.cpp
  926.  
  927. ⚠️ /Users/vagrant/git/node_modules/react-native/React/../ReactCommon/jschelpers/Value.h:116:86: unused parameter 'len' [-Wunused-parameter]
  928.  
  929. static String createExpectingAscii(JSContextRef context, const char* ascii, size_t len) {
  930. ~~~~~~~~~~~~~~ ~~~~~^~~~~~
  931.  
  932.  
  933.  
  934. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/jschelpers/JSCHelpers.cpp:56:17: unused parameter 'exception' [-Wunused-parameter]
  935.  
  936. JSValueRef* exception) {
  937. ^
  938.  
  939.  
  940.  
  941. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/jschelpers/JSCHelpers.cpp:231:49: unused parameter 'ctx' [-Wunused-parameter]
  942.  
  943. JSContextLock::JSContextLock(JSGlobalContextRef ctx) noexcept
  944. ^
  945.  
  946.  
  947. ▸ Compiling systemJSCWrapper.cpp
  948. ▸ Compiling Unicode.cpp
  949. ▸ Building library libjschelpers.a
  950. ▸ Building library libjschelpers.a
  951. ▸ Building React/cxxreact [Release]
  952. ▸ Check Dependencies
  953. ▸ Copying /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/ReactMarker.h
  954. ▸ Copying /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/CxxModule.h
  955. ▸ Copying /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/RAMBundleRegistry.h
  956. ▸ Copying /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/CxxNativeModule.h
  957. ▸ Copying /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/JSExecutor.h
  958. ▸ Copying /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/Instance.h
  959. ▸ Copying /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/JsArgumentHelpers-inl.h
  960. ▸ Copying /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/JsArgumentHelpers.h
  961. ▸ Copying /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/JSBundleType.h
  962. ▸ Copying /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/JSBigString.h
  963. ▸ Copying /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/JSCExecutor.h
  964. ▸ Copying /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/JSCMemory.h
  965. ▸ Copying /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/JSCLegacyTracing.h
  966. ▸ Copying /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/JSCNativeModules.h
  967. ▸ Copying /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/JSCPerfStats.h
  968. ▸ Copying /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/JSCSamplingProfiler.h
  969. ▸ Copying /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/JSCUtils.h
  970. ▸ Copying /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/JSIndexedRAMBundle.h
  971. ▸ Copying /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/JSModulesUnbundle.h
  972. ▸ Copying /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/MessageQueueThread.h
  973. ▸ Copying /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/MethodCall.h
  974. ▸ Copying /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/ModuleRegistry.h
  975. ▸ Copying /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/NativeModule.h
  976. ▸ Copying /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/NativeToJsBridge.h
  977. ▸ Copying /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/Platform.h
  978. ▸ Copying /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/RecoverableError.h
  979. ▸ Copying /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/SampleCxxModule.h
  980. ▸ Copying /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/SystraceSection.h
  981. ▸ Compiling JSBigString.cpp
  982.  
  983. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/JSBigString.h:130:21: implicit conversion loses integer precision: 'long long' to 'size_t' (aka 'unsigned long') [-Wshorten-64-to-32]
  984.  
  985. m_pageOff = d.rem;
  986. ^
  987.  
  988.  
  989. ▸ Compiling JSIndexedRAMBundle.cpp
  990.  
  991. ⚠️ /Users/vagrant/git/node_modules/react-native/React/../ReactCommon/cxxreact/JSBigString.h:130:21: implicit conversion loses integer precision: 'long long' to 'size_t' (aka 'unsigned long') [-Wshorten-64-to-32]
  992.  
  993. m_pageOff = d.rem;
  994. ~ ~~^~~
  995.  
  996.  
  997. ▸ Compiling ModuleRegistry.cpp
  998.  
  999. ⚠️ /Users/vagrant/git/node_modules/react-native/React/../ReactCommon/cxxreact/JSExecutor.h:107:41: unused parameter 'pressureLevel' [-Wunused-parameter]
  1000.  
  1001. virtual void handleMemoryPressure(int pressureLevel) {}
  1002. ~ ~~^~~
  1003.  
  1004.  
  1005.  
  1006. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/SystraceSection.h:42:36: unused parameter 'name' [-Wunused-parameter]
  1007.  
  1008. DummySystraceSection(const char* name, ConvertsToStringPiece&&... args)
  1009. ^
  1010.  
  1011.  
  1012.  
  1013. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/SystraceSection.h:42:69: unused parameter 'args' [-Wunused-parameter]
  1014.  
  1015. DummySystraceSection(const char* name, ConvertsToStringPiece&&... args)
  1016. ^
  1017.  
  1018.  
  1019. ▸ Compiling RAMBundleRegistry.cpp
  1020. ▸ Compiling CxxNativeModule.cpp
  1021.  
  1022. ⚠️ /Users/vagrant/git/node_modules/react-native/React/../ReactCommon/cxxreact/JSExecutor.h:107:41: unused parameter 'pressureLevel' [-Wunused-parameter]
  1023.  
  1024. virtual void handleMemoryPressure(int pressureLevel) {}
  1025. ^
  1026.  
  1027.  
  1028.  
  1029. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/SystraceSection.h:42:36: unused parameter 'name' [-Wunused-parameter]
  1030.  
  1031. DummySystraceSection(const char* name, ConvertsToStringPiece&&... args)
  1032. ^
  1033.  
  1034.  
  1035.  
  1036. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/SystraceSection.h:42:69: unused parameter 'args' [-Wunused-parameter]
  1037.  
  1038. DummySystraceSection(const char* name, ConvertsToStringPiece&&... args)
  1039. ^
  1040.  
  1041.  
  1042.  
  1043. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/CxxNativeModule.cpp:134:85: lambda capture 'callId' is not used [-Wunused-lambda-capture]
  1044.  
  1045. messageQueueThread_->runOnQueue([method, params=std::move(params), first, second, callId] () {
  1046. ^
  1047.  
  1048.  
  1049. ▸ Compiling JSCExecutor.cpp
  1050.  
  1051. ⚠️ /Users/vagrant/Library/Developer/Xcode/DerivedData/InYourArea-eiyjwvrcczwsppggxrszdzzzzsmr/Build/Intermediates.noindex/ArchiveIntermediates/InYourArea/BuildProductsPath/Release-iphoneos/include/jschelpers/Value.h:116:86: unused parameter 'len' [-Wunused-parameter]
  1052.  
  1053. static String createExpectingAscii(JSContextRef context, const char* ascii, size_t len) {
  1054. ^
  1055.  
  1056.  
  1057.  
  1058. ⚠️ /Users/vagrant/git/node_modules/react-native/React/../ReactCommon/cxxreact/JSExecutor.h:107:41: unused parameter 'pressureLevel' [-Wunused-parameter]
  1059.  
  1060. virtual void handleMemoryPressure(int pressureLevel) {}
  1061. ^
  1062.  
  1063.  
  1064.  
  1065. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/JSBigString.h:130:21: implicit conversion loses integer precision: 'long long' to 'size_t' (aka 'unsigned long') [-Wshorten-64-to-32]
  1066.  
  1067. m_pageOff = d.rem;
  1068. ^
  1069.  
  1070.  
  1071.  
  1072. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/SystraceSection.h:42:36: unused parameter 'name' [-Wunused-parameter]
  1073.  
  1074. DummySystraceSection(const char* name, ConvertsToStringPiece&&... args)
  1075. ~ ~~^~~
  1076.  
  1077.  
  1078.  
  1079. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/SystraceSection.h:42:69: unused parameter 'args' [-Wunused-parameter]
  1080.  
  1081. DummySystraceSection(const char* name, ConvertsToStringPiece&&... args)
  1082. ^
  1083.  
  1084.  
  1085.  
  1086. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/JSCExecutor.cpp:60:21: unused parameter 'thisObject' [-Wunused-parameter]
  1087.  
  1088. JSObjectRef thisObject,
  1089. ^
  1090.  
  1091.  
  1092.  
  1093. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/JSCExecutor.cpp:167:42: unused parameter 'context' [-Wunused-parameter]
  1094.  
  1095. static bool canUseInspector(JSContextRef context) {
  1096. ^
  1097.  
  1098.  
  1099.  
  1100. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/JSCExecutor.cpp:266:24: unused parameter 'owner' [-Wunused-parameter]
  1101.  
  1102. const std::string& owner,
  1103. ^
  1104.  
  1105.  
  1106.  
  1107. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/JSCExecutor.cpp:267:24: unused parameter 'app' [-Wunused-parameter]
  1108.  
  1109. const std::string& app,
  1110. ^
  1111.  
  1112.  
  1113.  
  1114. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/JSCExecutor.cpp:268:24: unused parameter 'device' [-Wunused-parameter]
  1115.  
  1116. const std::string& device) {
  1117. ^
  1118.  
  1119.  
  1120.  
  1121. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/JSCExecutor.cpp:694:44: unused parameter 'pressureLevel' [-Wunused-parameter]
  1122.  
  1123. void JSCExecutor::handleMemoryPressure(int pressureLevel) {
  1124. ^
  1125.  
  1126.  
  1127.  
  1128. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/JSCExecutor.cpp:721:17: unused parameter 'object' [-Wunused-parameter]
  1129.  
  1130. JSObjectRef object,
  1131. ^
  1132.  
  1133.  
  1134. ▸ Compiling JSCLegacyTracing.cpp
  1135.  
  1136. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/JSCLegacyTracing.cpp:66:53: unused parameter 'ctx' [-Wunused-parameter]
  1137.  
  1138. void addNativeTracingLegacyHooks(JSGlobalContextRef ctx) {
  1139. ^
  1140.  
  1141.  
  1142. ▸ Compiling ReactMarker.cpp
  1143. ▸ Compiling JSCPerfStats.cpp
  1144.  
  1145. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/JSCPerfStats.cpp:90:46: unused parameter 'ctx' [-Wunused-parameter]
  1146.  
  1147. void addJSCPerfStatsHooks(JSGlobalContextRef ctx) {
  1148. ^
  1149.  
  1150.  
  1151. ▸ Compiling JSBundleType.cpp
  1152. ▸ Compiling JSCUtils.cpp
  1153.  
  1154. ⚠️ /Users/vagrant/git/node_modules/react-native/React/../ReactCommon/cxxreact/JSBigString.h:130:21: implicit conversion loses integer precision: 'long long' to 'size_t' (aka 'unsigned long') [-Wshorten-64-to-32]
  1155.  
  1156. m_pageOff = d.rem;
  1157. ^
  1158.  
  1159.  
  1160.  
  1161. ⚠️ /Users/vagrant/Library/Developer/Xcode/DerivedData/InYourArea-eiyjwvrcczwsppggxrszdzzzzsmr/Build/Intermediates.noindex/ArchiveIntermediates/InYourArea/BuildProductsPath/Release-iphoneos/include/jschelpers/Value.h:116:86: unused parameter 'len' [-Wunused-parameter]
  1162.  
  1163. static String createExpectingAscii(JSContextRef context, const char* ascii, size_t len) {
  1164. ~ ~~^~~
  1165.  
  1166.  
  1167. ▸ Compiling JSCSamplingProfiler.cpp
  1168.  
  1169. ⚠️ /Users/vagrant/Library/Developer/Xcode/DerivedData/InYourArea-eiyjwvrcczwsppggxrszdzzzzsmr/Build/Intermediates.noindex/ArchiveIntermediates/InYourArea/BuildProductsPath/Release-iphoneos/include/jschelpers/Value.h:116:86: unused parameter 'len' [-Wunused-parameter]
  1170.  
  1171. static String createExpectingAscii(JSContextRef context, const char* ascii, size_t len) {
  1172. ^
  1173.  
  1174.  
  1175.  
  1176. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/JSCSamplingProfiler.cpp:12:17: unused parameter 'function' [-Wunused-parameter]
  1177.  
  1178. JSObjectRef function,
  1179. ^
  1180.  
  1181.  
  1182.  
  1183. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/JSCSamplingProfiler.cpp:13:17: unused parameter 'thisObject' [-Wunused-parameter]
  1184.  
  1185. JSObjectRef thisObject,
  1186. ^
  1187.  
  1188.  
  1189.  
  1190. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/JSCSamplingProfiler.cpp:14:12: unused parameter 'argumentCount' [-Wunused-parameter]
  1191.  
  1192. size_t argumentCount,
  1193. ^
  1194.  
  1195.  
  1196.  
  1197. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/JSCSamplingProfiler.cpp:15:22: unused parameter 'arguments' [-Wunused-parameter]
  1198.  
  1199. const JSValueRef arguments[],
  1200. ^
  1201.  
  1202.  
  1203.  
  1204. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/JSCSamplingProfiler.cpp:16:17: unused parameter 'exception' [-Wunused-parameter]
  1205.  
  1206. JSValueRef* exception) {
  1207. ^
  1208.  
  1209.  
  1210. ▸ Compiling JSCMemory.cpp
  1211.  
  1212. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/JSCMemory.cpp:44:43: unused parameter 'ctx' [-Wunused-parameter]
  1213.  
  1214. void addJSCMemoryHooks(JSGlobalContextRef ctx) {
  1215. ^
  1216.  
  1217.  
  1218. ▸ Compiling MethodCall.cpp
  1219.  
  1220. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/MethodCall.cpp:56:39: implicit conversion loses integer precision: 'int64_t' (aka 'long long') to 'int' [-Wshorten-64-to-32]
  1221.  
  1222. callId = jsonData[REQUEST_CALLID].asInt();
  1223. ^
  1224.  
  1225.  
  1226. ▸ Compiling Platform.cpp
  1227. ▸ Compiling Instance.cpp
  1228.  
  1229. ⚠️ /Users/vagrant/git/node_modules/react-native/React/../ReactCommon/cxxreact/JSExecutor.h:107:41: unused parameter 'pressureLevel' [-Wunused-parameter]
  1230.  
  1231. virtual void handleMemoryPressure(int pressureLevel) {}
  1232. ~ ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
  1233.  
  1234.  
  1235.  
  1236. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/JSBigString.h:130:21: implicit conversion loses integer precision: 'long long' to 'size_t' (aka 'unsigned long') [-Wshorten-64-to-32]
  1237.  
  1238. m_pageOff = d.rem;
  1239. ^
  1240.  
  1241.  
  1242.  
  1243. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/SystraceSection.h:42:36: unused parameter 'name' [-Wunused-parameter]
  1244.  
  1245. DummySystraceSection(const char* name, ConvertsToStringPiece&&... args)
  1246. ~ ~~^~~
  1247.  
  1248.  
  1249.  
  1250. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/SystraceSection.h:42:69: unused parameter 'args' [-Wunused-parameter]
  1251.  
  1252. DummySystraceSection(const char* name, ConvertsToStringPiece&&... args)
  1253. ^
  1254.  
  1255.  
  1256. ▸ Compiling NativeToJsBridge.cpp
  1257.  
  1258. ⚠️ /Users/vagrant/git/node_modules/react-native/React/../ReactCommon/cxxreact/JSExecutor.h:107:41: unused parameter 'pressureLevel' [-Wunused-parameter]
  1259.  
  1260. virtual void handleMemoryPressure(int pressureLevel) {}
  1261. ^
  1262.  
  1263.  
  1264.  
  1265. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/JSBigString.h:130:21: implicit conversion loses integer precision: 'long long' to 'size_t' (aka 'unsigned long') [-Wshorten-64-to-32]
  1266.  
  1267. m_pageOff = d.rem;
  1268. ^
  1269.  
  1270.  
  1271.  
  1272. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/SystraceSection.h:42:36: unused parameter 'name' [-Wunused-parameter]
  1273.  
  1274. DummySystraceSection(const char* name, ConvertsToStringPiece&&... args)
  1275. ~ ~~^~~
  1276.  
  1277.  
  1278.  
  1279. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/SystraceSection.h:42:69: unused parameter 'args' [-Wunused-parameter]
  1280.  
  1281. DummySystraceSection(const char* name, ConvertsToStringPiece&&... args)
  1282. ^
  1283.  
  1284.  
  1285.  
  1286. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/NativeToJsBridge.cpp:41:19: unused parameter 'executor' [-Wunused-parameter]
  1287.  
  1288. JSExecutor& executor, folly::dynamic&& calls, bool isEndOfBatch) override {
  1289. ^
  1290.  
  1291.  
  1292.  
  1293. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/NativeToJsBridge.cpp:66:19: unused parameter 'executor' [-Wunused-parameter]
  1294.  
  1295. JSExecutor& executor, unsigned int moduleId, unsigned int methodId,
  1296. ^
  1297.  
  1298.  
  1299.  
  1300. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/NativeToJsBridge.cpp:139:113: lambda capture 'systraceCookie' is not used [-Wunused-lambda-capture]
  1301.  
  1302. runOnExecutorQueue([module = std::move(module), method = std::move(method), arguments = std::move(arguments), systraceCookie]
  1303. ^
  1304.  
  1305.  
  1306.  
  1307. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/NativeToJsBridge.cpp:165:69: lambda capture 'systraceCookie' is not used [-Wunused-lambda-capture]
  1308.  
  1309. runOnExecutorQueue([callbackId, arguments = std::move(arguments), systraceCookie]
  1310. ^
  1311.  
  1312.  
  1313. ▸ Compiling JSCNativeModules.cpp
  1314.  
  1315. ⚠️ /Users/vagrant/Library/Developer/Xcode/DerivedData/InYourArea-eiyjwvrcczwsppggxrszdzzzzsmr/Build/Intermediates.noindex/ArchiveIntermediates/InYourArea/BuildProductsPath/Release-iphoneos/include/jschelpers/Value.h:116:86: unused parameter 'len' [-Wunused-parameter]
  1316.  
  1317. static String createExpectingAscii(JSContextRef context, const char* ascii, size_t len) {
  1318. ^
  1319.  
  1320.  
  1321.  
  1322. ⚠️ /Users/vagrant/git/node_modules/react-native/React/../ReactCommon/cxxreact/JSExecutor.h:107:41: unused parameter 'pressureLevel' [-Wunused-parameter]
  1323.  
  1324. virtual void handleMemoryPressure(int pressureLevel) {}
  1325. ^
  1326.  
  1327.  
  1328. ▸ Compiling SampleCxxModule.cpp
  1329.  
  1330. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/SampleCxxModule.cpp:97:29: implicit conversion loses integer precision: 'int64_t' (aka 'long long') to 'int' [-Wshorten-64-to-32]
  1331.  
  1332. cb({sample_->repeat(jsArgAsInt(args, 0),
  1333. ^
  1334.  
  1335.  
  1336.  
  1337. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/SampleCxxModule.cpp:103:29: implicit conversion loses integer precision: 'int64_t' (aka 'long long') to 'int' [-Wshorten-64-to-32]
  1338.  
  1339. sample_->call_later(jsArgAsInt(args, 0), [cb] {
  1340. ~~~~~~ ^~~~~~~~~~~~~~~~~~~
  1341.  
  1342.  
  1343.  
  1344. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/SampleCxxModule.cpp:129:43: unused parameter 'args' [-Wunused-parameter]
  1345.  
  1346. void SampleCxxModule::load(folly::dynamic args, Callback cb) {
  1347. ~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~
  1348.  
  1349.  
  1350. ▸ Compiling JSBigString.cpp
  1351. ▸ Compiling JSIndexedRAMBundle.cpp
  1352. ▸ Compiling ModuleRegistry.cpp
  1353.  
  1354. ⚠️ /Users/vagrant/git/node_modules/react-native/React/../ReactCommon/cxxreact/JSExecutor.h:107:41: unused parameter 'pressureLevel' [-Wunused-parameter]
  1355.  
  1356. virtual void handleMemoryPressure(int pressureLevel) {}
  1357. ^
  1358.  
  1359.  
  1360.  
  1361. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/SystraceSection.h:42:36: unused parameter 'name' [-Wunused-parameter]
  1362.  
  1363. DummySystraceSection(const char* name, ConvertsToStringPiece&&... args)
  1364. ^
  1365.  
  1366.  
  1367.  
  1368. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/SystraceSection.h:42:69: unused parameter 'args' [-Wunused-parameter]
  1369.  
  1370. DummySystraceSection(const char* name, ConvertsToStringPiece&&... args)
  1371. ^
  1372.  
  1373.  
  1374. ▸ Compiling RAMBundleRegistry.cpp
  1375. ▸ Compiling CxxNativeModule.cpp
  1376.  
  1377. ⚠️ /Users/vagrant/git/node_modules/react-native/React/../ReactCommon/cxxreact/JSExecutor.h:107:41: unused parameter 'pressureLevel' [-Wunused-parameter]
  1378.  
  1379. virtual void handleMemoryPressure(int pressureLevel) {}
  1380. ^
  1381.  
  1382.  
  1383.  
  1384. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/SystraceSection.h:42:36: unused parameter 'name' [-Wunused-parameter]
  1385.  
  1386. DummySystraceSection(const char* name, ConvertsToStringPiece&&... args)
  1387. ^
  1388.  
  1389.  
  1390.  
  1391. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/SystraceSection.h:42:69: unused parameter 'args' [-Wunused-parameter]
  1392.  
  1393. DummySystraceSection(const char* name, ConvertsToStringPiece&&... args)
  1394. ^
  1395.  
  1396.  
  1397.  
  1398. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/CxxNativeModule.cpp:134:85: lambda capture 'callId' is not used [-Wunused-lambda-capture]
  1399.  
  1400. messageQueueThread_->runOnQueue([method, params=std::move(params), first, second, callId] () {
  1401. ^
  1402.  
  1403.  
  1404. ▸ Compiling JSCExecutor.cpp
  1405.  
  1406. ⚠️ /Users/vagrant/Library/Developer/Xcode/DerivedData/InYourArea-eiyjwvrcczwsppggxrszdzzzzsmr/Build/Intermediates.noindex/ArchiveIntermediates/InYourArea/BuildProductsPath/Release-iphoneos/include/jschelpers/Value.h:116:86: unused parameter 'len' [-Wunused-parameter]
  1407.  
  1408. static String createExpectingAscii(JSContextRef context, const char* ascii, size_t len) {
  1409. ^
  1410.  
  1411.  
  1412.  
  1413. ⚠️ /Users/vagrant/git/node_modules/react-native/React/../ReactCommon/cxxreact/JSExecutor.h:107:41: unused parameter 'pressureLevel' [-Wunused-parameter]
  1414.  
  1415. virtual void handleMemoryPressure(int pressureLevel) {}
  1416. ^
  1417.  
  1418.  
  1419.  
  1420. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/SystraceSection.h:42:36: unused parameter 'name' [-Wunused-parameter]
  1421.  
  1422. DummySystraceSection(const char* name, ConvertsToStringPiece&&... args)
  1423. ^
  1424.  
  1425.  
  1426.  
  1427. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/SystraceSection.h:42:69: unused parameter 'args' [-Wunused-parameter]
  1428.  
  1429. DummySystraceSection(const char* name, ConvertsToStringPiece&&... args)
  1430. ^
  1431.  
  1432.  
  1433.  
  1434. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/JSCExecutor.cpp:60:21: unused parameter 'thisObject' [-Wunused-parameter]
  1435.  
  1436. JSObjectRef thisObject,
  1437. ^
  1438.  
  1439.  
  1440.  
  1441. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/JSCExecutor.cpp:167:42: unused parameter 'context' [-Wunused-parameter]
  1442.  
  1443. static bool canUseInspector(JSContextRef context) {
  1444. ^
  1445.  
  1446.  
  1447.  
  1448. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/JSCExecutor.cpp:266:24: unused parameter 'owner' [-Wunused-parameter]
  1449.  
  1450. const std::string& owner,
  1451. ^
  1452.  
  1453.  
  1454.  
  1455. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/JSCExecutor.cpp:267:24: unused parameter 'app' [-Wunused-parameter]
  1456.  
  1457. const std::string& app,
  1458. ^
  1459.  
  1460.  
  1461.  
  1462. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/JSCExecutor.cpp:268:24: unused parameter 'device' [-Wunused-parameter]
  1463.  
  1464. const std::string& device) {
  1465. ^
  1466.  
  1467.  
  1468.  
  1469. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/JSCExecutor.cpp:694:44: unused parameter 'pressureLevel' [-Wunused-parameter]
  1470.  
  1471. void JSCExecutor::handleMemoryPressure(int pressureLevel) {
  1472. ^
  1473.  
  1474.  
  1475.  
  1476. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/JSCExecutor.cpp:721:17: unused parameter 'object' [-Wunused-parameter]
  1477.  
  1478. JSObjectRef object,
  1479. ^
  1480.  
  1481.  
  1482. ▸ Compiling JSCLegacyTracing.cpp
  1483.  
  1484. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/JSCLegacyTracing.cpp:66:53: unused parameter 'ctx' [-Wunused-parameter]
  1485.  
  1486. void addNativeTracingLegacyHooks(JSGlobalContextRef ctx) {
  1487. ^
  1488.  
  1489.  
  1490. ▸ Compiling ReactMarker.cpp
  1491. ▸ Compiling JSCPerfStats.cpp
  1492.  
  1493. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/JSCPerfStats.cpp:90:46: unused parameter 'ctx' [-Wunused-parameter]
  1494.  
  1495. void addJSCPerfStatsHooks(JSGlobalContextRef ctx) {
  1496. ^
  1497.  
  1498.  
  1499. ▸ Compiling JSBundleType.cpp
  1500. ▸ Compiling JSCUtils.cpp
  1501.  
  1502. ⚠️ /Users/vagrant/Library/Developer/Xcode/DerivedData/InYourArea-eiyjwvrcczwsppggxrszdzzzzsmr/Build/Intermediates.noindex/ArchiveIntermediates/InYourArea/BuildProductsPath/Release-iphoneos/include/jschelpers/Value.h:116:86: unused parameter 'len' [-Wunused-parameter]
  1503.  
  1504. static String createExpectingAscii(JSContextRef context, const char* ascii, size_t len) {
  1505. ^
  1506.  
  1507.  
  1508. ▸ Compiling JSCSamplingProfiler.cpp
  1509.  
  1510. ⚠️ /Users/vagrant/Library/Developer/Xcode/DerivedData/InYourArea-eiyjwvrcczwsppggxrszdzzzzsmr/Build/Intermediates.noindex/ArchiveIntermediates/InYourArea/BuildProductsPath/Release-iphoneos/include/jschelpers/Value.h:116:86: unused parameter 'len' [-Wunused-parameter]
  1511.  
  1512. static String createExpectingAscii(JSContextRef context, const char* ascii, size_t len) {
  1513. ^
  1514.  
  1515.  
  1516.  
  1517. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/JSCSamplingProfiler.cpp:12:17: unused parameter 'function' [-Wunused-parameter]
  1518.  
  1519. JSObjectRef function,
  1520. ^
  1521.  
  1522.  
  1523.  
  1524. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/JSCSamplingProfiler.cpp:13:17: unused parameter 'thisObject' [-Wunused-parameter]
  1525.  
  1526. JSObjectRef thisObject,
  1527. ^
  1528.  
  1529.  
  1530.  
  1531. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/JSCSamplingProfiler.cpp:14:12: unused parameter 'argumentCount' [-Wunused-parameter]
  1532.  
  1533. size_t argumentCount,
  1534. ^
  1535.  
  1536.  
  1537.  
  1538. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/JSCSamplingProfiler.cpp:15:22: unused parameter 'arguments' [-Wunused-parameter]
  1539.  
  1540. const JSValueRef arguments[],
  1541. ^
  1542.  
  1543.  
  1544.  
  1545. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/JSCSamplingProfiler.cpp:16:17: unused parameter 'exception' [-Wunused-parameter]
  1546.  
  1547. JSValueRef* exception) {
  1548. ^
  1549.  
  1550.  
  1551. ▸ Compiling JSCMemory.cpp
  1552.  
  1553. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/JSCMemory.cpp:44:43: unused parameter 'ctx' [-Wunused-parameter]
  1554.  
  1555. void addJSCMemoryHooks(JSGlobalContextRef ctx) {
  1556. ^
  1557.  
  1558.  
  1559. ▸ Compiling MethodCall.cpp
  1560.  
  1561. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/MethodCall.cpp:56:39: implicit conversion loses integer precision: 'int64_t' (aka 'long long') to 'int' [-Wshorten-64-to-32]
  1562.  
  1563. callId = jsonData[REQUEST_CALLID].asInt();
  1564. ^
  1565.  
  1566.  
  1567. ▸ Compiling Platform.cpp
  1568. ▸ Compiling Instance.cpp
  1569.  
  1570. ⚠️ /Users/vagrant/git/node_modules/react-native/React/../ReactCommon/cxxreact/JSExecutor.h:107:41: unused parameter 'pressureLevel' [-Wunused-parameter]
  1571.  
  1572. virtual void handleMemoryPressure(int pressureLevel) {}
  1573. ~ ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
  1574.  
  1575.  
  1576.  
  1577. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/SystraceSection.h:42:36: unused parameter 'name' [-Wunused-parameter]
  1578.  
  1579. DummySystraceSection(const char* name, ConvertsToStringPiece&&... args)
  1580. ^
  1581.  
  1582.  
  1583.  
  1584. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/SystraceSection.h:42:69: unused parameter 'args' [-Wunused-parameter]
  1585.  
  1586. DummySystraceSection(const char* name, ConvertsToStringPiece&&... args)
  1587. ^
  1588.  
  1589.  
  1590. ▸ Compiling NativeToJsBridge.cpp
  1591.  
  1592. ⚠️ /Users/vagrant/git/node_modules/react-native/React/../ReactCommon/cxxreact/JSExecutor.h:107:41: unused parameter 'pressureLevel' [-Wunused-parameter]
  1593.  
  1594. virtual void handleMemoryPressure(int pressureLevel) {}
  1595. ^
  1596.  
  1597.  
  1598.  
  1599. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/SystraceSection.h:42:36: unused parameter 'name' [-Wunused-parameter]
  1600.  
  1601. DummySystraceSection(const char* name, ConvertsToStringPiece&&... args)
  1602. ^
  1603.  
  1604.  
  1605.  
  1606. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/SystraceSection.h:42:69: unused parameter 'args' [-Wunused-parameter]
  1607.  
  1608. DummySystraceSection(const char* name, ConvertsToStringPiece&&... args)
  1609. ^
  1610.  
  1611.  
  1612.  
  1613. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/NativeToJsBridge.cpp:41:19: unused parameter 'executor' [-Wunused-parameter]
  1614.  
  1615. JSExecutor& executor, folly::dynamic&& calls, bool isEndOfBatch) override {
  1616. ^
  1617.  
  1618.  
  1619.  
  1620. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/NativeToJsBridge.cpp:66:19: unused parameter 'executor' [-Wunused-parameter]
  1621.  
  1622. JSExecutor& executor, unsigned int moduleId, unsigned int methodId,
  1623. ^
  1624.  
  1625.  
  1626.  
  1627. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/NativeToJsBridge.cpp:139:113: lambda capture 'systraceCookie' is not used [-Wunused-lambda-capture]
  1628.  
  1629. runOnExecutorQueue([module = std::move(module), method = std::move(method), arguments = std::move(arguments), systraceCookie]
  1630. ^
  1631.  
  1632.  
  1633.  
  1634. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/NativeToJsBridge.cpp:165:69: lambda capture 'systraceCookie' is not used [-Wunused-lambda-capture]
  1635.  
  1636. runOnExecutorQueue([callbackId, arguments = std::move(arguments), systraceCookie]
  1637. ^
  1638.  
  1639.  
  1640. ▸ Compiling JSCNativeModules.cpp
  1641.  
  1642. ⚠️ /Users/vagrant/Library/Developer/Xcode/DerivedData/InYourArea-eiyjwvrcczwsppggxrszdzzzzsmr/Build/Intermediates.noindex/ArchiveIntermediates/InYourArea/BuildProductsPath/Release-iphoneos/include/jschelpers/Value.h:116:86: unused parameter 'len' [-Wunused-parameter]
  1643.  
  1644. static String createExpectingAscii(JSContextRef context, const char* ascii, size_t len) {
  1645. ^
  1646.  
  1647.  
  1648.  
  1649. ⚠️ /Users/vagrant/git/node_modules/react-native/React/../ReactCommon/cxxreact/JSExecutor.h:107:41: unused parameter 'pressureLevel' [-Wunused-parameter]
  1650.  
  1651. virtual void handleMemoryPressure(int pressureLevel) {}
  1652. ^
  1653.  
  1654.  
  1655. ▸ Compiling SampleCxxModule.cpp
  1656.  
  1657. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/SampleCxxModule.cpp:97:29: implicit conversion loses integer precision: 'int64_t' (aka 'long long') to 'int' [-Wshorten-64-to-32]
  1658.  
  1659. cb({sample_->repeat(jsArgAsInt(args, 0),
  1660. ^
  1661.  
  1662.  
  1663.  
  1664. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/SampleCxxModule.cpp:103:29: implicit conversion loses integer precision: 'int64_t' (aka 'long long') to 'int' [-Wshorten-64-to-32]
  1665.  
  1666. sample_->call_later(jsArgAsInt(args, 0), [cb] {
  1667. ~~~~~~ ^~~~~~~~~~~~~~~~~~~
  1668.  
  1669.  
  1670.  
  1671. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/SampleCxxModule.cpp:129:43: unused parameter 'args' [-Wunused-parameter]
  1672.  
  1673. void SampleCxxModule::load(folly::dynamic args, Callback cb) {
  1674. ~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~
  1675.  
  1676.  
  1677. ▸ Building library libcxxreact.a
  1678. ▸ Building library libcxxreact.a
  1679. ▸ Building React/React [Release]
  1680. ▸ Check Dependencies
  1681. ▸ Running script 'Start Packager'
  1682. ▸ Copying Base/RCTVersion.h
  1683. ▸ Copying Views/RCTLayout.h
  1684. ▸ Copying Views/ScrollView/RCTScrollableProtocol.h
  1685. ▸ Copying Views/ScrollView/RCTScrollContentView.h
  1686. ▸ Copying Views/ScrollView/RCTScrollView.h
  1687. ▸ Copying Views/ScrollView/RCTScrollViewManager.h
  1688. ▸ Copying Base/Surface/RCTSurface.h
  1689. ▸ Copying Base/Surface/RCTSurfaceDelegate.h
  1690. ▸ Copying Base/Surface/RCTSurfaceRootShadowView.h
  1691. ▸ Copying Base/Surface/RCTSurfaceRootShadowViewDelegate.h
  1692. ▸ Copying Base/Surface/RCTSurfaceRootView.h
  1693. ▸ Copying Base/Surface/RCTSurfaceStage.h
  1694. ▸ Copying Base/Surface/RCTSurfaceView.h
  1695. ▸ Copying Base/Surface/SurfaceHostingView/RCTSurfaceHostingView.h
  1696. ▸ Copying Base/Surface/SurfaceHostingView/RCTSurfaceSizeMeasureMode.h
  1697. ▸ Copying /Users/vagrant/git/node_modules/react-native/Libraries/WebSocket/RCTWebSocketModule.h
  1698. ▸ Copying Modules/RCTUIManagerUtils.h
  1699. ▸ Copying Modules/RCTLayoutAnimation.h
  1700. ▸ Copying Modules/RCTLayoutAnimationGroup.h
  1701. ▸ Copying Modules/RCTUIManagerObserverCoordinator.h
  1702. ▸ Copying Views/RCTShadowView+Layout.h
  1703. ▸ Copying Base/RCTBridge+Private.h
  1704. ▸ Copying DevSupport/RCTPackagerClient.h
  1705. ▸ Copying Modules/RCTDevSettings.h
  1706. ▸ Copying /Users/vagrant/git/node_modules/react-native/Libraries/Image/RCTImageLoader.h
  1707. ▸ Copying /Users/vagrant/git/node_modules/react-native/Libraries/Image/RCTImageStoreManager.h
  1708. ▸ Copying /Users/vagrant/git/node_modules/react-native/Libraries/Image/RCTResizeMode.h
  1709. ▸ Copying /Users/vagrant/git/node_modules/react-native/Libraries/LinkingIOS/RCTLinkingManager.h
  1710. ▸ Copying /Users/vagrant/git/node_modules/react-native/Libraries/Network/RCTNetworking.h
  1711. ▸ Copying /Users/vagrant/git/node_modules/react-native/Libraries/Network/RCTNetworkTask.h
  1712. ▸ Copying /Users/vagrant/git/node_modules/react-native/Libraries/PushNotificationIOS/RCTPushNotificationManager.h
  1713. ▸ Copying Base/RCTAssert.h
  1714. ▸ Copying Base/RCTBridge.h
  1715. ▸ Copying Base/RCTBridgeDelegate.h
  1716. ▸ Copying Base/RCTBridgeMethod.h
  1717. ▸ Copying Base/RCTBridgeModule.h
  1718. ▸ Copying Base/RCTBundleURLProvider.h
  1719. ▸ Copying Base/RCTDefines.h
  1720. ▸ Copying Base/RCTDisplayLink.h
  1721. ▸ Copying Base/RCTConvert.h
  1722. ▸ Copying Base/RCTErrorCustomizer.h
  1723. ▸ Copying Base/RCTErrorInfo.h
  1724. ▸ Copying Base/RCTEventDispatcher.h
  1725. ▸ Copying Base/RCTFrameUpdate.h
  1726. ▸ Copying Base/RCTInvalidating.h
  1727. ▸ Copying Base/RCTImageSource.h
  1728. ▸ Copying Base/RCTJavaScriptExecutor.h
  1729. ▸ Copying Base/RCTJavaScriptLoader.h
  1730. ▸ Copying Base/RCTJSStackFrame.h
  1731. ▸ Copying Base/RCTKeyCommands.h
  1732. ▸ Copying Base/RCTLog.h
  1733. ▸ Copying Base/RCTModuleData.h
  1734. ▸ Copying Base/RCTModuleMethod.h
  1735. ▸ Copying Base/RCTMultipartDataTask.h
  1736. ▸ Copying Base/RCTMultipartStreamReader.h
  1737. ▸ Copying Base/RCTNullability.h
  1738. ▸ Copying Base/RCTParserUtils.h
  1739. ▸ Copying Base/RCTPerformanceLogger.h
  1740. ▸ Copying Base/RCTPlatform.h
  1741. ▸ Copying Base/RCTRootViewDelegate.h
  1742. ▸ Copying Base/RCTRootView.h
  1743. ▸ Copying Base/RCTTouchEvent.h
  1744. ▸ Copying Base/RCTTouchHandler.h
  1745. ▸ Copying Base/RCTURLRequestDelegate.h
  1746. ▸ Copying Base/RCTURLRequestHandler.h
  1747. ▸ Copying Modules/RCTJSCSamplingProfiler.h
  1748. ▸ Copying Base/RCTUtils.h
  1749. ▸ Copying Modules/RCTAccessibilityManager.h
  1750. ▸ Copying Modules/RCTAlertManager.h
  1751. ▸ Copying Modules/RCTAppState.h
  1752. ▸ Copying Modules/RCTAsyncLocalStorage.h
  1753. ▸ Copying Modules/RCTClipboard.h
  1754. ▸ Copying DevSupport/RCTDevLoadingView.h
  1755. ▸ Copying DevSupport/RCTDevMenu.h
  1756. ▸ Copying Modules/RCTExceptionsManager.h
  1757. ▸ Copying Modules/RCTI18nManager.h
  1758. ▸ Copying Modules/RCTI18nUtil.h
  1759. ▸ Copying Modules/RCTKeyboardObserver.h
  1760. ▸ Copying Modules/RCTRedBox.h
  1761. ▸ Copying Modules/RCTEventEmitter.h
  1762. ▸ Copying Modules/RCTSourceCode.h
  1763. ▸ Copying Modules/RCTStatusBarManager.h
  1764. ▸ Copying Modules/RCTTiming.h
  1765. ▸ Copying Modules/RCTUIManager.h
  1766. ▸ Copying Profiler/RCTFPSGraph.h
  1767. ▸ Copying Profiler/RCTMacros.h
  1768. ▸ Copying Profiler/RCTProfile.h
  1769. ▸ Copying Views/RCTActivityIndicatorView.h
  1770. ▸ Copying Views/RCTActivityIndicatorViewManager.h
  1771. ▸ Copying Views/RCTAnimationType.h
  1772. ▸ Copying Views/RCTBorderDrawing.h
  1773. ▸ Copying Views/RCTBorderStyle.h
  1774. ▸ Copying Views/RCTAutoInsetsProtocol.h
  1775. ▸ Copying Views/RCTComponent.h
  1776. ▸ Copying Views/RCTComponentData.h
  1777. ▸ Copying Views/RCTConvert+CoreLocation.h
  1778. ▸ Copying Views/RCTFont.h
  1779. ▸ Copying Views/RCTModalHostView.h
  1780. ▸ Copying Views/RCTModalHostViewController.h
  1781. ▸ Copying Views/RCTNavigator.h
  1782. ▸ Copying Views/RCTModalHostViewManager.h
  1783. ▸ Copying Views/RCTNavigatorManager.h
  1784. ▸ Copying Views/RCTNavItem.h
  1785. ▸ Copying Views/RCTNavItemManager.h
  1786. ▸ Copying Views/RCTPicker.h
  1787. ▸ Copying Views/RCTPickerManager.h
  1788. ▸ Copying Views/RCTPointerEvents.h
  1789. ▸ Copying Views/RCTProgressViewManager.h
  1790. ▸ Copying Views/RCTRefreshControl.h
  1791. ▸ Copying Views/RCTRefreshControlManager.h
  1792. ▸ Copying Views/RCTRootShadowView.h
  1793. ▸ Copying Views/RCTSegmentedControlManager.h
  1794. ▸ Copying Views/RCTSegmentedControl.h
  1795. ▸ Copying Views/RCTShadowView.h
  1796. ▸ Copying Views/RCTSlider.h
  1797. ▸ Copying Views/RCTSliderManager.h
  1798. ▸ Copying Views/RCTSwitch.h
  1799. ▸ Copying Views/RCTSwitchManager.h
  1800. ▸ Copying Views/RCTTabBar.h
  1801. ▸ Copying Views/RCTTabBarItem.h
  1802. ▸ Copying Views/RCTTabBarItemManager.h
  1803. ▸ Copying Views/RCTTabBarManager.h
  1804. ▸ Copying Views/RCTTextDecorationLineType.h
  1805. ▸ Copying Views/RCTView.h
  1806. ▸ Copying Views/RCTViewManager.h
  1807. ▸ Copying Views/RCTWebView.h
  1808. ▸ Copying Views/RCTWrapperViewController.h
  1809. ▸ Copying Views/RCTWebViewManager.h
  1810. ▸ Copying Views/UIView+React.h
  1811. ▸ Compiling JSExecutor.cpp
  1812.  
  1813. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/JSExecutor.h:107:41: unused parameter 'pressureLevel' [-Wunused-parameter]
  1814.  
  1815. virtual void handleMemoryPressure(int pressureLevel) {}
  1816. ^
  1817.  
  1818.  
  1819. ▸ Compiling RCTCxxMethod.mm
  1820.  
  1821. ⚠️ /Users/vagrant/Library/Developer/Xcode/DerivedData/InYourArea-eiyjwvrcczwsppggxrszdzzzzsmr/Build/Intermediates.noindex/ArchiveIntermediates/InYourArea/BuildProductsPath/Release-iphoneos/include/jschelpers/Value.h:116:86: unused parameter 'len' [-Wunused-parameter]
  1822.  
  1823. static String createExpectingAscii(JSContextRef context, const char* ascii, size_t len) {
  1824. ^
  1825.  
  1826.  
  1827.  
  1828. ⚠️ /Users/vagrant/Library/Developer/Xcode/DerivedData/InYourArea-eiyjwvrcczwsppggxrszdzzzzsmr/Build/Intermediates.noindex/ArchiveIntermediates/InYourArea/BuildProductsPath/Release-iphoneos/include/cxxreact/JSExecutor.h:107:41: unused parameter 'pressureLevel' [-Wunused-parameter]
  1829.  
  1830. virtual void handleMemoryPressure(int pressureLevel) {}
  1831. ^
  1832.  
  1833.  
  1834. ▸ Compiling RCTUIManagerUtils.m
  1835. ▸ Compiling RCTShadowView+Internal.m
  1836. ▸ Compiling RCTStatusBarManager.m
  1837.  
  1838. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Modules/RCTStatusBarManager.m:111:29: 'setStatusBarStyle:animated:' is deprecated: first deprecated in iOS 9.0 - Use -[UIViewController preferredStatusBarStyle] [-Wdeprecated-declarations]
  1839.  
  1840. [RCTSharedApplication() setStatusBarStyle:statusBarStyle
  1841. ^
  1842.  
  1843.  
  1844.  
  1845. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Modules/RCTStatusBarManager.m:123:29: 'setStatusBarHidden:withAnimation:' is deprecated: first deprecated in iOS 9.0 - Use -[UIViewController prefersStatusBarHidden] [-Wdeprecated-declarations]
  1846.  
  1847. [RCTSharedApplication() setStatusBarHidden:hidden
  1848. ^
  1849.  
  1850.  
  1851. ▸ Compiling RCTSourceCode.m
  1852. ▸ Compiling RCTMultipartStreamReader.m
  1853. ▸ Compiling RCTFrameUpdate.m
  1854. ▸ Compiling RCTSurfaceHostingView.mm
  1855.  
  1856. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Base/Surface/SurfaceHostingView/RCTSurfaceHostingView.h:17:16: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
  1857.  
  1858. typedef UIView *(^RCTSurfaceHostingViewActivityIndicatorViewFactory)();
  1859. ^
  1860.  
  1861.  
  1862.  
  1863. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Base/Surface/SurfaceHostingView/RCTSurfaceHostingView.mm:223:31: unused parameter 'surface' [-Wunused-parameter]
  1864.  
  1865. - (void)surface:(RCTSurface *)surface didChangeStage:(RCTSurfaceStage)stage
  1866. ^
  1867.  
  1868.  
  1869.  
  1870. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Base/Surface/SurfaceHostingView/RCTSurfaceHostingView.mm:230:31: unused parameter 'surface' [-Wunused-parameter]
  1871.  
  1872. - (void)surface:(RCTSurface *)surface didChangeIntrinsicSize:(CGSize)intrinsicSize
  1873. ^
  1874.  
  1875.  
  1876.  
  1877. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Base/Surface/SurfaceHostingView/RCTSurfaceHostingView.mm:230:70: unused parameter 'intrinsicSize' [-Wunused-parameter]
  1878.  
  1879. - (void)surface:(RCTSurface *)surface didChangeIntrinsicSize:(CGSize)intrinsicSize
  1880. ^
  1881.  
  1882.  
  1883. ▸ Compiling RCTCxxBridge.mm
  1884.  
  1885. ⚠️ /Users/vagrant/Library/Developer/Xcode/DerivedData/InYourArea-eiyjwvrcczwsppggxrszdzzzzsmr/Build/Intermediates.noindex/ArchiveIntermediates/InYourArea/BuildProductsPath/Release-iphoneos/include/jschelpers/Value.h:116:86: unused parameter 'len' [-Wunused-parameter]
  1886.  
  1887. static String createExpectingAscii(JSContextRef context, const char* ascii, size_t len) {
  1888. ^
  1889.  
  1890.  
  1891.  
  1892. ⚠️ /Users/vagrant/Library/Developer/Xcode/DerivedData/InYourArea-eiyjwvrcczwsppggxrszdzzzzsmr/Build/Intermediates.noindex/ArchiveIntermediates/InYourArea/BuildProductsPath/Release-iphoneos/include/cxxreact/JSExecutor.h:107:41: unused parameter 'pressureLevel' [-Wunused-parameter]
  1893.  
  1894. virtual void handleMemoryPressure(int pressureLevel) {}
  1895. ^
  1896.  
  1897.  
  1898.  
  1899. ⚠️ /Users/vagrant/Library/Developer/Xcode/DerivedData/InYourArea-eiyjwvrcczwsppggxrszdzzzzsmr/Build/Intermediates.noindex/ArchiveIntermediates/InYourArea/BuildProductsPath/Release-iphoneos/include/cxxreact/JSBigString.h:130:21: implicit conversion loses integer precision: 'long long' to 'size_t' (aka 'unsigned long') [-Wshorten-64-to-32]
  1900.  
  1901. m_pageOff = d.rem;
  1902. ^
  1903.  
  1904.  
  1905.  
  1906. ⚠️ /Users/vagrant/git/node_modules/react-native/React/CxxBridge/RCTCxxBridge.mm:86:12: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]
  1907.  
  1908. return std::move(ret);
  1909. ~ ~~^~~
  1910.  
  1911.  
  1912.  
  1913. ⚠️ /Users/vagrant/git/node_modules/react-native/React/CxxBridge/RCTCxxBridge.mm:104:113: unused parameter 'tag' [-Wunused-parameter]
  1914.  
  1915. ReactMarker::logTaggedMarker = [weakPerformanceLogger](const ReactMarker::ReactMarkerId markerId, const char *tag) {
  1916. ^~~~~~~~~~ ~
  1917.  
  1918.  
  1919.  
  1920. ⚠️ /Users/vagrant/git/node_modules/react-native/React/CxxBridge/RCTCxxBridge.mm:368:38: unused parameter 'progressData' [-Wunused-parameter]
  1921.  
  1922. } onProgress:^(RCTLoadingProgress *progressData) {
  1923. ^
  1924.  
  1925.  
  1926.  
  1927. ⚠️ /Users/vagrant/git/node_modules/react-native/React/CxxBridge/RCTCxxBridge.mm:650:25: unused variable 'moduleData' [-Wunused-variable]
  1928.  
  1929. for (RCTModuleData *moduleData in moduleDataById) {
  1930. ^
  1931.  
  1932.  
  1933.  
  1934. ⚠️ /Users/vagrant/git/node_modules/react-native/React/CxxBridge/RCTCxxBridge.mm:1245:43: unused parameter 'callback' [-Wunused-parameter]
  1935.  
  1936. - (void)stopProfiling:(void (^)(NSData *))callback
  1937. ^
  1938.  
  1939.  
  1940. ▸ Compiling RCTAlertManager.m
  1941. ▸ Compiling RCTSurfaceView.mm
  1942. ▸ Compiling RCTI18nUtil.m
  1943. ▸ Compiling RCTMaskedViewManager.m
  1944. ▸ Compiling RCTJSStackFrame.m
  1945. ▸ Compiling RCTObjcExecutor.mm
  1946.  
  1947. ⚠️ /Users/vagrant/Library/Developer/Xcode/DerivedData/InYourArea-eiyjwvrcczwsppggxrszdzzzzsmr/Build/Intermediates.noindex/ArchiveIntermediates/InYourArea/BuildProductsPath/Release-iphoneos/include/cxxreact/JSExecutor.h:107:41: unused parameter 'pressureLevel' [-Wunused-parameter]
  1948.  
  1949. virtual void handleMemoryPressure(int pressureLevel) {}
  1950. ^
  1951.  
  1952.  
  1953.  
  1954. ⚠️ /Users/vagrant/Library/Developer/Xcode/DerivedData/InYourArea-eiyjwvrcczwsppggxrszdzzzzsmr/Build/Intermediates.noindex/ArchiveIntermediates/InYourArea/BuildProductsPath/Release-iphoneos/include/jschelpers/Value.h:116:86: unused parameter 'len' [-Wunused-parameter]
  1955.  
  1956. static String createExpectingAscii(JSContextRef context, const char* ascii, size_t len) {
  1957. ^
  1958.  
  1959.  
  1960.  
  1961. ⚠️ /Users/vagrant/Library/Developer/Xcode/DerivedData/InYourArea-eiyjwvrcczwsppggxrszdzzzzsmr/Build/Intermediates.noindex/ArchiveIntermediates/InYourArea/BuildProductsPath/Release-iphoneos/include/cxxreact/JSBigString.h:130:21: implicit conversion loses integer precision: 'long long' to 'size_t' (aka 'unsigned long') [-Wshorten-64-to-32]
  1962.  
  1963. m_pageOff = d.rem;
  1964. ^
  1965.  
  1966.  
  1967.  
  1968. ⚠️ /Users/vagrant/git/node_modules/react-native/React/CxxBridge/RCTObjcExecutor.mm:100:32: unused parameter 'bundleId' [-Wunused-parameter]
  1969.  
  1970. void registerBundle(uint32_t bundleId, const std::string &bundlePath) override {
  1971. ~ ~~^~~
  1972.  
  1973.  
  1974.  
  1975. ⚠️ /Users/vagrant/git/node_modules/react-native/React/CxxBridge/RCTObjcExecutor.mm:100:61: unused parameter 'bundlePath' [-Wunused-parameter]
  1976.  
  1977. void registerBundle(uint32_t bundleId, const std::string &bundlePath) override {
  1978. ^
  1979.  
  1980.  
  1981. ▸ Compiling RCTSafeAreaViewManager.m
  1982. ▸ Compiling RCTConvert.m
  1983.  
  1984. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Base/RCTConvert.m:92:20: 'stringByAddingPercentEscapesUsingEncoding:' is deprecated: first deprecated in iOS 9.0 - Use -stringByAddingPercentEncodingWithAllowedCharacters: instead, which always uses the recommended UTF-8 encoding, and which encodes for a specific URL component or subcomponent since each URL component or subcomponent has different rules for what characters are valid. [-Wdeprecated-declarations]
  1985.  
  1986. path = [path stringByAddingPercentEscapesUsingEncoding:NSUTF8StringEncoding];
  1987. ^
  1988.  
  1989.  
  1990.  
  1991. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Base/RCTConvert.m:356:1: implicit conversion loses integer precision: 'unsigned long long' to 'UIDataDetectorTypes' (aka 'enum UIDataDetectorTypes') [-Wshorten-64-to-32]
  1992.  
  1993. RCT_MULTI_ENUM_CONVERTER(UIDataDetectorTypes, (@{
  1994. ^
  1995.  
  1996.  
  1997. ▸ Compiling RCTSegmentedControl.m
  1998. ▸ Compiling RCTRootView.m
  1999. ▸ Compiling RCTExceptionsManager.m
  2000. ▸ Compiling RCTDevMenu.m
  2001.  
  2002. ⚠️ /Users/vagrant/git/node_modules/react-native/React/DevSupport/RCTDevMenu.m:398:29: unused parameter 'title' [-Wunused-parameter]
  2003.  
  2004. - (void)addItem:(NSString *)title handler:(dispatch_block_t)handler {}
  2005. ^~~~
  2006.  
  2007.  
  2008.  
  2009. ⚠️ /Users/vagrant/git/node_modules/react-native/React/DevSupport/RCTDevMenu.m:398:61: unused parameter 'handler' [-Wunused-parameter]
  2010.  
  2011. - (void)addItem:(NSString *)title handler:(dispatch_block_t)handler {}
  2012. ^
  2013.  
  2014.  
  2015.  
  2016. ⚠️ /Users/vagrant/git/node_modules/react-native/React/DevSupport/RCTDevMenu.m:399:31: unused parameter 'item' [-Wunused-parameter]
  2017.  
  2018. - (void)addItem:(RCTDevMenu *)item {}
  2019. ^
  2020.  
  2021.  
  2022.  
  2023. ⚠️ /Users/vagrant/git/node_modules/react-native/React/DevSupport/RCTDevMenu.m:406:49: unused parameter 'title' [-Wunused-parameter]
  2024.  
  2025. + (instancetype)buttonItemWithTitle:(NSString *)title handler:(void(^)(void))handler {return nil;}
  2026. ^
  2027.  
  2028.  
  2029.  
  2030. ⚠️ /Users/vagrant/git/node_modules/react-native/React/DevSupport/RCTDevMenu.m:406:78: unused parameter 'handler' [-Wunused-parameter]
  2031.  
  2032. + (instancetype)buttonItemWithTitle:(NSString *)title handler:(void(^)(void))handler {return nil;}
  2033. ^
  2034.  
  2035.  
  2036.  
  2037. ⚠️ /Users/vagrant/git/node_modules/react-native/React/DevSupport/RCTDevMenu.m:407:64: unused parameter 'titleBlock' [-Wunused-parameter]
  2038.  
  2039. + (instancetype)buttonItemWithTitleBlock:(NSString * (^)(void))titleBlock
  2040. ^
  2041.  
  2042.  
  2043.  
  2044. ⚠️ /Users/vagrant/git/node_modules/react-native/React/DevSupport/RCTDevMenu.m:408:57: unused parameter 'handler' [-Wunused-parameter]
  2045.  
  2046. handler:(void(^)(void))handler {return nil;}
  2047. ^
  2048.  
  2049.  
  2050. ▸ Compiling RCTRootShadowView.m
  2051. ▸ Compiling RCTMultipartDataTask.m
  2052. ▸ Compiling RCTBorderDrawing.m
  2053. ▸ Compiling RCTCxxConvert.m
  2054. ▸ Compiling RCTDatePicker.m
  2055. ▸ Compiling RCTAssert.m
  2056. ▸ Compiling RCTUIManagerObserverCoordinator.mm
  2057. ▸ Compiling RCTScrollContentViewManager.m
  2058. ▸ Compiling RCTSlider.m
  2059. ▸ Compiling RCTFollyConvert.mm
  2060. ▸ Compiling RCTAsyncLocalStorage.m
  2061. ▸ Compiling RCTInspectorDevServerHelper.mm
  2062. ▸ Compiling RCTDevSettings.mm
  2063.  
  2064. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Modules/RCTDevSettings.mm:550:66: unused parameter 'dataSource' [-Wunused-parameter]
  2065.  
  2066. - (instancetype)initWithDataSource:(id<RCTDevSettingsDataSource>)dataSource { return [super init]; }
  2067. ^
  2068.  
  2069.  
  2070.  
  2071. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Modules/RCTDevSettings.mm:554:33: unused parameter 'key' [-Wunused-parameter]
  2072.  
  2073. - (id)settingForKey:(NSString *)key { return nil; }
  2074. ^
  2075.  
  2076.  
  2077. ▸ Compiling RCTSurfaceStage.m
  2078. ▸ Compiling RCTProgressViewManager.m
  2079. ▸ Compiling RCTFPSGraph.m
  2080. ▸ Compiling RCTPackagerClient.m
  2081. ▸ Compiling RCTSwitch.m
  2082. ▸ Compiling RCTMessageThread.mm
  2083.  
  2084. ⚠️ /Users/vagrant/Library/Developer/Xcode/DerivedData/InYourArea-eiyjwvrcczwsppggxrszdzzzzsmr/Build/Intermediates.noindex/ArchiveIntermediates/InYourArea/BuildProductsPath/Release-iphoneos/include/jschelpers/Value.h:116:86: unused parameter 'len' [-Wunused-parameter]
  2085.  
  2086. static String createExpectingAscii(JSContextRef context, const char* ascii, size_t len) {
  2087. ^
  2088.  
  2089.  
  2090.  
  2091. ⚠️ /Users/vagrant/Library/Developer/Xcode/DerivedData/InYourArea-eiyjwvrcczwsppggxrszdzzzzsmr/Build/Intermediates.noindex/ArchiveIntermediates/InYourArea/BuildProductsPath/Release-iphoneos/include/cxxreact/JSExecutor.h:107:41: unused parameter 'pressureLevel' [-Wunused-parameter]
  2092.  
  2093. virtual void handleMemoryPressure(int pressureLevel) {}
  2094. ^
  2095.  
  2096.  
  2097. ▸ Compiling RCTSurface.mm
  2098.  
  2099. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Base/Surface/RCTSurface.mm:185:70: unused parameter 'notification' [-Wunused-parameter]
  2100.  
  2101. - (void)handleBridgeWillLoadJavaScriptNotification:(NSNotification *)notification
  2102. ^
  2103.  
  2104.  
  2105.  
  2106. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Base/Surface/RCTSurface.mm:508:45: unused parameter 'rootShadowView' [-Wunused-parameter]
  2107.  
  2108. - (void)rootShadowView:(RCTRootShadowView *)rootShadowView didChangeIntrinsicSize:(CGSize)intrinsicSize
  2109. ^
  2110.  
  2111.  
  2112.  
  2113. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Base/Surface/RCTSurface.mm:513:69: unused parameter 'rootShadowView' [-Wunused-parameter]
  2114.  
  2115. - (void)rootShadowViewDidStartRendering:(RCTSurfaceRootShadowView *)rootShadowView
  2116. ^
  2117.  
  2118.  
  2119.  
  2120. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Base/Surface/RCTSurface.mm:520:69: unused parameter 'rootShadowView' [-Wunused-parameter]
  2121.  
  2122. - (void)rootShadowViewDidStartLayingOut:(RCTSurfaceRootShadowView *)rootShadowView
  2123. ^
  2124.  
  2125.  
  2126.  
  2127. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Base/Surface/RCTSurface.mm:534:35: unused parameter 'manager' [-Wunused-parameter]
  2128.  
  2129. - (BOOL)uiManager:(RCTUIManager *)manager performMountingWithBlock:(RCTUIManagerMountingBlock)block
  2130. ^
  2131.  
  2132.  
  2133.  
  2134. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Base/Surface/RCTSurface.mm:550:53: unused parameter 'manager' [-Wunused-parameter]
  2135.  
  2136. - (void)uiManagerDidPerformMounting:(RCTUIManager *)manager
  2137. ^
  2138.  
  2139.  
  2140.  
  2141. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Base/Surface/RCTSurface.mm:31:17: method override for the designated initializer of the superclass '-init' not found [-Wobjc-designated-initializers]
  2142.  
  2143. @implementation RCTSurface {
  2144. ^
  2145.  
  2146.  
  2147. ▸ Compiling RCTSafeAreaShadowView.m
  2148.  
  2149. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Views/SafeAreaView/RCTSafeAreaShadowView.m:36:29: unused parameter 'value' [-Wunused-parameter]
  2150.  
  2151. - (void)setPadding:(YGValue)value {}
  2152. ^
  2153.  
  2154.  
  2155.  
  2156. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Views/SafeAreaView/RCTSafeAreaShadowView.m:37:33: unused parameter 'value' [-Wunused-parameter]
  2157.  
  2158. - (void)setPaddingLeft:(YGValue)value {}
  2159. ^
  2160.  
  2161.  
  2162.  
  2163. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Views/SafeAreaView/RCTSafeAreaShadowView.m:38:34: unused parameter 'value' [-Wunused-parameter]
  2164.  
  2165. - (void)setPaddingRight:(YGValue)value {}
  2166. ^
  2167.  
  2168.  
  2169.  
  2170. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Views/SafeAreaView/RCTSafeAreaShadowView.m:39:32: unused parameter 'value' [-Wunused-parameter]
  2171.  
  2172. - (void)setPaddingTop:(YGValue)value {}
  2173. ^
  2174.  
  2175.  
  2176.  
  2177. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Views/SafeAreaView/RCTSafeAreaShadowView.m:40:35: unused parameter 'value' [-Wunused-parameter]
  2178.  
  2179. - (void)setPaddingBottom:(YGValue)value {}
  2180. ^
  2181.  
  2182.  
  2183. ▸ Compiling RCTDisplayLink.m
  2184. ▸ Compiling RCTSwitchManager.m
  2185. ▸ Compiling RCTActivityIndicatorViewManager.m
  2186. ▸ Compiling RCTViewManager.m
  2187. ▸ Compiling RCTImageSource.m
  2188. ▸ Compiling RCTCxxUtils.mm
  2189.  
  2190. ⚠️ /Users/vagrant/Library/Developer/Xcode/DerivedData/InYourArea-eiyjwvrcczwsppggxrszdzzzzsmr/Build/Intermediates.noindex/ArchiveIntermediates/InYourArea/BuildProductsPath/Release-iphoneos/include/jschelpers/Value.h:116:86: unused parameter 'len' [-Wunused-parameter]
  2191.  
  2192. static String createExpectingAscii(JSContextRef context, const char* ascii, size_t len) {
  2193. ^
  2194.  
  2195.  
  2196.  
  2197. ⚠️ /Users/vagrant/Library/Developer/Xcode/DerivedData/InYourArea-eiyjwvrcczwsppggxrszdzzzzsmr/Build/Intermediates.noindex/ArchiveIntermediates/InYourArea/BuildProductsPath/Release-iphoneos/include/cxxreact/JSExecutor.h:107:41: unused parameter 'pressureLevel' [-Wunused-parameter]
  2198.  
  2199. virtual void handleMemoryPressure(int pressureLevel) {}
  2200. ^
  2201.  
  2202.  
  2203.  
  2204. ⚠️ /Users/vagrant/git/node_modules/react-native/React/CxxModule/DispatchMessageQueueThread.h:31:47: unused parameter 'func' [-Wunused-parameter]
  2205.  
  2206. void runOnQueueSync(std::function<void()>&& func) override {
  2207. ^
  2208.  
  2209.  
  2210. ▸ Compiling RCTModuleMethod.mm
  2211. ▸ Compiling RCTEventEmitter.m
  2212. ▸ Compiling RCTSurfaceRootShadowView.m
  2213. ▸ Compiling RCTJavaScriptLoader.mm
  2214.  
  2215. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Base/RCTJavaScriptLoader.mm:41:21: implicit conversion loses integer precision: 'int64_t' (aka 'long long') to 'NSUInteger' (aka 'unsigned int') [-Wshorten-64-to-32]
  2216.  
  2217. source->_length = length;
  2218. ^
  2219.  
  2220.  
  2221. ▸ Compiling RCTVersion.m
  2222. ▸ Compiling RCTPerfMonitor.m
  2223. ▸ Compiling RCTLayoutAnimation.m
  2224. ▸ Compiling RCTCxxModule.mm
  2225. ▸ Compiling RCTScrollContentShadowView.m
  2226. ▸ Compiling RCTFont.mm
  2227.  
  2228. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Views/RCTFont.mm:55:27: comparison of integers of different signs: 'NSInteger' (aka 'int') and 'NSUInteger' (aka 'unsigned int') [-Wsign-compare]
  2229.  
  2230. for (NSInteger i = 0; i < fontNames.count; i++) {
  2231. ~ ^~~~~~
  2232.  
  2233.  
  2234. ▸ Compiling RCTTabBarManager.m
  2235. ▸ Compiling RCTScrollView.m
  2236.  
  2237. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Views/ScrollView/RCTScrollView.m:1032:44: 'UIScrollViewContentInsetAdjustmentBehavior' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
  2238.  
  2239. - (void)setContentInsetAdjustmentBehavior:(UIScrollViewContentInsetAdjustmentBehavior)behavior
  2240. ~ ^ ~~~~~~~~~~~~~~~
  2241.  
  2242.  
  2243.  
  2244. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Views/ScrollView/RCTScrollView.m:396:54: 'UIScrollViewContentInsetAdjustmentNever' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
  2245.  
  2246. _scrollView.contentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentNever;
  2247. ^
  2248.  
  2249.  
  2250.  
  2251. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Views/ScrollView/RCTScrollView.m:396:21: 'setContentInsetAdjustmentBehavior:' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
  2252.  
  2253. _scrollView.contentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentNever;
  2254. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2255.  
  2256.  
  2257.  
  2258. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Views/ScrollView/RCTScrollView.m:937:43: unused parameter 'uiManager' [-Wunused-parameter]
  2259.  
  2260. [manager prependUIBlock:^(RCTUIManager *uiManager, NSDictionary<NSNumber *, UIView *> *viewRegistry) {
  2261. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2262.  
  2263.  
  2264.  
  2265. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Views/ScrollView/RCTScrollView.m:937:90: unused parameter 'viewRegistry' [-Wunused-parameter]
  2266.  
  2267. [manager prependUIBlock:^(RCTUIManager *uiManager, NSDictionary<NSNumber *, UIView *> *viewRegistry) {
  2268. ^
  2269.  
  2270.  
  2271.  
  2272. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Views/ScrollView/RCTScrollView.m:954:39: unused parameter 'uiManager' [-Wunused-parameter]
  2273.  
  2274. [manager addUIBlock:^(RCTUIManager *uiManager, NSDictionary<NSNumber *, UIView *> *viewRegistry) {
  2275. ^
  2276.  
  2277.  
  2278.  
  2279. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Views/ScrollView/RCTScrollView.m:954:86: unused parameter 'viewRegistry' [-Wunused-parameter]
  2280.  
  2281. [manager addUIBlock:^(RCTUIManager *uiManager, NSDictionary<NSNumber *, UIView *> *viewRegistry) {
  2282. ^
  2283.  
  2284.  
  2285.  
  2286. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Views/ScrollView/RCTScrollView.m:1037:17: 'setContentInsetAdjustmentBehavior:' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
  2287.  
  2288. _scrollView.contentInsetAdjustmentBehavior = behavior;
  2289. ^
  2290.  
  2291.  
  2292. ▸ Compiling RCTScrollViewManager.m
  2293.  
  2294. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Views/ScrollView/RCTScrollViewManager.m:38:20: 'UIScrollViewContentInsetAdjustmentBehavior' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
  2295.  
  2296. RCT_ENUM_CONVERTER(UIScrollViewContentInsetAdjustmentBehavior, (@{
  2297. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2298.  
  2299.  
  2300.  
  2301. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Views/ScrollView/RCTScrollViewManager.m:39:19: 'UIScrollViewContentInsetAdjustmentAutomatic' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
  2302.  
  2303. @"automatic": @(UIScrollViewContentInsetAdjustmentAutomatic),
  2304. ^
  2305.  
  2306.  
  2307.  
  2308. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Views/ScrollView/RCTScrollViewManager.m:40:24: 'UIScrollViewContentInsetAdjustmentScrollableAxes' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
  2309.  
  2310. @"scrollableAxes": @(UIScrollViewContentInsetAdjustmentScrollableAxes),
  2311. ^~~~~~
  2312.  
  2313.  
  2314.  
  2315. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Views/ScrollView/RCTScrollViewManager.m:41:15: 'UIScrollViewContentInsetAdjustmentNever' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
  2316.  
  2317. @"never": @(UIScrollViewContentInsetAdjustmentNever),
  2318. ^~~~~~
  2319.  
  2320.  
  2321.  
  2322. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Views/ScrollView/RCTScrollViewManager.m:42:16: 'UIScrollViewContentInsetAdjustmentAlways' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
  2323.  
  2324. @"always": @(UIScrollViewContentInsetAdjustmentAlways),
  2325. ^~~~~~
  2326.  
  2327.  
  2328.  
  2329. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Views/ScrollView/RCTScrollViewManager.m:43:5: 'UIScrollViewContentInsetAdjustmentNever' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
  2330.  
  2331. }), UIScrollViewContentInsetAdjustmentNever, integerValue)
  2332. ^~~~~~
  2333.  
  2334.  
  2335. ▸ Compiling RCTJSCSamplingProfiler.m
  2336. ▸ Compiling RCTSurfaceRootView.mm
  2337. ▸ Compiling RCTManagedPointer.mm
  2338. ▸ Compiling RCTWrapperViewController.m
  2339. ▸ Compiling RCTReloadCommand.m
  2340. ▸ Compiling JSCTracing.cpp
  2341.  
  2342. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/JSCTracing.cpp:311:47: unused parameter 'ctx' [-Wunused-parameter]
  2343.  
  2344. void addNativeTracingHooks(JSGlobalContextRef ctx) {
  2345. ^~~~
  2346.  
  2347.  
  2348. ▸ Compiling RCTInspector.mm
  2349. ▸ Compiling RCTAccessibilityManager.m
  2350. ▸ Compiling RCTDevLoadingView.m
  2351.  
  2352. ⚠️ /Users/vagrant/git/node_modules/react-native/React/DevSupport/RCTDevLoadingView.m:165:26: unused parameter 'enabled' [-Wunused-parameter]
  2353.  
  2354. + (void)setEnabled:(BOOL)enabled { }
  2355. ^
  2356.  
  2357.  
  2358.  
  2359. ⚠️ /Users/vagrant/git/node_modules/react-native/React/DevSupport/RCTDevLoadingView.m:166:33: unused parameter 'message' [-Wunused-parameter]
  2360.  
  2361. - (void)showMessage:(NSString *)message color:(UIColor *)color backgroundColor:(UIColor *)backgroundColor { }
  2362. ^
  2363.  
  2364.  
  2365.  
  2366. ⚠️ /Users/vagrant/git/node_modules/react-native/React/DevSupport/RCTDevLoadingView.m:166:58: unused parameter 'color' [-Wunused-parameter]
  2367.  
  2368. - (void)showMessage:(NSString *)message color:(UIColor *)color backgroundColor:(UIColor *)backgroundColor { }
  2369. ^
  2370.  
  2371.  
  2372.  
  2373. ⚠️ /Users/vagrant/git/node_modules/react-native/React/DevSupport/RCTDevLoadingView.m:166:91: unused parameter 'backgroundColor' [-Wunused-parameter]
  2374.  
  2375. - (void)showMessage:(NSString *)message color:(UIColor *)color backgroundColor:(UIColor *)backgroundColor { }
  2376. ^
  2377.  
  2378.  
  2379.  
  2380. ⚠️ /Users/vagrant/git/node_modules/react-native/React/DevSupport/RCTDevLoadingView.m:167:30: unused parameter 'URL' [-Wunused-parameter]
  2381.  
  2382. - (void)showWithURL:(NSURL *)URL { }
  2383. ^
  2384.  
  2385.  
  2386.  
  2387. ⚠️ /Users/vagrant/git/node_modules/react-native/React/DevSupport/RCTDevLoadingView.m:168:46: unused parameter 'progress' [-Wunused-parameter]
  2388.  
  2389. - (void)updateProgress:(RCTLoadingProgress *)progress { }
  2390. ^
  2391.  
  2392.  
  2393. ▸ Compiling RCTTiming.m
  2394. ▸ Compiling RCTAppState.m
  2395. ▸ Compiling RCTRootContentView.m
  2396. ▸ Compiling UIView+React.m
  2397. ▸ Compiling RCTLayout.m
  2398. ▸ Compiling RCTRedBoxExtraDataViewController.m
  2399.  
  2400. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Modules/RCTRedBoxExtraDataViewController.m:46:39: 'UILineBreakModeWordWrap' is deprecated: first deprecated in iOS 6.0 [-Wdeprecated-declarations]
  2401.  
  2402. self.keyLabel.lineBreakMode = UILineBreakModeWordWrap;
  2403. ^
  2404.  
  2405.  
  2406.  
  2407. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Modules/RCTRedBoxExtraDataViewController.m:66:41: 'UILineBreakModeWordWrap' is deprecated: first deprecated in iOS 6.0 [-Wdeprecated-declarations]
  2408.  
  2409. self.valueLabel.lineBreakMode = UILineBreakModeWordWrap;
  2410. ^
  2411.  
  2412.  
  2413.  
  2414. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Modules/RCTRedBoxExtraDataViewController.m:184:39: unused parameter 'tableView' [-Wunused-parameter]
  2415.  
  2416. - (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section
  2417. ^
  2418.  
  2419.  
  2420.  
  2421. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Modules/RCTRedBoxExtraDataViewController.m:189:37: unused parameter 'tableView' [-Wunused-parameter]
  2422.  
  2423. - (CGFloat)tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)section
  2424. ^
  2425.  
  2426.  
  2427.  
  2428. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Modules/RCTRedBoxExtraDataViewController.m:189:83: unused parameter 'section' [-Wunused-parameter]
  2429.  
  2430. - (CGFloat)tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)section
  2431. ^
  2432.  
  2433.  
  2434.  
  2435. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Modules/RCTRedBoxExtraDataViewController.m:194:38: unused parameter 'tableView' [-Wunused-parameter]
  2436.  
  2437. - (UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section
  2438. ^
  2439.  
  2440.  
  2441.  
  2442. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Modules/RCTRedBoxExtraDataViewController.m:240:57: unused parameter 'tableView' [-Wunused-parameter]
  2443.  
  2444. - (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView
  2445. ^
  2446.  
  2447.  
  2448. ▸ Compiling RCTSliderManager.m
  2449. ▸ Compiling RCTDeviceInfo.m
  2450. ▸ Compiling NSDataBigString.mm
  2451.  
  2452. ⚠️ /Users/vagrant/Library/Developer/Xcode/DerivedData/InYourArea-eiyjwvrcczwsppggxrszdzzzzsmr/Build/Intermediates.noindex/ArchiveIntermediates/InYourArea/BuildProductsPath/Release-iphoneos/include/cxxreact/JSBigString.h:130:21: implicit conversion loses integer precision: 'long long' to 'size_t' (aka 'unsigned long') [-Wshorten-64-to-32]
  2453.  
  2454. m_pageOff = d.rem;
  2455. ^
  2456.  
  2457.  
  2458. ▸ Compiling RCTClipboard.m
  2459. ▸ Compiling RCTModuleData.mm
  2460. ▸ Compiling RCTPerformanceLogger.m
  2461. ▸ Compiling RCTTouchHandler.m
  2462. ▸ Compiling RCTErrorInfo.m
  2463. ▸ Compiling RCTLog.mm
  2464.  
  2465. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Base/RCTLog.mm:186:29: unused function 'nativeStackFrameRegex' [-Wunused-function]
  2466.  
  2467. static NSRegularExpression *nativeStackFrameRegex()
  2468. ~ ~~^~~
  2469.  
  2470.  
  2471. ▸ Compiling RCTNavItemManager.m
  2472. ▸ Compiling RCTParserUtils.m
  2473. ▸ Compiling RCTSafeAreaViewLocalData.m
  2474. ▸ Compiling RCTView.m
  2475. ▸ Compiling RCTPlatform.m
  2476. ▸ Compiling InspectorInterfaces.cpp
  2477. ▸ Compiling RCTScrollContentView.m
  2478. ▸ Compiling RCTKeyboardObserver.m
  2479. ▸ Compiling RCTJSCHelpers.mm
  2480.  
  2481. ⚠️ /Users/vagrant/Library/Developer/Xcode/DerivedData/InYourArea-eiyjwvrcczwsppggxrszdzzzzsmr/Build/Intermediates.noindex/ArchiveIntermediates/InYourArea/BuildProductsPath/Release-iphoneos/include/jschelpers/Value.h:116:86: unused parameter 'len' [-Wunused-parameter]
  2482.  
  2483. static String createExpectingAscii(JSContextRef context, const char* ascii, size_t len) {
  2484. ^
  2485.  
  2486.  
  2487.  
  2488. ⚠️ /Users/vagrant/Library/Developer/Xcode/DerivedData/InYourArea-eiyjwvrcczwsppggxrszdzzzzsmr/Build/Intermediates.noindex/ArchiveIntermediates/InYourArea/BuildProductsPath/Release-iphoneos/include/cxxreact/JSExecutor.h:107:41: unused parameter 'pressureLevel' [-Wunused-parameter]
  2489.  
  2490. virtual void handleMemoryPressure(int pressureLevel) {}
  2491. ^
  2492.  
  2493.  
  2494.  
  2495. ⚠️ /Users/vagrant/git/node_modules/react-native/React/CxxBridge/RCTJSCHelpers.mm:23:35: unused parameter 'function' [-Wunused-parameter]
  2496.  
  2497. JSContextRef ctx, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount,
  2498. ^
  2499.  
  2500.  
  2501.  
  2502. ⚠️ /Users/vagrant/git/node_modules/react-native/React/CxxBridge/RCTJSCHelpers.mm:23:57: unused parameter 'thisObject' [-Wunused-parameter]
  2503.  
  2504. JSContextRef ctx, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount,
  2505. ^
  2506.  
  2507.  
  2508.  
  2509. ⚠️ /Users/vagrant/git/node_modules/react-native/React/CxxBridge/RCTJSCHelpers.mm:24:47: unused parameter 'exception' [-Wunused-parameter]
  2510.  
  2511. const JSValueRef arguments[], JSValueRef *exception) {
  2512. ^
  2513.  
  2514.  
  2515.  
  2516. ⚠️ /Users/vagrant/git/node_modules/react-native/React/CxxBridge/RCTJSCHelpers.mm:38:35: unused parameter 'function' [-Wunused-parameter]
  2517.  
  2518. JSContextRef ctx, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount,
  2519. ^
  2520.  
  2521.  
  2522.  
  2523. ⚠️ /Users/vagrant/git/node_modules/react-native/React/CxxBridge/RCTJSCHelpers.mm:38:57: unused parameter 'thisObject' [-Wunused-parameter]
  2524.  
  2525. JSContextRef ctx, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount,
  2526. ^
  2527.  
  2528.  
  2529.  
  2530. ⚠️ /Users/vagrant/git/node_modules/react-native/React/CxxBridge/RCTJSCHelpers.mm:38:76: unused parameter 'argumentCount' [-Wunused-parameter]
  2531.  
  2532. JSContextRef ctx, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount,
  2533. ^
  2534.  
  2535.  
  2536.  
  2537. ⚠️ /Users/vagrant/git/node_modules/react-native/React/CxxBridge/RCTJSCHelpers.mm:39:22: unused parameter 'arguments' [-Wunused-parameter]
  2538.  
  2539. const JSValueRef arguments[], JSValueRef *exception) {
  2540. ^
  2541.  
  2542.  
  2543.  
  2544. ⚠️ /Users/vagrant/git/node_modules/react-native/React/CxxBridge/RCTJSCHelpers.mm:39:47: unused parameter 'exception' [-Wunused-parameter]
  2545.  
  2546. const JSValueRef arguments[], JSValueRef *exception) {
  2547. ^
  2548.  
  2549.  
  2550.  
  2551. ⚠️ /Users/vagrant/git/node_modules/react-native/React/CxxBridge/RCTJSCHelpers.mm:46:83: unused parameter 'tag' [-Wunused-parameter]
  2552.  
  2553. ReactMarker::logTaggedMarker = [](const ReactMarker::ReactMarkerId, const char *tag) {};
  2554. ^
  2555.  
  2556.  
  2557. ▸ Compiling RCTI18nManager.m
  2558. ▸ Compiling RCTPackagerConnection.mm
  2559. ▸ Compiling RCTConvert+CoreLocation.m
  2560. ▸ Compiling RCTTabBarItemManager.m
  2561. ▸ Compiling RCTKeyCommands.m
  2562.  
  2563. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Base/RCTKeyCommands.m:366:49: unused parameter 'input' [-Wunused-parameter]
  2564.  
  2565. - (void)registerKeyCommandWithInput:(NSString *)input
  2566. ^
  2567.  
  2568.  
  2569.  
  2570. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Base/RCTKeyCommands.m:367:57: unused parameter 'flags' [-Wunused-parameter]
  2571.  
  2572. modifierFlags:(UIKeyModifierFlags)flags
  2573. ^
  2574.  
  2575.  
  2576.  
  2577. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Base/RCTKeyCommands.m:368:63: unused parameter 'block' [-Wunused-parameter]
  2578.  
  2579. action:(void (^)(UIKeyCommand *))block {}
  2580. ^
  2581.  
  2582.  
  2583.  
  2584. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Base/RCTKeyCommands.m:370:51: unused parameter 'input' [-Wunused-parameter]
  2585.  
  2586. - (void)unregisterKeyCommandWithInput:(NSString *)input
  2587. ^
  2588.  
  2589.  
  2590.  
  2591. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Base/RCTKeyCommands.m:371:59: unused parameter 'flags' [-Wunused-parameter]
  2592.  
  2593. modifierFlags:(UIKeyModifierFlags)flags {}
  2594. ^
  2595.  
  2596.  
  2597.  
  2598. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Base/RCTKeyCommands.m:373:52: unused parameter 'input' [-Wunused-parameter]
  2599.  
  2600. - (BOOL)isKeyCommandRegisteredForInput:(NSString *)input
  2601. ^
  2602.  
  2603.  
  2604.  
  2605. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Base/RCTKeyCommands.m:374:60: unused parameter 'flags' [-Wunused-parameter]
  2606.  
  2607. modifierFlags:(UIKeyModifierFlags)flags
  2608. ^
  2609.  
  2610.  
  2611.  
  2612. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Base/RCTKeyCommands.m:379:60: unused parameter 'input' [-Wunused-parameter]
  2613.  
  2614. - (void)registerDoublePressKeyCommandWithInput:(NSString *)input
  2615. ^
  2616.  
  2617.  
  2618.  
  2619. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Base/RCTKeyCommands.m:380:57: unused parameter 'flags' [-Wunused-parameter]
  2620.  
  2621. modifierFlags:(UIKeyModifierFlags)flags
  2622. ^
  2623.  
  2624.  
  2625.  
  2626. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Base/RCTKeyCommands.m:381:63: unused parameter 'block' [-Wunused-parameter]
  2627.  
  2628. action:(void (^)(UIKeyCommand *))block {}
  2629. ^
  2630.  
  2631.  
  2632.  
  2633. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Base/RCTKeyCommands.m:383:62: unused parameter 'input' [-Wunused-parameter]
  2634.  
  2635. - (void)unregisterDoublePressKeyCommandWithInput:(NSString *)input
  2636. ^
  2637.  
  2638.  
  2639.  
  2640. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Base/RCTKeyCommands.m:384:59: unused parameter 'flags' [-Wunused-parameter]
  2641.  
  2642. modifierFlags:(UIKeyModifierFlags)flags {}
  2643. ^
  2644.  
  2645.  
  2646.  
  2647. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Base/RCTKeyCommands.m:386:63: unused parameter 'input' [-Wunused-parameter]
  2648.  
  2649. - (BOOL)isDoublePressKeyCommandRegisteredForInput:(NSString *)input
  2650. ^
  2651.  
  2652.  
  2653.  
  2654. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Base/RCTKeyCommands.m:387:60: unused parameter 'flags' [-Wunused-parameter]
  2655.  
  2656. modifierFlags:(UIKeyModifierFlags)flags
  2657. ^
  2658.  
  2659.  
  2660. ▸ Compiling RCTUtils.m
  2661. ▸ Compiling RCTConvert+Transform.m
  2662. ▸ Compiling YGConfig.cpp
  2663. ▸ Compiling RCTRefreshControl.m
  2664. ▸ Compiling RCTDatePickerManager.m
  2665. ▸ Compiling RCTWebView.m
  2666.  
  2667. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Views/RCTWebView.m:55:60: 'UIScrollViewContentInsetAdjustmentNever' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
  2668.  
  2669. _webView.scrollView.contentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentNever;
  2670. ^
  2671.  
  2672.  
  2673.  
  2674. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Views/RCTWebView.m:55:27: 'setContentInsetAdjustmentBehavior:' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
  2675.  
  2676. _webView.scrollView.contentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentNever;
  2677. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2678.  
  2679.  
  2680.  
  2681. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Views/RCTWebView.m:250:18: 'stringByReplacingPercentEscapesUsingEncoding:' is deprecated: first deprecated in iOS 9.0 - Use -stringByRemovingPercentEncoding instead, which always uses the recommended UTF-8 encoding. [-Wdeprecated-declarations]
  2682.  
  2683. data = [data stringByReplacingPercentEscapesUsingEncoding:NSUTF8StringEncoding];
  2684. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2685.  
  2686.  
  2687. ▸ Compiling RCTBridge.m
  2688. ▸ Compiling RCTShadowView+Layout.m
  2689. ▸ Compiling RCTShadowView.m
  2690. ▸ Compiling RCTMaskedView.m
  2691.  
  2692. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Views/RCTMaskedView.m:27:33: unused parameter 'layer' [-Wunused-parameter]
  2693.  
  2694. - (void)displayLayer:(CALayer *)layer
  2695. ^
  2696.  
  2697.  
  2698. ▸ Compiling RCTWebViewManager.m
  2699. ▸ Compiling RCTPicker.m
  2700.  
  2701. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Views/RCTPicker.m:71:39: unused parameter 'pickerView' [-Wunused-parameter]
  2702.  
  2703. - (CGFloat)pickerView:(UIPickerView *)pickerView rowHeightForComponent:(NSInteger)component {
  2704. ^
  2705.  
  2706.  
  2707.  
  2708. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Views/RCTPicker.m:71:83: unused parameter 'component' [-Wunused-parameter]
  2709.  
  2710. - (CGFloat)pickerView:(UIPickerView *)pickerView rowHeightForComponent:(NSInteger)component {
  2711. ^
  2712.  
  2713.  
  2714. ▸ Compiling RCTTabBarItem.m
  2715.  
  2716. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Views/RCTTabBarItem.m:59:1: ivar '_testID' which backs the property is not referenced in this property's accessor [-Wunused-property-ivar]
  2717.  
  2718. - (void)setTestID:(NSString *)testID
  2719. ^
  2720.  
  2721.  
  2722. ▸ Compiling RCTModalHostView.m
  2723. ▸ Compiling RCTSurfaceSizeMeasureMode.mm
  2724. ▸ Compiling PrivateDataBase.cpp
  2725. ▸ Compiling RCTSegmentedControlManager.m
  2726. ▸ Compiling RCTPickerManager.m
  2727. ▸ Compiling RCTRefreshControlManager.m
  2728. ▸ Compiling RCTInspectorPackagerConnection.m
  2729. ▸ Compiling RCTBundleURLProvider.m
  2730. ▸ Compiling RCTActivityIndicatorView.m
  2731. ▸ Compiling RCTLayoutAnimationGroup.m
  2732. ▸ Compiling RCTNavigator.m
  2733.  
  2734. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Views/RCTNavigator.m:600:59: unused parameter 'wrapperViewController' [-Wunused-parameter]
  2735.  
  2736. - (void)wrapperViewController:(RCTWrapperViewController *)wrapperViewController
  2737. ^
  2738.  
  2739.  
  2740.  
  2741. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Views/RCTNavigator.m:601:57: unused parameter 'navigationController' [-Wunused-parameter]
  2742.  
  2743. didMoveToNavigationController:(UINavigationController *)navigationController
  2744. ^
  2745.  
  2746.  
  2747. ▸ Compiling RCTTabBar.m
  2748. ▸ Compiling RCTRedBox.m
  2749.  
  2750. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Modules/RCTRedBox.m:548:57: unused parameter 'errorCustomizer' [-Wunused-parameter]
  2751.  
  2752. - (void)registerErrorCustomizer:(id<RCTErrorCustomizer>)errorCustomizer {}
  2753. ^
  2754.  
  2755.  
  2756.  
  2757. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Modules/RCTRedBox.m:549:30: unused parameter 'message' [-Wunused-parameter]
  2758.  
  2759. - (void)showError:(NSError *)message {}
  2760. ^
  2761.  
  2762.  
  2763.  
  2764. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Modules/RCTRedBox.m:550:38: unused parameter 'message' [-Wunused-parameter]
  2765.  
  2766. - (void)showErrorMessage:(NSString *)message {}
  2767. ^
  2768.  
  2769.  
  2770.  
  2771. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Modules/RCTRedBox.m:551:38: unused parameter 'message' [-Wunused-parameter]
  2772.  
  2773. - (void)showErrorMessage:(NSString *)message withDetails:(NSString *)details {}
  2774. ^
  2775.  
  2776.  
  2777.  
  2778. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Modules/RCTRedBox.m:551:70: unused parameter 'details' [-Wunused-parameter]
  2779.  
  2780. - (void)showErrorMessage:(NSString *)message withDetails:(NSString *)details {}
  2781. ^
  2782.  
  2783.  
  2784.  
  2785. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Modules/RCTRedBox.m:552:38: unused parameter 'message' [-Wunused-parameter]
  2786.  
  2787. - (void)showErrorMessage:(NSString *)message withRawStack:(NSString *)rawStack {}
  2788. ^
  2789.  
  2790.  
  2791.  
  2792. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Modules/RCTRedBox.m:552:71: unused parameter 'rawStack' [-Wunused-parameter]
  2793.  
  2794. - (void)showErrorMessage:(NSString *)message withRawStack:(NSString *)rawStack {}
  2795. ^
  2796.  
  2797.  
  2798.  
  2799. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Modules/RCTRedBox.m:553:38: unused parameter 'message' [-Wunused-parameter]
  2800.  
  2801. - (void)showErrorMessage:(NSString *)message withStack:(NSArray<NSDictionary *> *)stack {}
  2802. ^
  2803.  
  2804.  
  2805.  
  2806. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Modules/RCTRedBox.m:553:83: unused parameter 'stack' [-Wunused-parameter]
  2807.  
  2808. - (void)showErrorMessage:(NSString *)message withStack:(NSArray<NSDictionary *> *)stack {}
  2809. ^
  2810.  
  2811.  
  2812.  
  2813. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Modules/RCTRedBox.m:554:40: unused parameter 'message' [-Wunused-parameter]
  2814.  
  2815. - (void)updateErrorMessage:(NSString *)message withStack:(NSArray<NSDictionary *> *)stack {}
  2816. ^
  2817.  
  2818.  
  2819.  
  2820. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Modules/RCTRedBox.m:554:85: unused parameter 'stack' [-Wunused-parameter]
  2821.  
  2822. - (void)updateErrorMessage:(NSString *)message withStack:(NSArray<NSDictionary *> *)stack {}
  2823. ^
  2824.  
  2825.  
  2826.  
  2827. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Modules/RCTRedBox.m:555:38: unused parameter 'message' [-Wunused-parameter]
  2828.  
  2829. - (void)showErrorMessage:(NSString *)message withParsedStack:(NSArray<RCTJSStackFrame *> *)stack {}
  2830. ^
  2831.  
  2832.  
  2833.  
  2834. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Modules/RCTRedBox.m:555:92: unused parameter 'stack' [-Wunused-parameter]
  2835.  
  2836. - (void)showErrorMessage:(NSString *)message withParsedStack:(NSArray<RCTJSStackFrame *> *)stack {}
  2837. ^
  2838.  
  2839.  
  2840.  
  2841. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Modules/RCTRedBox.m:556:40: unused parameter 'message' [-Wunused-parameter]
  2842.  
  2843. - (void)updateErrorMessage:(NSString *)message withParsedStack:(NSArray<RCTJSStackFrame *> *)stack {}
  2844. ^
  2845.  
  2846.  
  2847.  
  2848. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Modules/RCTRedBox.m:556:94: unused parameter 'stack' [-Wunused-parameter]
  2849.  
  2850. - (void)updateErrorMessage:(NSString *)message withParsedStack:(NSArray<RCTJSStackFrame *> *)stack {}
  2851. ^
  2852.  
  2853.  
  2854.  
  2855. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Modules/RCTRedBox.m:557:38: unused parameter 'message' [-Wunused-parameter]
  2856.  
  2857. - (void)showErrorMessage:(NSString *)message withStack:(NSArray<NSDictionary *> *)stack isUpdate:(BOOL)isUpdate {}
  2858. ^
  2859.  
  2860.  
  2861.  
  2862. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Modules/RCTRedBox.m:557:83: unused parameter 'stack' [-Wunused-parameter]
  2863.  
  2864. - (void)showErrorMessage:(NSString *)message withStack:(NSArray<NSDictionary *> *)stack isUpdate:(BOOL)isUpdate {}
  2865. ^
  2866.  
  2867.  
  2868.  
  2869. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Modules/RCTRedBox.m:557:104: unused parameter 'isUpdate' [-Wunused-parameter]
  2870.  
  2871. - (void)showErrorMessage:(NSString *)message withStack:(NSArray<NSDictionary *> *)stack isUpdate:(BOOL)isUpdate {}
  2872. ^
  2873.  
  2874.  
  2875. ▸ Compiling RCTJSCErrorHandling.mm
  2876. ▸ Compiling RCTSafeAreaView.m
  2877. ▸ Compiling RCTModalHostViewController.m
  2878. ▸ Compiling RCTNavItem.m
  2879. ▸ Compiling RCTEventDispatcher.m
  2880. ▸ Compiling RCTModalHostViewManager.m
  2881. ▸ Compiling RCTUIManager.m
  2882.  
  2883. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Modules/RCTUIManager.m:287:11: unused variable 'existingView' [-Wunused-variable]
  2884.  
  2885. UIView *existingView = _viewRegistry[reactTag];
  2886. ^
  2887.  
  2888.  
  2889.  
  2890. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Modules/RCTUIManager.m:1177:36: unused parameter 'uiManager' [-Wunused-parameter]
  2891.  
  2892. [self addUIBlock:^(RCTUIManager *uiManager, NSDictionary<NSNumber *, UIView *> *viewRegistry) {
  2893. ^
  2894.  
  2895.  
  2896.  
  2897. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Modules/RCTUIManager.m:1202:36: unused parameter 'uiManager' [-Wunused-parameter]
  2898.  
  2899. [self addUIBlock:^(RCTUIManager *uiManager, NSDictionary<NSNumber *, UIView *> *viewRegistry) {
  2900. ^
  2901.  
  2902.  
  2903. ▸ Compiling RCTNativeModule.mm
  2904.  
  2905. ⚠️ /Users/vagrant/Library/Developer/Xcode/DerivedData/InYourArea-eiyjwvrcczwsppggxrszdzzzzsmr/Build/Intermediates.noindex/ArchiveIntermediates/InYourArea/BuildProductsPath/Release-iphoneos/include/jschelpers/Value.h:116:86: unused parameter 'len' [-Wunused-parameter]
  2906.  
  2907. static String createExpectingAscii(JSContextRef context, const char* ascii, size_t len) {
  2908. ^
  2909.  
  2910.  
  2911.  
  2912. ⚠️ /Users/vagrant/Library/Developer/Xcode/DerivedData/InYourArea-eiyjwvrcczwsppggxrszdzzzzsmr/Build/Intermediates.noindex/ArchiveIntermediates/InYourArea/BuildProductsPath/Release-iphoneos/include/cxxreact/JSExecutor.h:107:41: unused parameter 'pressureLevel' [-Wunused-parameter]
  2913.  
  2914. virtual void handleMemoryPressure(int pressureLevel) {}
  2915. ^
  2916.  
  2917.  
  2918.  
  2919. ⚠️ /Users/vagrant/git/node_modules/react-native/React/CxxModule/RCTNativeModule.mm:65:93: lambda capture 'callId' is not used [-Wunused-lambda-capture]
  2920.  
  2921. dispatch_block_t block = [weakBridge, weakModuleData, methodId, params=std::move(params), callId] {
  2922. ^
  2923.  
  2924.  
  2925. ▸ Compiling RCTTouchEvent.m
  2926. ▸ Compiling RCTProfile.m
  2927. ▸ Compiling RCTComponentData.m
  2928. ▸ Compiling RCTNavigatorManager.m
  2929. ▸ Compiling RCTModalManager.m
  2930. ▸ Compiling RCTUIUtils.m
  2931. ▸ Compiling RCTCxxMethod.mm
  2932.  
  2933. ⚠️ /Users/vagrant/Library/Developer/Xcode/DerivedData/InYourArea-eiyjwvrcczwsppggxrszdzzzzsmr/Build/Intermediates.noindex/ArchiveIntermediates/InYourArea/BuildProductsPath/Release-iphoneos/include/jschelpers/Value.h:116:86: unused parameter 'len' [-Wunused-parameter]
  2934.  
  2935. static String createExpectingAscii(JSContextRef context, const char* ascii, size_t len) {
  2936. ^
  2937.  
  2938.  
  2939.  
  2940. ⚠️ /Users/vagrant/Library/Developer/Xcode/DerivedData/InYourArea-eiyjwvrcczwsppggxrszdzzzzsmr/Build/Intermediates.noindex/ArchiveIntermediates/InYourArea/BuildProductsPath/Release-iphoneos/include/cxxreact/JSExecutor.h:107:41: unused parameter 'pressureLevel' [-Wunused-parameter]
  2941.  
  2942. virtual void handleMemoryPressure(int pressureLevel) {}
  2943. ^
  2944.  
  2945.  
  2946. ▸ Compiling JSExecutor.cpp
  2947.  
  2948. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/JSExecutor.h:107:41: unused parameter 'pressureLevel' [-Wunused-parameter]
  2949.  
  2950. virtual void handleMemoryPressure(int pressureLevel) {}
  2951. ^
  2952.  
  2953.  
  2954. ▸ Compiling RCTUIManagerUtils.m
  2955. ▸ Compiling RCTShadowView+Internal.m
  2956. ▸ Compiling RCTStatusBarManager.m
  2957.  
  2958. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Modules/RCTStatusBarManager.m:111:29: 'setStatusBarStyle:animated:' is deprecated: first deprecated in iOS 9.0 - Use -[UIViewController preferredStatusBarStyle] [-Wdeprecated-declarations]
  2959.  
  2960. [RCTSharedApplication() setStatusBarStyle:statusBarStyle
  2961. ^
  2962.  
  2963.  
  2964.  
  2965. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Modules/RCTStatusBarManager.m:123:29: 'setStatusBarHidden:withAnimation:' is deprecated: first deprecated in iOS 9.0 - Use -[UIViewController prefersStatusBarHidden] [-Wdeprecated-declarations]
  2966.  
  2967. [RCTSharedApplication() setStatusBarHidden:hidden
  2968. ^
  2969.  
  2970.  
  2971. ▸ Compiling RCTSourceCode.m
  2972. ▸ Compiling RCTMultipartStreamReader.m
  2973. ▸ Compiling RCTFrameUpdate.m
  2974. ▸ Compiling RCTSurfaceHostingView.mm
  2975.  
  2976. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Base/Surface/SurfaceHostingView/RCTSurfaceHostingView.h:17:16: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness]
  2977.  
  2978. typedef UIView *(^RCTSurfaceHostingViewActivityIndicatorViewFactory)();
  2979. ^
  2980.  
  2981.  
  2982.  
  2983. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Base/Surface/SurfaceHostingView/RCTSurfaceHostingView.mm:223:31: unused parameter 'surface' [-Wunused-parameter]
  2984.  
  2985. - (void)surface:(RCTSurface *)surface didChangeStage:(RCTSurfaceStage)stage
  2986. ^
  2987.  
  2988.  
  2989.  
  2990. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Base/Surface/SurfaceHostingView/RCTSurfaceHostingView.mm:230:31: unused parameter 'surface' [-Wunused-parameter]
  2991.  
  2992. - (void)surface:(RCTSurface *)surface didChangeIntrinsicSize:(CGSize)intrinsicSize
  2993. ^
  2994.  
  2995.  
  2996.  
  2997. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Base/Surface/SurfaceHostingView/RCTSurfaceHostingView.mm:230:70: unused parameter 'intrinsicSize' [-Wunused-parameter]
  2998.  
  2999. - (void)surface:(RCTSurface *)surface didChangeIntrinsicSize:(CGSize)intrinsicSize
  3000. ^
  3001.  
  3002.  
  3003. ▸ Compiling RCTCxxBridge.mm
  3004.  
  3005. ⚠️ /Users/vagrant/Library/Developer/Xcode/DerivedData/InYourArea-eiyjwvrcczwsppggxrszdzzzzsmr/Build/Intermediates.noindex/ArchiveIntermediates/InYourArea/BuildProductsPath/Release-iphoneos/include/jschelpers/Value.h:116:86: unused parameter 'len' [-Wunused-parameter]
  3006.  
  3007. static String createExpectingAscii(JSContextRef context, const char* ascii, size_t len) {
  3008. ^
  3009.  
  3010.  
  3011.  
  3012. ⚠️ /Users/vagrant/Library/Developer/Xcode/DerivedData/InYourArea-eiyjwvrcczwsppggxrszdzzzzsmr/Build/Intermediates.noindex/ArchiveIntermediates/InYourArea/BuildProductsPath/Release-iphoneos/include/cxxreact/JSExecutor.h:107:41: unused parameter 'pressureLevel' [-Wunused-parameter]
  3013.  
  3014. virtual void handleMemoryPressure(int pressureLevel) {}
  3015. ^
  3016.  
  3017.  
  3018.  
  3019. ⚠️ /Users/vagrant/git/node_modules/react-native/React/CxxBridge/RCTCxxBridge.mm:86:12: moving a local object in a return statement prevents copy elision [-Wpessimizing-move]
  3020.  
  3021. return std::move(ret);
  3022. ^
  3023.  
  3024.  
  3025.  
  3026. ⚠️ /Users/vagrant/git/node_modules/react-native/React/CxxBridge/RCTCxxBridge.mm:104:113: unused parameter 'tag' [-Wunused-parameter]
  3027.  
  3028. ReactMarker::logTaggedMarker = [weakPerformanceLogger](const ReactMarker::ReactMarkerId markerId, const char *tag) {
  3029. ^~~~~~~~~~ ~
  3030.  
  3031.  
  3032.  
  3033. ⚠️ /Users/vagrant/git/node_modules/react-native/React/CxxBridge/RCTCxxBridge.mm:368:38: unused parameter 'progressData' [-Wunused-parameter]
  3034.  
  3035. } onProgress:^(RCTLoadingProgress *progressData) {
  3036. ^
  3037.  
  3038.  
  3039.  
  3040. ⚠️ /Users/vagrant/git/node_modules/react-native/React/CxxBridge/RCTCxxBridge.mm:650:25: unused variable 'moduleData' [-Wunused-variable]
  3041.  
  3042. for (RCTModuleData *moduleData in moduleDataById) {
  3043. ^
  3044.  
  3045.  
  3046.  
  3047. ⚠️ /Users/vagrant/git/node_modules/react-native/React/CxxBridge/RCTCxxBridge.mm:1245:43: unused parameter 'callback' [-Wunused-parameter]
  3048.  
  3049. - (void)stopProfiling:(void (^)(NSData *))callback
  3050. ^
  3051.  
  3052.  
  3053. ▸ Compiling RCTAlertManager.m
  3054. ▸ Compiling RCTSurfaceView.mm
  3055. ▸ Compiling RCTI18nUtil.m
  3056. ▸ Compiling RCTMaskedViewManager.m
  3057. ▸ Compiling RCTJSStackFrame.m
  3058. ▸ Compiling RCTObjcExecutor.mm
  3059.  
  3060. ⚠️ /Users/vagrant/Library/Developer/Xcode/DerivedData/InYourArea-eiyjwvrcczwsppggxrszdzzzzsmr/Build/Intermediates.noindex/ArchiveIntermediates/InYourArea/BuildProductsPath/Release-iphoneos/include/cxxreact/JSExecutor.h:107:41: unused parameter 'pressureLevel' [-Wunused-parameter]
  3061.  
  3062. virtual void handleMemoryPressure(int pressureLevel) {}
  3063. ^
  3064.  
  3065.  
  3066.  
  3067. ⚠️ /Users/vagrant/Library/Developer/Xcode/DerivedData/InYourArea-eiyjwvrcczwsppggxrszdzzzzsmr/Build/Intermediates.noindex/ArchiveIntermediates/InYourArea/BuildProductsPath/Release-iphoneos/include/jschelpers/Value.h:116:86: unused parameter 'len' [-Wunused-parameter]
  3068.  
  3069. static String createExpectingAscii(JSContextRef context, const char* ascii, size_t len) {
  3070. ^
  3071.  
  3072.  
  3073.  
  3074. ⚠️ /Users/vagrant/git/node_modules/react-native/React/CxxBridge/RCTObjcExecutor.mm:100:32: unused parameter 'bundleId' [-Wunused-parameter]
  3075.  
  3076. void registerBundle(uint32_t bundleId, const std::string &bundlePath) override {
  3077. ^
  3078.  
  3079.  
  3080.  
  3081. ⚠️ /Users/vagrant/git/node_modules/react-native/React/CxxBridge/RCTObjcExecutor.mm:100:61: unused parameter 'bundlePath' [-Wunused-parameter]
  3082.  
  3083. void registerBundle(uint32_t bundleId, const std::string &bundlePath) override {
  3084. ^
  3085.  
  3086.  
  3087. ▸ Compiling RCTSafeAreaViewManager.m
  3088. ▸ Compiling RCTConvert.m
  3089.  
  3090. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Base/RCTConvert.m:92:20: 'stringByAddingPercentEscapesUsingEncoding:' is deprecated: first deprecated in iOS 9.0 - Use -stringByAddingPercentEncodingWithAllowedCharacters: instead, which always uses the recommended UTF-8 encoding, and which encodes for a specific URL component or subcomponent since each URL component or subcomponent has different rules for what characters are valid. [-Wdeprecated-declarations]
  3091.  
  3092. path = [path stringByAddingPercentEscapesUsingEncoding:NSUTF8StringEncoding];
  3093. ^
  3094.  
  3095.  
  3096. ▸ Compiling RCTSegmentedControl.m
  3097. ▸ Compiling RCTRootView.m
  3098. ▸ Compiling RCTExceptionsManager.m
  3099. ▸ Compiling RCTDevMenu.m
  3100.  
  3101. ⚠️ /Users/vagrant/git/node_modules/react-native/React/DevSupport/RCTDevMenu.m:398:29: unused parameter 'title' [-Wunused-parameter]
  3102.  
  3103. - (void)addItem:(NSString *)title handler:(dispatch_block_t)handler {}
  3104. ^
  3105.  
  3106.  
  3107.  
  3108. ⚠️ /Users/vagrant/git/node_modules/react-native/React/DevSupport/RCTDevMenu.m:398:61: unused parameter 'handler' [-Wunused-parameter]
  3109.  
  3110. - (void)addItem:(NSString *)title handler:(dispatch_block_t)handler {}
  3111. ^
  3112.  
  3113.  
  3114.  
  3115. ⚠️ /Users/vagrant/git/node_modules/react-native/React/DevSupport/RCTDevMenu.m:399:31: unused parameter 'item' [-Wunused-parameter]
  3116.  
  3117. - (void)addItem:(RCTDevMenu *)item {}
  3118. ^
  3119.  
  3120.  
  3121.  
  3122. ⚠️ /Users/vagrant/git/node_modules/react-native/React/DevSupport/RCTDevMenu.m:406:49: unused parameter 'title' [-Wunused-parameter]
  3123.  
  3124. + (instancetype)buttonItemWithTitle:(NSString *)title handler:(void(^)(void))handler {return nil;}
  3125. ^
  3126.  
  3127.  
  3128.  
  3129. ⚠️ /Users/vagrant/git/node_modules/react-native/React/DevSupport/RCTDevMenu.m:406:78: unused parameter 'handler' [-Wunused-parameter]
  3130.  
  3131. + (instancetype)buttonItemWithTitle:(NSString *)title handler:(void(^)(void))handler {return nil;}
  3132. ^
  3133.  
  3134.  
  3135.  
  3136. ⚠️ /Users/vagrant/git/node_modules/react-native/React/DevSupport/RCTDevMenu.m:407:64: unused parameter 'titleBlock' [-Wunused-parameter]
  3137.  
  3138. + (instancetype)buttonItemWithTitleBlock:(NSString * (^)(void))titleBlock
  3139. ^
  3140.  
  3141.  
  3142.  
  3143. ⚠️ /Users/vagrant/git/node_modules/react-native/React/DevSupport/RCTDevMenu.m:408:57: unused parameter 'handler' [-Wunused-parameter]
  3144.  
  3145. handler:(void(^)(void))handler {return nil;}
  3146. ^
  3147.  
  3148.  
  3149. ▸ Compiling RCTRootShadowView.m
  3150. ▸ Compiling RCTMultipartDataTask.m
  3151. ▸ Compiling RCTBorderDrawing.m
  3152. ▸ Compiling RCTCxxConvert.m
  3153. ▸ Compiling RCTDatePicker.m
  3154. ▸ Compiling RCTAssert.m
  3155. ▸ Compiling RCTUIManagerObserverCoordinator.mm
  3156. ▸ Compiling RCTScrollContentViewManager.m
  3157. ▸ Compiling RCTSlider.m
  3158. ▸ Compiling RCTFollyConvert.mm
  3159. ▸ Compiling RCTAsyncLocalStorage.m
  3160. ▸ Compiling RCTInspectorDevServerHelper.mm
  3161. ▸ Compiling RCTDevSettings.mm
  3162.  
  3163. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Modules/RCTDevSettings.mm:550:66: unused parameter 'dataSource' [-Wunused-parameter]
  3164.  
  3165. - (instancetype)initWithDataSource:(id<RCTDevSettingsDataSource>)dataSource { return [super init]; }
  3166. ^
  3167.  
  3168.  
  3169.  
  3170. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Modules/RCTDevSettings.mm:554:33: unused parameter 'key' [-Wunused-parameter]
  3171.  
  3172. - (id)settingForKey:(NSString *)key { return nil; }
  3173. ^
  3174.  
  3175.  
  3176. ▸ Compiling RCTSurfaceStage.m
  3177. ▸ Compiling RCTProgressViewManager.m
  3178. ▸ Compiling RCTFPSGraph.m
  3179. ▸ Compiling RCTPackagerClient.m
  3180. ▸ Compiling RCTSwitch.m
  3181. ▸ Compiling RCTMessageThread.mm
  3182.  
  3183. ⚠️ /Users/vagrant/Library/Developer/Xcode/DerivedData/InYourArea-eiyjwvrcczwsppggxrszdzzzzsmr/Build/Intermediates.noindex/ArchiveIntermediates/InYourArea/BuildProductsPath/Release-iphoneos/include/jschelpers/Value.h:116:86: unused parameter 'len' [-Wunused-parameter]
  3184.  
  3185. static String createExpectingAscii(JSContextRef context, const char* ascii, size_t len) {
  3186. ^
  3187.  
  3188.  
  3189.  
  3190. ⚠️ /Users/vagrant/Library/Developer/Xcode/DerivedData/InYourArea-eiyjwvrcczwsppggxrszdzzzzsmr/Build/Intermediates.noindex/ArchiveIntermediates/InYourArea/BuildProductsPath/Release-iphoneos/include/cxxreact/JSExecutor.h:107:41: unused parameter 'pressureLevel' [-Wunused-parameter]
  3191.  
  3192. virtual void handleMemoryPressure(int pressureLevel) {}
  3193. ^
  3194.  
  3195.  
  3196. ▸ Compiling RCTSurface.mm
  3197.  
  3198. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Base/Surface/RCTSurface.mm:185:70: unused parameter 'notification' [-Wunused-parameter]
  3199.  
  3200. - (void)handleBridgeWillLoadJavaScriptNotification:(NSNotification *)notification
  3201. ^
  3202.  
  3203.  
  3204.  
  3205. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Base/Surface/RCTSurface.mm:508:45: unused parameter 'rootShadowView' [-Wunused-parameter]
  3206.  
  3207. - (void)rootShadowView:(RCTRootShadowView *)rootShadowView didChangeIntrinsicSize:(CGSize)intrinsicSize
  3208. ^
  3209.  
  3210.  
  3211.  
  3212. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Base/Surface/RCTSurface.mm:513:69: unused parameter 'rootShadowView' [-Wunused-parameter]
  3213.  
  3214. - (void)rootShadowViewDidStartRendering:(RCTSurfaceRootShadowView *)rootShadowView
  3215. ^
  3216.  
  3217.  
  3218.  
  3219. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Base/Surface/RCTSurface.mm:520:69: unused parameter 'rootShadowView' [-Wunused-parameter]
  3220.  
  3221. - (void)rootShadowViewDidStartLayingOut:(RCTSurfaceRootShadowView *)rootShadowView
  3222. ^
  3223.  
  3224.  
  3225.  
  3226. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Base/Surface/RCTSurface.mm:534:35: unused parameter 'manager' [-Wunused-parameter]
  3227.  
  3228. - (BOOL)uiManager:(RCTUIManager *)manager performMountingWithBlock:(RCTUIManagerMountingBlock)block
  3229. ^
  3230.  
  3231.  
  3232.  
  3233. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Base/Surface/RCTSurface.mm:550:53: unused parameter 'manager' [-Wunused-parameter]
  3234.  
  3235. - (void)uiManagerDidPerformMounting:(RCTUIManager *)manager
  3236. ^
  3237.  
  3238.  
  3239.  
  3240. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Base/Surface/RCTSurface.mm:31:17: method override for the designated initializer of the superclass '-init' not found [-Wobjc-designated-initializers]
  3241.  
  3242. @implementation RCTSurface {
  3243. ^
  3244.  
  3245.  
  3246. ▸ Compiling RCTSafeAreaShadowView.m
  3247.  
  3248. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Views/SafeAreaView/RCTSafeAreaShadowView.m:36:29: unused parameter 'value' [-Wunused-parameter]
  3249.  
  3250. - (void)setPadding:(YGValue)value {}
  3251. ^
  3252.  
  3253.  
  3254.  
  3255. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Views/SafeAreaView/RCTSafeAreaShadowView.m:37:33: unused parameter 'value' [-Wunused-parameter]
  3256.  
  3257. - (void)setPaddingLeft:(YGValue)value {}
  3258. ^
  3259.  
  3260.  
  3261.  
  3262. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Views/SafeAreaView/RCTSafeAreaShadowView.m:38:34: unused parameter 'value' [-Wunused-parameter]
  3263.  
  3264. - (void)setPaddingRight:(YGValue)value {}
  3265. ^
  3266.  
  3267.  
  3268.  
  3269. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Views/SafeAreaView/RCTSafeAreaShadowView.m:39:32: unused parameter 'value' [-Wunused-parameter]
  3270.  
  3271. - (void)setPaddingTop:(YGValue)value {}
  3272. ^
  3273.  
  3274.  
  3275.  
  3276. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Views/SafeAreaView/RCTSafeAreaShadowView.m:40:35: unused parameter 'value' [-Wunused-parameter]
  3277.  
  3278. - (void)setPaddingBottom:(YGValue)value {}
  3279. ^
  3280.  
  3281.  
  3282. ▸ Compiling RCTDisplayLink.m
  3283. ▸ Compiling RCTSwitchManager.m
  3284. ▸ Compiling RCTActivityIndicatorViewManager.m
  3285. ▸ Compiling RCTViewManager.m
  3286. ▸ Compiling RCTImageSource.m
  3287. ▸ Compiling RCTCxxUtils.mm
  3288.  
  3289. ⚠️ /Users/vagrant/Library/Developer/Xcode/DerivedData/InYourArea-eiyjwvrcczwsppggxrszdzzzzsmr/Build/Intermediates.noindex/ArchiveIntermediates/InYourArea/BuildProductsPath/Release-iphoneos/include/jschelpers/Value.h:116:86: unused parameter 'len' [-Wunused-parameter]
  3290.  
  3291. static String createExpectingAscii(JSContextRef context, const char* ascii, size_t len) {
  3292. ^
  3293.  
  3294.  
  3295.  
  3296. ⚠️ /Users/vagrant/Library/Developer/Xcode/DerivedData/InYourArea-eiyjwvrcczwsppggxrszdzzzzsmr/Build/Intermediates.noindex/ArchiveIntermediates/InYourArea/BuildProductsPath/Release-iphoneos/include/cxxreact/JSExecutor.h:107:41: unused parameter 'pressureLevel' [-Wunused-parameter]
  3297.  
  3298. virtual void handleMemoryPressure(int pressureLevel) {}
  3299. ^
  3300.  
  3301.  
  3302.  
  3303. ⚠️ /Users/vagrant/git/node_modules/react-native/React/CxxModule/DispatchMessageQueueThread.h:31:47: unused parameter 'func' [-Wunused-parameter]
  3304.  
  3305. void runOnQueueSync(std::function<void()>&& func) override {
  3306. ^
  3307.  
  3308.  
  3309. ▸ Compiling RCTModuleMethod.mm
  3310. ▸ Compiling RCTEventEmitter.m
  3311. ▸ Compiling RCTSurfaceRootShadowView.m
  3312. ▸ Compiling RCTJavaScriptLoader.mm
  3313. ▸ Compiling RCTVersion.m
  3314. ▸ Compiling RCTPerfMonitor.m
  3315. ▸ Compiling RCTLayoutAnimation.m
  3316. ▸ Compiling RCTCxxModule.mm
  3317. ▸ Compiling RCTScrollContentShadowView.m
  3318. ▸ Compiling RCTFont.mm
  3319.  
  3320. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Views/RCTFont.mm:55:27: comparison of integers of different signs: 'NSInteger' (aka 'long') and 'NSUInteger' (aka 'unsigned long') [-Wsign-compare]
  3321.  
  3322. for (NSInteger i = 0; i < fontNames.count; i++) {
  3323. ^
  3324.  
  3325.  
  3326. ▸ Compiling RCTTabBarManager.m
  3327. ▸ Compiling RCTScrollView.m
  3328.  
  3329. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Views/ScrollView/RCTScrollView.m:1032:44: 'UIScrollViewContentInsetAdjustmentBehavior' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
  3330.  
  3331. - (void)setContentInsetAdjustmentBehavior:(UIScrollViewContentInsetAdjustmentBehavior)behavior
  3332. ~ ^ ~~~~~~~~~~~~~~~
  3333.  
  3334.  
  3335.  
  3336. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Views/ScrollView/RCTScrollView.m:396:54: 'UIScrollViewContentInsetAdjustmentNever' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
  3337.  
  3338. _scrollView.contentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentNever;
  3339. ^
  3340.  
  3341.  
  3342.  
  3343. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Views/ScrollView/RCTScrollView.m:396:21: 'setContentInsetAdjustmentBehavior:' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
  3344.  
  3345. _scrollView.contentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentNever;
  3346. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3347.  
  3348.  
  3349.  
  3350. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Views/ScrollView/RCTScrollView.m:937:43: unused parameter 'uiManager' [-Wunused-parameter]
  3351.  
  3352. [manager prependUIBlock:^(RCTUIManager *uiManager, NSDictionary<NSNumber *, UIView *> *viewRegistry) {
  3353. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3354.  
  3355.  
  3356.  
  3357. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Views/ScrollView/RCTScrollView.m:937:90: unused parameter 'viewRegistry' [-Wunused-parameter]
  3358.  
  3359. [manager prependUIBlock:^(RCTUIManager *uiManager, NSDictionary<NSNumber *, UIView *> *viewRegistry) {
  3360. ^
  3361.  
  3362.  
  3363.  
  3364. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Views/ScrollView/RCTScrollView.m:954:39: unused parameter 'uiManager' [-Wunused-parameter]
  3365.  
  3366. [manager addUIBlock:^(RCTUIManager *uiManager, NSDictionary<NSNumber *, UIView *> *viewRegistry) {
  3367. ^
  3368.  
  3369.  
  3370.  
  3371. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Views/ScrollView/RCTScrollView.m:954:86: unused parameter 'viewRegistry' [-Wunused-parameter]
  3372.  
  3373. [manager addUIBlock:^(RCTUIManager *uiManager, NSDictionary<NSNumber *, UIView *> *viewRegistry) {
  3374. ^
  3375.  
  3376.  
  3377.  
  3378. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Views/ScrollView/RCTScrollView.m:1037:17: 'setContentInsetAdjustmentBehavior:' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
  3379.  
  3380. _scrollView.contentInsetAdjustmentBehavior = behavior;
  3381. ^
  3382.  
  3383.  
  3384. ▸ Compiling RCTScrollViewManager.m
  3385.  
  3386. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Views/ScrollView/RCTScrollViewManager.m:38:20: 'UIScrollViewContentInsetAdjustmentBehavior' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
  3387.  
  3388. RCT_ENUM_CONVERTER(UIScrollViewContentInsetAdjustmentBehavior, (@{
  3389. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3390.  
  3391.  
  3392.  
  3393. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Views/ScrollView/RCTScrollViewManager.m:39:19: 'UIScrollViewContentInsetAdjustmentAutomatic' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
  3394.  
  3395. @"automatic": @(UIScrollViewContentInsetAdjustmentAutomatic),
  3396. ^
  3397.  
  3398.  
  3399.  
  3400. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Views/ScrollView/RCTScrollViewManager.m:40:24: 'UIScrollViewContentInsetAdjustmentScrollableAxes' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
  3401.  
  3402. @"scrollableAxes": @(UIScrollViewContentInsetAdjustmentScrollableAxes),
  3403. ^~~~~~
  3404.  
  3405.  
  3406.  
  3407. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Views/ScrollView/RCTScrollViewManager.m:41:15: 'UIScrollViewContentInsetAdjustmentNever' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
  3408.  
  3409. @"never": @(UIScrollViewContentInsetAdjustmentNever),
  3410. ^~~~~~
  3411.  
  3412.  
  3413.  
  3414. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Views/ScrollView/RCTScrollViewManager.m:42:16: 'UIScrollViewContentInsetAdjustmentAlways' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
  3415.  
  3416. @"always": @(UIScrollViewContentInsetAdjustmentAlways),
  3417. ^~~~~~
  3418.  
  3419.  
  3420.  
  3421. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Views/ScrollView/RCTScrollViewManager.m:43:5: 'UIScrollViewContentInsetAdjustmentNever' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
  3422.  
  3423. }), UIScrollViewContentInsetAdjustmentNever, integerValue)
  3424. ^~~~~~
  3425.  
  3426.  
  3427. ▸ Compiling RCTJSCSamplingProfiler.m
  3428. ▸ Compiling RCTSurfaceRootView.mm
  3429. ▸ Compiling RCTManagedPointer.mm
  3430. ▸ Compiling RCTWrapperViewController.m
  3431. ▸ Compiling RCTReloadCommand.m
  3432. ▸ Compiling JSCTracing.cpp
  3433.  
  3434. ⚠️ /Users/vagrant/git/node_modules/react-native/ReactCommon/cxxreact/JSCTracing.cpp:311:47: unused parameter 'ctx' [-Wunused-parameter]
  3435.  
  3436. void addNativeTracingHooks(JSGlobalContextRef ctx) {
  3437. ^~~~
  3438.  
  3439.  
  3440. ▸ Compiling RCTInspector.mm
  3441. ▸ Compiling RCTAccessibilityManager.m
  3442. ▸ Compiling RCTDevLoadingView.m
  3443.  
  3444. ⚠️ /Users/vagrant/git/node_modules/react-native/React/DevSupport/RCTDevLoadingView.m:165:26: unused parameter 'enabled' [-Wunused-parameter]
  3445.  
  3446. + (void)setEnabled:(BOOL)enabled { }
  3447. ^
  3448.  
  3449.  
  3450.  
  3451. ⚠️ /Users/vagrant/git/node_modules/react-native/React/DevSupport/RCTDevLoadingView.m:166:33: unused parameter 'message' [-Wunused-parameter]
  3452.  
  3453. - (void)showMessage:(NSString *)message color:(UIColor *)color backgroundColor:(UIColor *)backgroundColor { }
  3454. ^
  3455.  
  3456.  
  3457.  
  3458. ⚠️ /Users/vagrant/git/node_modules/react-native/React/DevSupport/RCTDevLoadingView.m:166:58: unused parameter 'color' [-Wunused-parameter]
  3459.  
  3460. - (void)showMessage:(NSString *)message color:(UIColor *)color backgroundColor:(UIColor *)backgroundColor { }
  3461. ^
  3462.  
  3463.  
  3464.  
  3465. ⚠️ /Users/vagrant/git/node_modules/react-native/React/DevSupport/RCTDevLoadingView.m:166:91: unused parameter 'backgroundColor' [-Wunused-parameter]
  3466.  
  3467. - (void)showMessage:(NSString *)message color:(UIColor *)color backgroundColor:(UIColor *)backgroundColor { }
  3468. ^
  3469.  
  3470.  
  3471.  
  3472. ⚠️ /Users/vagrant/git/node_modules/react-native/React/DevSupport/RCTDevLoadingView.m:167:30: unused parameter 'URL' [-Wunused-parameter]
  3473.  
  3474. - (void)showWithURL:(NSURL *)URL { }
  3475. ^
  3476.  
  3477.  
  3478.  
  3479. ⚠️ /Users/vagrant/git/node_modules/react-native/React/DevSupport/RCTDevLoadingView.m:168:46: unused parameter 'progress' [-Wunused-parameter]
  3480.  
  3481. - (void)updateProgress:(RCTLoadingProgress *)progress { }
  3482. ^
  3483.  
  3484.  
  3485. ▸ Compiling RCTTiming.m
  3486. ▸ Compiling RCTAppState.m
  3487. ▸ Compiling RCTRootContentView.m
  3488. ▸ Compiling UIView+React.m
  3489. ▸ Compiling RCTLayout.m
  3490. ▸ Compiling RCTRedBoxExtraDataViewController.m
  3491.  
  3492. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Modules/RCTRedBoxExtraDataViewController.m:46:39: 'UILineBreakModeWordWrap' is deprecated: first deprecated in iOS 6.0 [-Wdeprecated-declarations]
  3493.  
  3494. self.keyLabel.lineBreakMode = UILineBreakModeWordWrap;
  3495. ^
  3496.  
  3497.  
  3498.  
  3499. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Modules/RCTRedBoxExtraDataViewController.m:66:41: 'UILineBreakModeWordWrap' is deprecated: first deprecated in iOS 6.0 [-Wdeprecated-declarations]
  3500.  
  3501. self.valueLabel.lineBreakMode = UILineBreakModeWordWrap;
  3502. ^
  3503.  
  3504.  
  3505.  
  3506. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Modules/RCTRedBoxExtraDataViewController.m:184:39: unused parameter 'tableView' [-Wunused-parameter]
  3507.  
  3508. - (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section
  3509. ^
  3510.  
  3511.  
  3512.  
  3513. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Modules/RCTRedBoxExtraDataViewController.m:189:37: unused parameter 'tableView' [-Wunused-parameter]
  3514.  
  3515. - (CGFloat)tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)section
  3516. ^
  3517.  
  3518.  
  3519.  
  3520. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Modules/RCTRedBoxExtraDataViewController.m:189:83: unused parameter 'section' [-Wunused-parameter]
  3521.  
  3522. - (CGFloat)tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)section
  3523. ^
  3524.  
  3525.  
  3526.  
  3527. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Modules/RCTRedBoxExtraDataViewController.m:194:38: unused parameter 'tableView' [-Wunused-parameter]
  3528.  
  3529. - (UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section
  3530. ^
  3531.  
  3532.  
  3533.  
  3534. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Modules/RCTRedBoxExtraDataViewController.m:240:57: unused parameter 'tableView' [-Wunused-parameter]
  3535.  
  3536. - (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView
  3537. ^
  3538.  
  3539.  
  3540. ▸ Compiling RCTSliderManager.m
  3541. ▸ Compiling RCTDeviceInfo.m
  3542. ▸ Compiling NSDataBigString.mm
  3543. ▸ Compiling RCTClipboard.m
  3544. ▸ Compiling RCTModuleData.mm
  3545. ▸ Compiling RCTPerformanceLogger.m
  3546. ▸ Compiling RCTTouchHandler.m
  3547. ▸ Compiling RCTErrorInfo.m
  3548. ▸ Compiling RCTLog.mm
  3549.  
  3550. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Base/RCTLog.mm:186:29: unused function 'nativeStackFrameRegex' [-Wunused-function]
  3551.  
  3552. static NSRegularExpression *nativeStackFrameRegex()
  3553. ^
  3554.  
  3555.  
  3556. ▸ Compiling RCTNavItemManager.m
  3557. ▸ Compiling RCTParserUtils.m
  3558. ▸ Compiling RCTSafeAreaViewLocalData.m
  3559. ▸ Compiling RCTView.m
  3560. ▸ Compiling RCTPlatform.m
  3561. ▸ Compiling InspectorInterfaces.cpp
  3562. ▸ Compiling RCTScrollContentView.m
  3563. ▸ Compiling RCTKeyboardObserver.m
  3564. ▸ Compiling RCTJSCHelpers.mm
  3565.  
  3566. ⚠️ /Users/vagrant/Library/Developer/Xcode/DerivedData/InYourArea-eiyjwvrcczwsppggxrszdzzzzsmr/Build/Intermediates.noindex/ArchiveIntermediates/InYourArea/BuildProductsPath/Release-iphoneos/include/jschelpers/Value.h:116:86: unused parameter 'len' [-Wunused-parameter]
  3567.  
  3568. static String createExpectingAscii(JSContextRef context, const char* ascii, size_t len) {
  3569. ^
  3570.  
  3571.  
  3572.  
  3573. ⚠️ /Users/vagrant/Library/Developer/Xcode/DerivedData/InYourArea-eiyjwvrcczwsppggxrszdzzzzsmr/Build/Intermediates.noindex/ArchiveIntermediates/InYourArea/BuildProductsPath/Release-iphoneos/include/cxxreact/JSExecutor.h:107:41: unused parameter 'pressureLevel' [-Wunused-parameter]
  3574.  
  3575. virtual void handleMemoryPressure(int pressureLevel) {}
  3576. ^
  3577.  
  3578.  
  3579.  
  3580. ⚠️ /Users/vagrant/git/node_modules/react-native/React/CxxBridge/RCTJSCHelpers.mm:23:35: unused parameter 'function' [-Wunused-parameter]
  3581.  
  3582. JSContextRef ctx, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount,
  3583. ^
  3584.  
  3585.  
  3586.  
  3587. ⚠️ /Users/vagrant/git/node_modules/react-native/React/CxxBridge/RCTJSCHelpers.mm:23:57: unused parameter 'thisObject' [-Wunused-parameter]
  3588.  
  3589. JSContextRef ctx, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount,
  3590. ^
  3591.  
  3592.  
  3593.  
  3594. ⚠️ /Users/vagrant/git/node_modules/react-native/React/CxxBridge/RCTJSCHelpers.mm:24:47: unused parameter 'exception' [-Wunused-parameter]
  3595.  
  3596. const JSValueRef arguments[], JSValueRef *exception) {
  3597. ^
  3598.  
  3599.  
  3600.  
  3601. ⚠️ /Users/vagrant/git/node_modules/react-native/React/CxxBridge/RCTJSCHelpers.mm:38:35: unused parameter 'function' [-Wunused-parameter]
  3602.  
  3603. JSContextRef ctx, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount,
  3604. ^
  3605.  
  3606.  
  3607.  
  3608. ⚠️ /Users/vagrant/git/node_modules/react-native/React/CxxBridge/RCTJSCHelpers.mm:38:57: unused parameter 'thisObject' [-Wunused-parameter]
  3609.  
  3610. JSContextRef ctx, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount,
  3611. ^
  3612.  
  3613.  
  3614.  
  3615. ⚠️ /Users/vagrant/git/node_modules/react-native/React/CxxBridge/RCTJSCHelpers.mm:38:76: unused parameter 'argumentCount' [-Wunused-parameter]
  3616.  
  3617. JSContextRef ctx, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount,
  3618. ^
  3619.  
  3620.  
  3621.  
  3622. ⚠️ /Users/vagrant/git/node_modules/react-native/React/CxxBridge/RCTJSCHelpers.mm:39:22: unused parameter 'arguments' [-Wunused-parameter]
  3623.  
  3624. const JSValueRef arguments[], JSValueRef *exception) {
  3625. ^
  3626.  
  3627.  
  3628.  
  3629. ⚠️ /Users/vagrant/git/node_modules/react-native/React/CxxBridge/RCTJSCHelpers.mm:39:47: unused parameter 'exception' [-Wunused-parameter]
  3630.  
  3631. const JSValueRef arguments[], JSValueRef *exception) {
  3632. ^
  3633.  
  3634.  
  3635.  
  3636. ⚠️ /Users/vagrant/git/node_modules/react-native/React/CxxBridge/RCTJSCHelpers.mm:46:83: unused parameter 'tag' [-Wunused-parameter]
  3637.  
  3638. ReactMarker::logTaggedMarker = [](const ReactMarker::ReactMarkerId, const char *tag) {};
  3639. ^
  3640.  
  3641.  
  3642. ▸ Compiling RCTI18nManager.m
  3643. ▸ Compiling RCTPackagerConnection.mm
  3644. ▸ Compiling RCTConvert+CoreLocation.m
  3645. ▸ Compiling RCTTabBarItemManager.m
  3646. ▸ Compiling RCTKeyCommands.m
  3647.  
  3648. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Base/RCTKeyCommands.m:366:49: unused parameter 'input' [-Wunused-parameter]
  3649.  
  3650. - (void)registerKeyCommandWithInput:(NSString *)input
  3651. ^
  3652.  
  3653.  
  3654.  
  3655. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Base/RCTKeyCommands.m:367:57: unused parameter 'flags' [-Wunused-parameter]
  3656.  
  3657. modifierFlags:(UIKeyModifierFlags)flags
  3658. ^
  3659.  
  3660.  
  3661.  
  3662. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Base/RCTKeyCommands.m:368:63: unused parameter 'block' [-Wunused-parameter]
  3663.  
  3664. action:(void (^)(UIKeyCommand *))block {}
  3665. ^
  3666.  
  3667.  
  3668.  
  3669. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Base/RCTKeyCommands.m:370:51: unused parameter 'input' [-Wunused-parameter]
  3670.  
  3671. - (void)unregisterKeyCommandWithInput:(NSString *)input
  3672. ^
  3673.  
  3674.  
  3675.  
  3676. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Base/RCTKeyCommands.m:371:59: unused parameter 'flags' [-Wunused-parameter]
  3677.  
  3678. modifierFlags:(UIKeyModifierFlags)flags {}
  3679. ^
  3680.  
  3681.  
  3682.  
  3683. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Base/RCTKeyCommands.m:373:52: unused parameter 'input' [-Wunused-parameter]
  3684.  
  3685. - (BOOL)isKeyCommandRegisteredForInput:(NSString *)input
  3686. ^
  3687.  
  3688.  
  3689.  
  3690. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Base/RCTKeyCommands.m:374:60: unused parameter 'flags' [-Wunused-parameter]
  3691.  
  3692. modifierFlags:(UIKeyModifierFlags)flags
  3693. ^
  3694.  
  3695.  
  3696.  
  3697. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Base/RCTKeyCommands.m:379:60: unused parameter 'input' [-Wunused-parameter]
  3698.  
  3699. - (void)registerDoublePressKeyCommandWithInput:(NSString *)input
  3700. ^
  3701.  
  3702.  
  3703.  
  3704. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Base/RCTKeyCommands.m:380:57: unused parameter 'flags' [-Wunused-parameter]
  3705.  
  3706. modifierFlags:(UIKeyModifierFlags)flags
  3707. ^
  3708.  
  3709.  
  3710.  
  3711. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Base/RCTKeyCommands.m:381:63: unused parameter 'block' [-Wunused-parameter]
  3712.  
  3713. action:(void (^)(UIKeyCommand *))block {}
  3714. ^
  3715.  
  3716.  
  3717.  
  3718. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Base/RCTKeyCommands.m:383:62: unused parameter 'input' [-Wunused-parameter]
  3719.  
  3720. - (void)unregisterDoublePressKeyCommandWithInput:(NSString *)input
  3721. ^
  3722.  
  3723.  
  3724.  
  3725. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Base/RCTKeyCommands.m:384:59: unused parameter 'flags' [-Wunused-parameter]
  3726.  
  3727. modifierFlags:(UIKeyModifierFlags)flags {}
  3728. ^
  3729.  
  3730.  
  3731.  
  3732. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Base/RCTKeyCommands.m:386:63: unused parameter 'input' [-Wunused-parameter]
  3733.  
  3734. - (BOOL)isDoublePressKeyCommandRegisteredForInput:(NSString *)input
  3735. ^
  3736.  
  3737.  
  3738.  
  3739. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Base/RCTKeyCommands.m:387:60: unused parameter 'flags' [-Wunused-parameter]
  3740.  
  3741. modifierFlags:(UIKeyModifierFlags)flags
  3742. ^
  3743.  
  3744.  
  3745. ▸ Compiling RCTUtils.m
  3746. ▸ Compiling RCTConvert+Transform.m
  3747. ▸ Compiling YGConfig.cpp
  3748. ▸ Compiling RCTRefreshControl.m
  3749. ▸ Compiling RCTDatePickerManager.m
  3750. ▸ Compiling RCTWebView.m
  3751.  
  3752. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Views/RCTWebView.m:55:60: 'UIScrollViewContentInsetAdjustmentNever' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
  3753.  
  3754. _webView.scrollView.contentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentNever;
  3755. ^
  3756.  
  3757.  
  3758.  
  3759. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Views/RCTWebView.m:55:27: 'setContentInsetAdjustmentBehavior:' is only available on iOS 11.0 or newer [-Wunguarded-availability-new]
  3760.  
  3761. _webView.scrollView.contentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentNever;
  3762. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3763.  
  3764.  
  3765.  
  3766. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Views/RCTWebView.m:250:18: 'stringByReplacingPercentEscapesUsingEncoding:' is deprecated: first deprecated in iOS 9.0 - Use -stringByRemovingPercentEncoding instead, which always uses the recommended UTF-8 encoding. [-Wdeprecated-declarations]
  3767.  
  3768. data = [data stringByReplacingPercentEscapesUsingEncoding:NSUTF8StringEncoding];
  3769. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3770.  
  3771.  
  3772. ▸ Compiling RCTBridge.m
  3773. ▸ Compiling RCTShadowView+Layout.m
  3774. ▸ Compiling RCTShadowView.m
  3775. ▸ Compiling RCTMaskedView.m
  3776.  
  3777. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Views/RCTMaskedView.m:27:33: unused parameter 'layer' [-Wunused-parameter]
  3778.  
  3779. - (void)displayLayer:(CALayer *)layer
  3780. ^
  3781.  
  3782.  
  3783. ▸ Compiling RCTWebViewManager.m
  3784. ▸ Compiling RCTPicker.m
  3785.  
  3786. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Views/RCTPicker.m:71:39: unused parameter 'pickerView' [-Wunused-parameter]
  3787.  
  3788. - (CGFloat)pickerView:(UIPickerView *)pickerView rowHeightForComponent:(NSInteger)component {
  3789. ^
  3790.  
  3791.  
  3792.  
  3793. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Views/RCTPicker.m:71:83: unused parameter 'component' [-Wunused-parameter]
  3794.  
  3795. - (CGFloat)pickerView:(UIPickerView *)pickerView rowHeightForComponent:(NSInteger)component {
  3796. ^
  3797.  
  3798.  
  3799. ▸ Compiling RCTTabBarItem.m
  3800.  
  3801. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Views/RCTTabBarItem.m:59:1: ivar '_testID' which backs the property is not referenced in this property's accessor [-Wunused-property-ivar]
  3802.  
  3803. - (void)setTestID:(NSString *)testID
  3804. ^
  3805.  
  3806.  
  3807. ▸ Compiling RCTModalHostView.m
  3808. ▸ Compiling RCTSurfaceSizeMeasureMode.mm
  3809. ▸ Compiling PrivateDataBase.cpp
  3810. ▸ Compiling RCTSegmentedControlManager.m
  3811. ▸ Compiling RCTPickerManager.m
  3812. ▸ Compiling RCTRefreshControlManager.m
  3813. ▸ Compiling RCTInspectorPackagerConnection.m
  3814. ▸ Compiling RCTBundleURLProvider.m
  3815. ▸ Compiling RCTActivityIndicatorView.m
  3816. ▸ Compiling RCTLayoutAnimationGroup.m
  3817. ▸ Compiling RCTNavigator.m
  3818.  
  3819. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Views/RCTNavigator.m:600:59: unused parameter 'wrapperViewController' [-Wunused-parameter]
  3820.  
  3821. - (void)wrapperViewController:(RCTWrapperViewController *)wrapperViewController
  3822. ^
  3823.  
  3824.  
  3825.  
  3826. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Views/RCTNavigator.m:601:57: unused parameter 'navigationController' [-Wunused-parameter]
  3827.  
  3828. didMoveToNavigationController:(UINavigationController *)navigationController
  3829. ^
  3830.  
  3831.  
  3832. ▸ Compiling RCTTabBar.m
  3833. ▸ Compiling RCTRedBox.m
  3834.  
  3835. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Modules/RCTRedBox.m:548:57: unused parameter 'errorCustomizer' [-Wunused-parameter]
  3836.  
  3837. - (void)registerErrorCustomizer:(id<RCTErrorCustomizer>)errorCustomizer {}
  3838. ^
  3839.  
  3840.  
  3841.  
  3842. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Modules/RCTRedBox.m:549:30: unused parameter 'message' [-Wunused-parameter]
  3843.  
  3844. - (void)showError:(NSError *)message {}
  3845. ^
  3846.  
  3847.  
  3848.  
  3849. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Modules/RCTRedBox.m:550:38: unused parameter 'message' [-Wunused-parameter]
  3850.  
  3851. - (void)showErrorMessage:(NSString *)message {}
  3852. ^
  3853.  
  3854.  
  3855.  
  3856. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Modules/RCTRedBox.m:551:38: unused parameter 'message' [-Wunused-parameter]
  3857.  
  3858. - (void)showErrorMessage:(NSString *)message withDetails:(NSString *)details {}
  3859. ^
  3860.  
  3861.  
  3862.  
  3863. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Modules/RCTRedBox.m:551:70: unused parameter 'details' [-Wunused-parameter]
  3864.  
  3865. - (void)showErrorMessage:(NSString *)message withDetails:(NSString *)details {}
  3866. ^
  3867.  
  3868.  
  3869.  
  3870. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Modules/RCTRedBox.m:552:38: unused parameter 'message' [-Wunused-parameter]
  3871.  
  3872. - (void)showErrorMessage:(NSString *)message withRawStack:(NSString *)rawStack {}
  3873. ^
  3874.  
  3875.  
  3876.  
  3877. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Modules/RCTRedBox.m:552:71: unused parameter 'rawStack' [-Wunused-parameter]
  3878.  
  3879. - (void)showErrorMessage:(NSString *)message withRawStack:(NSString *)rawStack {}
  3880. ^
  3881.  
  3882.  
  3883.  
  3884. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Modules/RCTRedBox.m:553:38: unused parameter 'message' [-Wunused-parameter]
  3885.  
  3886. - (void)showErrorMessage:(NSString *)message withStack:(NSArray<NSDictionary *> *)stack {}
  3887. ^
  3888.  
  3889.  
  3890.  
  3891. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Modules/RCTRedBox.m:553:83: unused parameter 'stack' [-Wunused-parameter]
  3892.  
  3893. - (void)showErrorMessage:(NSString *)message withStack:(NSArray<NSDictionary *> *)stack {}
  3894. ^
  3895.  
  3896.  
  3897.  
  3898. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Modules/RCTRedBox.m:554:40: unused parameter 'message' [-Wunused-parameter]
  3899.  
  3900. - (void)updateErrorMessage:(NSString *)message withStack:(NSArray<NSDictionary *> *)stack {}
  3901. ^
  3902.  
  3903.  
  3904.  
  3905. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Modules/RCTRedBox.m:554:85: unused parameter 'stack' [-Wunused-parameter]
  3906.  
  3907. - (void)updateErrorMessage:(NSString *)message withStack:(NSArray<NSDictionary *> *)stack {}
  3908. ^
  3909.  
  3910.  
  3911.  
  3912. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Modules/RCTRedBox.m:555:38: unused parameter 'message' [-Wunused-parameter]
  3913.  
  3914. - (void)showErrorMessage:(NSString *)message withParsedStack:(NSArray<RCTJSStackFrame *> *)stack {}
  3915. ^
  3916.  
  3917.  
  3918.  
  3919. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Modules/RCTRedBox.m:555:92: unused parameter 'stack' [-Wunused-parameter]
  3920.  
  3921. - (void)showErrorMessage:(NSString *)message withParsedStack:(NSArray<RCTJSStackFrame *> *)stack {}
  3922. ^
  3923.  
  3924.  
  3925.  
  3926. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Modules/RCTRedBox.m:556:40: unused parameter 'message' [-Wunused-parameter]
  3927.  
  3928. - (void)updateErrorMessage:(NSString *)message withParsedStack:(NSArray<RCTJSStackFrame *> *)stack {}
  3929. ^
  3930.  
  3931.  
  3932.  
  3933. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Modules/RCTRedBox.m:556:94: unused parameter 'stack' [-Wunused-parameter]
  3934.  
  3935. - (void)updateErrorMessage:(NSString *)message withParsedStack:(NSArray<RCTJSStackFrame *> *)stack {}
  3936. ^
  3937.  
  3938.  
  3939.  
  3940. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Modules/RCTRedBox.m:557:38: unused parameter 'message' [-Wunused-parameter]
  3941.  
  3942. - (void)showErrorMessage:(NSString *)message withStack:(NSArray<NSDictionary *> *)stack isUpdate:(BOOL)isUpdate {}
  3943. ^
  3944.  
  3945.  
  3946.  
  3947. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Modules/RCTRedBox.m:557:83: unused parameter 'stack' [-Wunused-parameter]
  3948.  
  3949. - (void)showErrorMessage:(NSString *)message withStack:(NSArray<NSDictionary *> *)stack isUpdate:(BOOL)isUpdate {}
  3950. ^
  3951.  
  3952.  
  3953.  
  3954. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Modules/RCTRedBox.m:557:104: unused parameter 'isUpdate' [-Wunused-parameter]
  3955.  
  3956. - (void)showErrorMessage:(NSString *)message withStack:(NSArray<NSDictionary *> *)stack isUpdate:(BOOL)isUpdate {}
  3957. ^
  3958.  
  3959.  
  3960. ▸ Compiling RCTJSCErrorHandling.mm
  3961. ▸ Compiling RCTSafeAreaView.m
  3962. ▸ Compiling RCTModalHostViewController.m
  3963. ▸ Compiling RCTNavItem.m
  3964. ▸ Compiling RCTEventDispatcher.m
  3965. ▸ Compiling RCTModalHostViewManager.m
  3966. ▸ Compiling RCTUIManager.m
  3967.  
  3968. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Modules/RCTUIManager.m:287:11: unused variable 'existingView' [-Wunused-variable]
  3969.  
  3970. UIView *existingView = _viewRegistry[reactTag];
  3971. ^
  3972.  
  3973.  
  3974.  
  3975. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Modules/RCTUIManager.m:1177:36: unused parameter 'uiManager' [-Wunused-parameter]
  3976.  
  3977. [self addUIBlock:^(RCTUIManager *uiManager, NSDictionary<NSNumber *, UIView *> *viewRegistry) {
  3978. ^
  3979.  
  3980.  
  3981.  
  3982. ⚠️ /Users/vagrant/git/node_modules/react-native/React/Modules/RCTUIManager.m:1202:36: unused parameter 'uiManager' [-Wunused-parameter]
  3983.  
  3984. [self addUIBlock:^(RCTUIManager *uiManager, NSDictionary<NSNumber *, UIView *> *viewRegistry) {
  3985. ^
  3986.  
  3987.  
  3988. ▸ Compiling RCTNativeModule.mm
  3989.  
  3990. ⚠️ /Users/vagrant/Library/Developer/Xcode/DerivedData/InYourArea-eiyjwvrcczwsppggxrszdzzzzsmr/Build/Intermediates.noindex/ArchiveIntermediates/InYourArea/BuildProductsPath/Release-iphoneos/include/jschelpers/Value.h:116:86: unused parameter 'len' [-Wunused-parameter]
  3991.  
  3992. static String createExpectingAscii(JSContextRef context, const char* ascii, size_t len) {
  3993. ^
  3994.  
  3995.  
  3996.  
  3997. ⚠️ /Users/vagrant/Library/Developer/Xcode/DerivedData/InYourArea-eiyjwvrcczwsppggxrszdzzzzsmr/Build/Intermediates.noindex/ArchiveIntermediates/InYourArea/BuildProductsPath/Release-iphoneos/include/cxxreact/JSExecutor.h:107:41: unused parameter 'pressureLevel' [-Wunused-parameter]
  3998.  
  3999. virtual void handleMemoryPressure(int pressureLevel) {}
  4000. ^
  4001.  
  4002.  
  4003.  
  4004. ⚠️ /Users/vagrant/git/node_modules/react-native/React/CxxModule/RCTNativeModule.mm:65:93: lambda capture 'callId' is not used [-Wunused-lambda-capture]
  4005.  
  4006. dispatch_block_t block = [weakBridge, weakModuleData, methodId, params=std::move(params), callId] {
  4007. ^
  4008.  
  4009.  
  4010. ▸ Compiling RCTTouchEvent.m
  4011. ▸ Compiling RCTProfile.m
  4012. ▸ Compiling RCTComponentData.m
  4013. ▸ Compiling RCTNavigatorManager.m
  4014. ▸ Compiling RCTModalManager.m
  4015. ▸ Compiling RCTUIUtils.m
  4016. ▸ Building library libReact.a
  4017. ▸ Building library libReact.a
  4018. ▸ Running script 'Include RCTJSCProfiler'
  4019. ▸ Building RCTText/RCTText [Release]
  4020. ▸ Check Dependencies
  4021. ▸ Copying BaseText/RCTBaseTextShadowView.h
  4022. ▸ Copying RCTTextTransform.h
  4023. ▸ Copying BaseText/RCTBaseTextViewManager.h
  4024. ▸ Copying RawText/RCTRawTextShadowView.h
  4025. ▸ Copying RawText/RCTRawTextViewManager.h
  4026. ▸ Copying RCTConvert+Text.h
  4027. ▸ Copying RCTTextAttributes.h
  4028. ▸ Copying Text/NSTextStorage+FontScaling.h
  4029. ▸ Copying Text/RCTTextShadowView.h
  4030. ▸ Copying Text/RCTTextView.h
  4031. ▸ Copying Text/RCTTextViewManager.h
  4032. ▸ Copying TextInput/Multiline/RCTMultilineTextInputView.h
  4033. ▸ Copying TextInput/Multiline/RCTMultilineTextInputViewManager.h
  4034. ▸ Copying TextInput/Multiline/RCTUITextView.h
  4035. ▸ Copying TextInput/RCTBackedTextInputDelegate.h
  4036. ▸ Copying TextInput/RCTBackedTextInputDelegateAdapter.h
  4037. ▸ Copying TextInput/RCTBackedTextInputViewProtocol.h
  4038. ▸ Copying TextInput/RCTBaseTextInputShadowView.h
  4039. ▸ Copying TextInput/RCTBaseTextInputView.h
  4040. ▸ Copying TextInput/RCTBaseTextInputViewManager.h
  4041. ▸ Copying TextInput/RCTTextSelection.h
  4042. ▸ Copying TextInput/Singleline/RCTSinglelineTextInputView.h
  4043. ▸ Copying TextInput/Singleline/RCTSinglelineTextInputViewManager.h
  4044. ▸ Copying TextInput/Singleline/RCTUITextField.h
  4045. ▸ Copying VirtualText/RCTVirtualTextShadowView.h
  4046. ▸ Copying VirtualText/RCTVirtualTextViewManager.h
  4047. ▸ Compiling RCTBaseTextShadowView.m
  4048. ▸ Compiling RCTTextShadowView.m
  4049. ▸ Compiling RCTRawTextViewManager.m
  4050. ▸ Compiling RCTBaseTextInputShadowView.m
  4051. ▸ Compiling RCTInputAccessoryViewManager.m
  4052. ▸ Compiling RCTInputAccessoryViewContent.m
  4053. ▸ Compiling RCTInputAccessoryView.m
  4054. ▸ Compiling RCTTextView.m
  4055. ▸ Compiling RCTUITextView.m
  4056. ▸ Compiling RCTBackedTextInputDelegateAdapter.m
  4057. ▸ Compiling RCTBaseTextViewManager.m
  4058. ▸ Compiling RCTVirtualTextShadowView.m
  4059. ▸ Compiling RCTTextViewManager.m
  4060. ▸ Compiling RCTBaseTextInputView.m
  4061. ▸ Compiling RCTVirtualTextViewManager.m
  4062. ▸ Compiling RCTInputAccessoryShadowView.m
  4063. ▸ Compiling RCTMultilineTextInputViewManager.m
  4064. ▸ Compiling RCTSinglelineTextInputViewManager.m
  4065. ▸ Compiling RCTBaseTextInputViewManager.m
  4066. ▸ Compiling RCTTextSelection.m
  4067. ▸ Compiling RCTRawTextShadowView.m
  4068. ▸ Compiling NSTextStorage+FontScaling.m
  4069. ▸ Compiling RCTSinglelineTextInputView.m
  4070. ▸ Compiling RCTMultilineTextInputView.m
  4071. ▸ Compiling RCTUITextField.m
  4072. ▸ Compiling RCTBaseTextShadowView.m
  4073. ▸ Compiling RCTTextShadowView.m
  4074. ▸ Compiling RCTRawTextViewManager.m
  4075. ▸ Compiling RCTBaseTextInputShadowView.m
  4076. ▸ Compiling RCTInputAccessoryViewManager.m
  4077. ▸ Compiling RCTInputAccessoryViewContent.m
  4078. ▸ Compiling RCTInputAccessoryView.m
  4079. ▸ Compiling RCTTextView.m
  4080. ▸ Compiling RCTUITextView.m
  4081. ▸ Compiling RCTBackedTextInputDelegateAdapter.m
  4082. ▸ Compiling RCTBaseTextViewManager.m
  4083. ▸ Compiling RCTVirtualTextShadowView.m
  4084. ▸ Compiling RCTTextViewManager.m
  4085. ▸ Compiling RCTBaseTextInputView.m
  4086. ▸ Compiling RCTVirtualTextViewManager.m
  4087. ▸ Compiling RCTInputAccessoryShadowView.m
  4088. ▸ Compiling RCTMultilineTextInputViewManager.m
  4089. ▸ Compiling RCTSinglelineTextInputViewManager.m
  4090. ▸ Compiling RCTBaseTextInputViewManager.m
  4091. ▸ Compiling RCTTextSelection.m
  4092. ▸ Compiling RCTRawTextShadowView.m
  4093. ▸ Compiling NSTextStorage+FontScaling.m
  4094. ▸ Compiling RCTSinglelineTextInputView.m
  4095. ▸ Compiling RCTMultilineTextInputView.m
  4096. ▸ Compiling RCTUITextField.m
  4097. ▸ Building library libRCTText.a
  4098. ▸ Building library libRCTText.a
  4099. ▸ Building RCTActionSheet/RCTActionSheet [Release]
  4100. ▸ Check Dependencies
  4101. ▸ Building library libRCTActionSheet.a
  4102. ▸ Building library libRCTActionSheet.a
  4103. ▸ Building RCTImage/RCTImage [Release]
  4104. ▸ Check Dependencies
  4105. ▸ Copying RCTImageUtils.h
  4106. ▸ Building library libRCTImage.a
  4107. ▸ Building library libRCTImage.a
  4108. ▸ Building RCTAnimation/RCTAnimation [Release]
  4109. ▸ Check Dependencies
  4110. ▸ Compiling RCTFrameAnimation.m
  4111. ▸ Compiling RCTSpringAnimation.m
  4112. ▸ Compiling RCTValueAnimatedNode.m
  4113. ▸ Compiling RCTModuloAnimatedNode.m
  4114. ▸ Compiling RCTDiffClampAnimatedNode.m
  4115. ▸ Compiling RCTEventAnimation.m
  4116. ▸ Compiling RCTStyleAnimatedNode.m
  4117. ▸ Compiling RCTMultiplicationAnimatedNode.m
  4118. ▸ Compiling RCTPropsAnimatedNode.m
  4119. ▸ Compiling RCTAnimatedNode.m
  4120. ▸ Compiling RCTTrackingAnimatedNode.m
  4121. ▸ Compiling RCTInterpolationAnimatedNode.m
  4122. ▸ Compiling RCTAdditionAnimatedNode.m
  4123. ▸ Compiling RCTDivisionAnimatedNode.m
  4124. ▸ Compiling RCTTransformAnimatedNode.m
  4125. ▸ Compiling RCTDecayAnimation.m
  4126. ▸ Compiling RCTSubtractionAnimatedNode.m
  4127. ▸ Compiling RCTFrameAnimation.m
  4128. ▸ Compiling RCTSpringAnimation.m
  4129. ▸ Compiling RCTValueAnimatedNode.m
  4130. ▸ Compiling RCTModuloAnimatedNode.m
  4131. ▸ Compiling RCTDiffClampAnimatedNode.m
  4132. ▸ Compiling RCTEventAnimation.m
  4133. ▸ Compiling RCTStyleAnimatedNode.m
  4134. ▸ Compiling RCTMultiplicationAnimatedNode.m
  4135. ▸ Compiling RCTPropsAnimatedNode.m
  4136. ▸ Compiling RCTAnimatedNode.m
  4137. ▸ Compiling RCTTrackingAnimatedNode.m
  4138. ▸ Compiling RCTInterpolationAnimatedNode.m
  4139. ▸ Compiling RCTAdditionAnimatedNode.m
  4140. ▸ Compiling RCTDivisionAnimatedNode.m
  4141. ▸ Compiling RCTTransformAnimatedNode.m
  4142. ▸ Compiling RCTDecayAnimation.m
  4143. ▸ Compiling RCTSubtractionAnimatedNode.m
  4144. ▸ Building library libRCTAnimation.a
  4145. ▸ Building library libRCTAnimation.a
  4146. ▸ Copying Drivers/RCTDecayAnimation.h
  4147. ▸ Copying RCTNativeAnimatedModule.h
  4148. ▸ Copying RCTNativeAnimatedNodesManager.h
  4149. ▸ Copying Drivers/RCTAnimationDriver.h
  4150. ▸ Copying Drivers/RCTEventAnimation.h
  4151. ▸ Copying Drivers/RCTFrameAnimation.h
  4152. ▸ Copying Drivers/RCTSpringAnimation.h
  4153. ▸ Copying Nodes/RCTDivisionAnimatedNode.h
  4154. ▸ Copying Nodes/RCTDiffClampAnimatedNode.h
  4155. ▸ Copying Nodes/RCTAdditionAnimatedNode.h
  4156. ▸ Copying Nodes/RCTAnimatedNode.h
  4157. ▸ Copying Nodes/RCTInterpolationAnimatedNode.h
  4158. ▸ Copying Nodes/RCTModuloAnimatedNode.h
  4159. ▸ Copying Nodes/RCTMultiplicationAnimatedNode.h
  4160. ▸ Copying Nodes/RCTPropsAnimatedNode.h
  4161. ▸ Copying Nodes/RCTStyleAnimatedNode.h
  4162. ▸ Copying Nodes/RCTTransformAnimatedNode.h
  4163. ▸ Copying Nodes/RCTValueAnimatedNode.h
  4164. ▸ Copying RCTAnimationUtils.h
  4165. ▸ Building RCTGeolocation/RCTGeolocation [Release]
  4166. ▸ Check Dependencies
  4167. ▸ Building library libRCTGeolocation.a
  4168. ▸ Building library libRCTGeolocation.a
  4169. ▸ Building RCTNetwork/RCTNetwork [Release]
  4170. ▸ Check Dependencies
  4171. ▸ Building library libRCTNetwork.a
  4172. ▸ Building library libRCTNetwork.a
  4173. ▸ Building RCTVibration/RCTVibration [Release]
  4174. ▸ Check Dependencies
  4175. ▸ Building library libRCTVibration.a
  4176. ▸ Building library libRCTVibration.a
  4177. ▸ Building RCTLinking/RCTLinking [Release]
  4178. ▸ Check Dependencies
  4179. ▸ Building library libRCTLinking.a
  4180. ▸ Building library libRCTLinking.a
  4181. ▸ Building RCTWebSocket/fishhook [Release]
  4182. ▸ Check Dependencies
  4183. ▸ Copying /Users/vagrant/git/node_modules/react-native/Libraries/fishhook/fishhook.h
  4184. ▸ Compiling fishhook.c
  4185. ▸ Compiling fishhook.c
  4186. ▸ Building library libfishhook.a
  4187. ▸ Building library libfishhook.a
  4188. ▸ Building RCTWebSocket/RCTWebSocket [Release]
  4189. ▸ Check Dependencies
  4190. ▸ Building library libRCTWebSocket.a
  4191. ▸ Building library libRCTWebSocket.a
  4192. ▸ Building RCTBlob/RCTBlob [Release]
  4193. ▸ Check Dependencies
  4194. ▸ Copying RCTFileReaderModule.h
  4195. ▸ Copying RCTBlobManager.h
  4196. ▸ Building library libRCTBlob.a
  4197. ▸ Building library libRCTBlob.a
  4198. ▸ Building RCTSettings/RCTSettings [Release]
  4199. ▸ Check Dependencies
  4200. ▸ Building library libRCTSettings.a
  4201. ▸ Building library libRCTSettings.a
  4202. ▸ Building InYourArea/InYourArea [Release]
  4203. ▸ Check Dependencies
  4204. ▸ Compiling AppDelegate.m
  4205. ▸ Compiling main.m
  4206. ▸ Compiling InYourArea_vers.c
  4207. ▸ Compiling AppDelegate.m
  4208. ▸ Compiling main.m
  4209. ▸ Compiling InYourArea_vers.c
  4210. ▸ Linking InYourArea
  4211. ▸ Linking InYourArea
  4212. ▸ Compiling LaunchScreen.xib
  4213. ▸ Processing Info.plist
  4214. ▸ Generating 'InYourArea.app.dSYM'
  4215. ▸ Running script 'Bundle React Native code and images'
  4216. the transform cache was reset.
  4217. ▸ Touching InYourArea.app
  4218. ▸ Signing /Users/vagrant/Library/Developer/Xcode/DerivedData/InYourArea-eiyjwvrcczwsppggxrszdzzzzsmr/Build/Intermediates.noindex/ArchiveIntermediates/InYourArea/InstallationBuildProductsLocation/Applications/InYourArea.app
  4219. ▸ Touching InYourArea.app.dSYM
  4220. ▸ Archive Succeeded
  4221.  
  4222. Archive infos:
  4223. team: Trinity Mirror Digital Media Ltd (Z8524T67K7)
  4224. profile: iOS Team Provisioning Profile: com.reach.ep.InYourArea (7c58125d-a488-4026-abe0-4de4a6b6bce2)
  4225. export: development
  4226. xcode managed profile: true
  4227.  
  4228. Exporting ipa from the archive...
  4229.  
  4230. Exporting ipa with ExportOptions.plist
  4231. No custom export options content provided, generating export options...
  4232. export-method specified: ad-hoc
  4233. Failed to get target (React) bundle id: key: string("INFOPLIST_FILE") not found in: serialized.Object(serialized.Object{"DT_TOOLCHAIN_DIR":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain", "ENABLE_BITCODE":"YES", "ENABLE_HEADER_DEPENDENCIES":"YES", "HEADERMAP_USES_VFS":"NO", "MAC_OS_X_VERSION_ACTUAL":"101305", "CONFIGURATION_BUILD_DIR":"/Users/vagrant/Library/Developer/Xcode/DerivedData/React-ffwqlnokchpmutajnemgqrgnryey/Build/Products/Release-iphoneos", "CLANG_WARN_ENUM_CONVERSION":"YES", "DEVELOPMENT_LANGUAGE":"English", "GCC_WARN_ABOUT_MISSING_PROTOTYPES":"YES", "LINK_FILE_LIST_normal_armv7":"", "ARCHS_STANDARD_32_64_BIT":"armv7 arm64", "PROJECT_FILE_PATH":"/Users/vagrant/git/node_modules/react-native/React/React.xcodeproj", "INFOPLIST_PREPROCESS":"NO", "LD_DEPENDENCY_INFO_FILE":"/Users/vagrant/Library/Developer/Xcode/DerivedData/React-ffwqlnokchpmutajnemgqrgnryey/Build/Intermediates.noindex/React.build/Release-iphoneos/React.build/Objects-normal/arm64/React_dependency_info.dat", "LD_MAP_FILE_PATH":"/Users/vagrant/Library/Developer/Xcode/DerivedData/React-ffwqlnokchpmutajnemgqrgnryey/Build/Intermediates.noindex/React.build/Release-iphoneos/React.build/React-LinkMap-normal-arm64.txt", "LOCAL_DEVELOPER_DIR":"/Library/Developer", "PROJECT_NAME":"React", "SYSTEM_CORE_SERVICES_DIR":"/System/Library/CoreServices", "SYSTEM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/usr/bin", "TEMP_ROOT":"/Users/vagrant/Library/Developer/Xcode/DerivedData/React-ffwqlnokchpmutajnemgqrgnryey/Build/Intermediates.noindex", "APPLE_INTERNAL_DOCUMENTATION_DIR":"/AppleInternal/Documentation", "JAVA_ARCHIVE_TYPE":"JAR", "JAVA_ZIP_FLAGS":"-urg", "OBJECT_FILE_DIR_normal":"/Users/vagrant/Library/Developer/Xcode/DerivedData/React-ffwqlnokchpmutajnemgqrgnryey/Build/Intermediates.noindex/React.build/Release-iphoneos/React.build/Objects-normal", "PLATFORM_PRODUCT_BUILD_VERSION":"15F79", "STRIP_BITCODE_FROM_COPIED_FILES":"YES", "CURRENT_VARIANT":"normal", "GCC_WARN_SHADOW":"YES", "GID":"20", "OTHER_CPLUSPLUSFLAGS":"-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1", "SEPARATE_STRIP":"NO", "GCC_VERSION":"com.apple.compilers.llvm.clang.1_0", "GCC_WARN_ABOUT_RETURN_TYPE":"YES_ERROR", "HEADERMAP_INCLUDES_PROJECT_HEADERS":"YES", "ICONV":"/usr/bin/iconv", "JAVA_APP_STUB":"/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub", "SWIFT_PLATFORM_TARGET_PREFIX":"ios", "CLANG_WARN_DIRECT_OBJC_ISA_USAGE":"YES_ERROR", "AVAILABLE_PLATFORMS":"appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator", "CODESIGNING_FOLDER_PATH":"/Users/vagrant/Library/Developer/Xcode/DerivedData/React-ffwqlnokchpmutajnemgqrgnryey/Build/Products/Release-iphoneos/libReact.a", "CP":"/bin/cp", "EMBEDDED_PROFILE_NAME":"embedded.mobileprovision", "GCC_WARN_UNUSED_VARIABLE":"YES", "HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES":"YES", "NATIVE_ARCH":"armv7", "ARCHS_STANDARD_32_BIT":"armv7", "SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Graphics Tools", "USE_HEADER_SYMLINKS":"NO", "PRODUCT_TYPE":"com.apple.product-type.library.static", "PACKAGE_TYPE":"com.apple.package-type.static-library", "PLATFORM_DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library", "PLATFORM_DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Tools", "FILE_LIST":"/Users/vagrant/Library/Developer/Xcode/DerivedData/React-ffwqlnokchpmutajnemgqrgnryey/Build/Intermediates.noindex/React.build/Release-iphoneos/React.build/Objects/LinkFileList", "INFOPLIST_OUTPUT_FORMAT":"binary", "JAVAC_DEFAULT_FLAGS":"-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8", "OBJECT_FILE_DIR":"/Users/vagrant/Library/Developer/Xcode/DerivedData/React-ffwqlnokchpmutajnemgqrgnryey/Build/Intermediates.noindex/React.build/Release-iphoneos/React.build/Objects", "PLATFORM_DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin", "PLATFORM_DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs", "SYSTEM_DEVELOPER_APPS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications", "SYSTEM_DEVELOPER_RELEASENOTES_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes", "GENERATE_PKGINFO_FILE":"NO", "METAL_LIBRARY_OUTPUT_DIR":"/Users/vagrant/Library/Developer/Xcode/DerivedData/React-ffwqlnokchpmutajnemgqrgnryey/Build/Products/Release-iphoneos/", "PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform", "PROJECT":"React", "SDK_DIR_iphoneos11_4":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk", "SDK_VERSION_MAJOR":"110000", "XPCSERVICES_FOLDER_PATH":"/XPCServices", "DWARF_DSYM_FOLDER_PATH":"/Users/vagrant/Library/Developer/Xcode/DerivedData/React-ffwqlnokchpmutajnemgqrgnryey/Build/Products/Release-iphoneos", "ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES":"NO", "COPYING_PRESERVES_HFS_DATA":"NO", "MODULE_CACHE_DIR":"/Users/vagrant/Library/Developer/Xcode/DerivedData/ModuleCache.noindex", "PLATFORM_NAME":"iphoneos", "REMOVE_HG_FROM_RESOURCES":"YES", "ACTION":"build", "LD_GENERATE_MAP_FILE":"NO", "LIBRARY_FLAG_PREFIX":"-l", "REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES":"YES", "SYSTEM_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/Developer", "SYSTEM_KEXT_INSTALL_PATH":"/System/Library/Extensions", "CORRESPONDING_SIMULATOR_PLATFORM_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform", "CHMOD":"/bin/chmod", "DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX":"-miphoneos-version-min=", "INSTALL_PATH":"/usr/local/lib", "PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES":"/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode.app/Contents/Developer/Headers /Applications/Xcode.app/Contents/Developer/SDKs /Applications/Xcode.app/Contents/Developer/Platforms", "PRODUCT_MODULE_NAME":"React", "XCODE_VERSION_MINOR":"0940", "APPLE_INTERNAL_DIR":"/AppleInternal", "COMPRESS_PNG_FILES":"YES", "EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES":"*.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj", "HIDE_BITCODE_SYMBOLS":"YES", "LD_NO_PIE":"NO", "PRODUCT_NAME":"React", "SDKROOT":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk", "APPLE_INTERNAL_DEVELOPER_DIR":"/AppleInternal/Developer", "LIBRARY_FLAG_NOSPACE":"YES", "CLANG_ENABLE_MODULE_DEBUGGING":"NO", "COPY_HEADERS_RUN_UNIFDEF":"NO", "DEPLOYMENT_TARGET_CLANG_FLAG_NAME":"miphoneos-version-min", "EFFECTIVE_PLATFORM_NAME":"-iphoneos", "ENABLE_NS_ASSERTIONS":"NO", "INSTALLHDRS_COPY_PHASE":"NO", "MTL_ENABLE_DEBUG_INFO":"NO", "STRINGS_FILE_OUTPUT_ENCODING":"binary", "CODE_SIGN_INJECT_BASE_ENTITLEMENTS":"YES", "USER":"vagrant", "GCC_THUMB_SUPPORT":"YES", "INSTALL_DIR":"/tmp/React.dst/usr/local/lib", "LOCAL_LIBRARY_DIR":"/Library", "BUILD_STYLE":"", "JIKES_DEFAULT_FLAGS":"+E +OLDCSO", "PROJECT_DERIVED_FILE_DIR":"/Users/vagrant/Library/Developer/Xcode/DerivedData/React-ffwqlnokchpmutajnemgqrgnryey/Build/Intermediates.noindex/React.build/DerivedSources", "SDK_NAMES":"iphoneos11.4", "SUPPORTED_DEVICE_FAMILIES":"1,2", "variant":"normal", "INSTALL_ROOT":"/tmp/React.dst", "FIXED_FILES_DIR":"/Users/vagrant/Library/Developer/Xcode/DerivedData/React-ffwqlnokchpmutajnemgqrgnryey/Build/Intermediates.noindex/React.build/Release-iphoneos/React.build/FixedFiles", "COPY_PHASE_STRIP":"YES", "CLEAN_PRECOMPS":"YES", "DSTROOT":"/tmp/React.dst", "PATH":"/Applications/Xcode.app/Contents/Developer/usr/bin:/Users/vagrant/.bitrise/tools:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:~/.dotnet/tools:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Applications/Xamarin Workbooks.app/Contents/SharedSupport/path-bin:/usr/local/opt/go/libexec/bin:/Users/vagrant/go/bin:/Users/vagrant/bitrise/tools/cmd-bridge/bin/osx:/Users/vagrant/Library/Developer/Xamarin/android-sdk-macosx/tools:/Users/vagrant/Library/Developer/Xamarin/android-sdk-macosx/tools/bin:/Users/vagrant/Library/Developer/Xamarin/android-sdk-macosx/platform-tools:/Library/Frameworks/Mono.framework/Versions/Current/Commands", "PLATFORM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr", "PUBLIC_HEADERS_FOLDER_PATH":"/usr/local/include/React", "BUILD_COMPONENTS":"headers build", "EXECUTABLE_EXTENSION":"a", "GCC_WARN_UNUSED_FUNCTION":"YES", "LINKER_DISPLAYS_MANGLED_NAMES":"NO", "SDK_NAME":"iphoneos11.4", "SHARED_DERIVED_FILE_DIR":"/Users/vagrant/Library/Developer/Xcode/DerivedData/React-ffwqlnokchpmutajnemgqrgnryey/Build/Products/Release-iphoneos/DerivedSources", "DEVELOPER_FRAMEWORKS_DIR":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks", "DEPLOYMENT_LOCATION":"NO", "ENABLE_STRICT_OBJC_MSGSEND":"YES", "HEADER_SEARCH_PATHS":"/Users/vagrant/git/node_modules/react-native/React/../third-party/boost_1_63_0 /Users/vagrant/git/node_modules/react-native/React/../third-party/folly-2016.10.31.00 /Users/vagrant/git/node_modules/react-native/React/../third-party/glog-0.3.4/src", "LOCROOT":"", "OTHER_LDFLAGS":"-ObjC", "STRIP_STYLE":"debugging", "VERSION_INFO_FILE":"React_vers.c", "CLONE_HEADERS":"NO", "CLANG_WARN_EMPTY_BODY":"YES", "CURRENT_ARCH":"arm64", "DEPLOYMENT_POSTPROCESSING":"NO", "FULL_PRODUCT_NAME":"libReact.a", "HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS":"YES", "PLATFORM_DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Applications", "APPLE_INTERNAL_LIBRARY_DIR":"/AppleInternal/Library", "DEVELOPER_FRAMEWORKS_DIR_QUOTED":"/Applications/Xcode.app/Contents/Developer/Library/Frameworks", "FRAMEWORK_VERSION":"A", "JAVA_COMPILER":"/usr/bin/javac", "LINK_WITH_STANDARD_LIBRARIES":"YES", "ONLY_ACTIVE_ARCH":"NO", "PROJECT_TEMP_ROOT":"/Users/vagrant/Library/Developer/Xcode/DerivedData/React-ffwqlnokchpmutajnemgqrgnryey/Build/Intermediates.noindex", "SYSTEM_APPS_DIR":"/Applications", "ARCHS_STANDARD_64_BIT":"arm64", "SYSTEM_DOCUMENTATION_DIR":"/Library/Documentation", "EXPANDED_CODE_SIGN_IDENTITY":"", "INFOPLIST_EXPAND_BUILD_SETTINGS":"YES", "NATIVE_ARCH_32_BIT":"i386", "NATIVE_ARCH_64_BIT":"x86_64", "SYSTEM_DEMOS_DIR":"/Applications/Extras", "BITCODE_GENERATION_MODE":"marker", "CLASS_FILE_DIR":"/Users/vagrant/Library/Developer/Xcode/DerivedData/React-ffwqlnokchpmutajnemgqrgnryey/Build/Intermediates.noindex/React.build/Release-iphoneos/React.build/JavaClasses", "GCC_PFE_FILE_C_DIALECTS":"c objective-c c++ objective-c++", "MACH_O_TYPE":"staticlib", "ALWAYS_SEARCH_USER_PATHS":"YES", "ALTERNATE_OWNER":"vagrant", "CLANG_CXX_LANGUAGE_STANDARD":"c++14", "DEPLOYMENT_TARGET_CLANG_ENV_NAME":"IPHONEOS_DEPLOYMENT_TARGET", "DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/usr", "EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE":"NO", "GENERATE_MASTER_OBJECT_FILE":"NO", "PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR":"YES", "ALTERNATE_GROUP":"staff", "EXPANDED_CODE_SIGN_IDENTITY_NAME":"", "OS":"MACOS", "RUN_CLANG_STATIC_ANALYZER":"NO", "TAPI_VERIFY_MODE":"ErrorsOnly", "VERBOSE_PBXCP":"NO", "VERSION_INFO_STRING":"\"@(#)PROGRAM:React PROJECT:React-\"", "DERIVED_SOURCES_DIR":"/Users/vagrant/Library/Developer/Xcode/DerivedData/React-ffwqlnokchpmutajnemgqrgnryey/Build/Intermediates.noindex/React.build/Release-iphoneos/React.build/DerivedSources", "JAVA_FRAMEWORK_RESOURCES_DIRS":"Resources", "METAL_LIBRARY_FILE_BASE":"default", "OBJROOT":"/Users/vagrant/Library/Developer/Xcode/DerivedData/React-ffwqlnokchpmutajnemgqrgnryey/Build/Intermediates.noindex", "REMOVE_GIT_FROM_RESOURCES":"YES", "SYSTEM_DEVELOPER_DOC_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library", "XCODE_APP_SUPPORT_DIR":"/Applications/Xcode.app/Contents/Developer/Library/Xcode", "CONFIGURATION_TEMP_DIR":"/Users/vagrant/Library/Developer/Xcode/DerivedData/React-ffwqlnokchpmutajnemgqrgnryey/Build/Intermediates.noindex/React.build/Release-iphoneos", "ENABLE_DEFAULT_HEADER_SEARCH_PATHS":"YES", "ENABLE_ON_DEMAND_RESOURCES":"NO", "RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS":"YES", "SYSTEM_DEVELOPER_UTILITIES_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Utilities", "BUILD_ROOT":"/Users/vagrant/Library/Developer/Xcode/DerivedData/React-ffwqlnokchpmutajnemgqrgnryey/Build/Products", "GCC_TREAT_WARNINGS_AS_ERRORS":"NO", "JAVA_SOURCE_SUBDIR":".", "PLATFORM_DISPLAY_NAME":"iOS", "SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools", "COMBINE_HIDPI_IMAGES":"NO", "VALIDATE_PRODUCT":"YES", "SHARED_PRECOMPS_DIR":"/Users/vagrant/Library/Developer/Xcode/DerivedData/React-ffwqlnokchpmutajnemgqrgnryey/Build/Intermediates.noindex/PrecompiledHeaders", "EXECUTABLE_PATH":"libReact.a", "GENERATE_PROFILING_CODE":"NO", "GENERATE_TEXT_BASED_STUBS":"NO", "SDK_VERSION_ACTUAL":"110400", "SET_FILE_MODE_OWNER_GROUP":"NO", "TARGETED_DEVICE_FAMILY":"1", "CLANG_WARN_UNREACHABLE_CODE":"YES", "ENTITLEMENTS_REQUIRED":"YES", "INLINE_PRIVATE_FRAMEWORKS":"NO", "LOCALIZABLE_CONTENT_DIR":"", "TREAT_MISSING_BASELINES_AS_TEST_FAILURES":"NO", "CLANG_WARN_OBJC_ROOT_CLASS":"YES_ERROR", "DEAD_CODE_STRIPPING":"YES", "DEVELOPER_DIR":"/Applications/Xcode.app/Contents/Developer", "DEVELOPER_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs", "DWARF_DSYM_FILE_NAME":"libReact.a.dSYM", "GCC3_VERSION":"3.3", "GCC_NO_COMMON_BLOCKS":"YES", "STRIP_SWIFT_SYMBOLS":"YES", "COPY_RESOURCES_FROM_STATIC_FRAMEWORKS":"YES", "CLANG_WARN_CONSTANT_CONVERSION":"YES", "DERIVED_FILES_DIR":"/Users/vagrant/Library/Developer/Xcode/DerivedData/React-ffwqlnokchpmutajnemgqrgnryey/Build/Intermediates.noindex/React.build/Release-iphoneos/React.build/DerivedSources", "EXECUTABLE_NAME":"libReact.a", "SED":"/usr/bin/sed", "SUPPORTED_PLATFORMS":"iphonesimulator iphoneos", "SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Performance Tools", "SYSTEM_LIBRARY_DIR":"/System/Library", "ALWAYS_USE_SEPARATE_HEADERMAPS":"NO", "GCC_WARN_UNINITIALIZED_AUTOS":"YES_AGGRESSIVE", "STRIP_INSTALLED_PRODUCT":"YES", "COMPOSITE_SDK_DIRS":"/Users/vagrant/Library/Developer/Xcode/DerivedData/React-ffwqlnokchpmutajnemgqrgnryey/Build/Intermediates.noindex/CompositeSDKs", "DEFAULT_COMPILER":"com.apple.compilers.llvm.clang.1_0", "INSTALLHDRS_SCRIPT_PHASE":"NO", "IPHONEOS_DEPLOYMENT_TARGET":"9.0", "LOCSYMROOT":"", "OTHER_CFLAGS":"-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1", "TARGETNAME":"React", "TEMP_FILE_DIR":"/Users/vagrant/Library/Developer/Xcode/DerivedData/React-ffwqlnokchpmutajnemgqrgnryey/Build/Intermediates.noindex/React.build/Release-iphoneos/React.build", "CLANG_ENABLE_MODULES":"YES", "APPLICATION_EXTENSION_API_ONLY":"NO", "GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED":"YES", "PRIVATE_HEADERS_FOLDER_PATH":"/usr/local/include", "SRCROOT":"/Users/vagrant/git/node_modules/react-native/React", "XCODE_PRODUCT_BUILD_VERSION":"9F2000", "AD_HOC_CODE_SIGNING_ALLOWED":"NO", "CODE_SIGN_IDENTITY":"iPhone Developer", "CORRESPONDING_SIMULATOR_SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.4.sdk", "GCC_PREPROCESSOR_DEFINITIONS":"RCT_METRO_PORT=", "PKGINFO_FILE_PATH":"/Users/vagrant/Library/Developer/Xcode/DerivedData/React-ffwqlnokchpmutajnemgqrgnryey/Build/Intermediates.noindex/React.build/Release-iphoneos/React.build/PkgInfo", "WARNING_CFLAGS":"-Wextra -Wall -Wno-semicolon-before-method-body", "BUILD_DIR":"/Users/vagrant/Library/Developer/Xcode/DerivedData/React-ffwqlnokchpmutajnemgqrgnryey/Build/Products", "HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES":"YES", "JAVA_ARCHIVE_CLASSES":"YES", "LEGACY_DEVELOPER_DIR":"/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer", "PRECOMP_DESTINATION_DIR":"/Users/vagrant/Library/Developer/Xcode/DerivedData/React-ffwqlnokchpmutajnemgqrgnryey/Build/Intermediates.noindex/React.build/Release-iphoneos/React.build/PrefixHeaders", "PROJECT_TEMP_DIR":"/Users/vagrant/Library/Developer/Xcode/DerivedData/React-ffwqlnokchpmutajnemgqrgnryey/Build/Intermediates.noindex/React.build", "TEMP_DIR":"/Users/vagrant/Library/Developer/Xcode/DerivedData/React-ffwqlnokchpmutajnemgqrgnryey/Build/Intermediates.noindex/React.build/Release-iphoneos/React.build", "XCODE_VERSION_MAJOR":"0900", "COLOR_DIAGNOSTICS":"NO", "LOCAL_ADMIN_APPS_DIR":"/Applications/Utilities", "SCAN_ALL_SOURCE_FILES_FOR_INCLUDES":"NO", "SDK_DIR":"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.4.sdk", "UID":"501", "CORRESPONDING_SIMULATOR_PLATFORM_NAME":"iphonesimulator", "CLANG_WARN_BOOL_CONVERSION":"YES", "CLANG_WARN_SUSPICIOUS_MOVE":"YES", "CODE_SIGNING_REQUIRED":"YES", "EXPANDED_PROVISIONING_PROFILE":"", "LOCALIZED_STRING_MACRO_NAMES":"NSLocalizedString CFLocalizedString", "UNSTRIPPED_PRODUCT":"NO", "BUILT_PRODUCTS_DIR":"/Users/vagrant/Library/Developer/Xcode/DerivedData/React-ffwqlnokchpmutajnemgqrgnryey/Build/Products/Release-iphoneos", "INSTALL_OWNER":"vagrant", "SYSTEM_DEVELOPER_DEMOS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built Examples", "USE_DYNAMIC_NO_PIC":"YES", "DEVELOPER_LIBRARY_DIR":"/Applications/Xcode.app/Contents/Developer/Library", "ARCHS_STANDARD_INCLUDING_64_BIT":"armv7 arm64", "CORRESPONDING_SIMULATOR_SDK_NAME":"iphonesimulator11.4", "DEPLOYMENT_TARGET_SETTING_NAME":"IPHONEOS_DEPLOYMENT_TARGET", "DEPLOYMENT_TARGET_SUGGESTED_VALUES":"8.0 8.1 8.2 8.3 8.4 9.0 9.1 9.2 9.3 10.0 10.1 10.2 10.3 11.0 11.1 11.2 11.3 11.4", "PLIST_FILE_OUTPUT_FORMAT":"binary", "REMOVE_CVS_FROM_RESOURCES":"YES", "SOURCE_ROOT":"/Users/vagrant/git/node_modules/react-native/React", "APPLE_INTERNAL_TOOLS":"/AppleInternal/Developer/Tools", "arch":"arm64", "DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT":"NO", "PRODUCT_SETTINGS_PATH":"", "REZ_COLLECTOR_DIR":"/Users/vagrant/Library/Developer/Xcode/DerivedData/React-ffwqlnokchpmutajnemgqrgnryey/Build/Intermediates.noindex/React.build/Release-iphoneos/React.build/ResourceManagerResources", "REZ_OBJECTS_DIR":"/Users/vagrant/Library/Developer/Xcode/DerivedData/React-ffwqlnokchpmutajnemgqrgnryey/Build/Intermediates.noindex/React.build/Release-iphoneos/React.build/ResourceManagerResources/Objects", "CODE_SIGNING_ALLOWED":"NO", "DO_HEADER_SCANNING_IN_JAM":"NO", "ENABLE_TESTABILITY":"NO", "EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS":".DS_Store .svn .git .hg CVS", "KEEP_PRIVATE_EXTERNS":"NO", "SEPARATE_SYMBOL_EDIT":"NO", "CONFIGURATION":"Release", "PASCAL_STRINGS":"YES", "SKIP_INSTALL":"YES", "SYSTEM_DEVELOPER_JAVA_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications/Java Tools", "YACC":"yacc", "CCHROOT":"/var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/C/com.apple.DeveloperTools/9.4.1-9F2000/Xcode", "CLANG_WARN__DUPLICATE_METHOD_MATCH":"YES", "DEVELOPER_TOOLS_DIR":"/Applications/Xcode.app/Contents/Developer/Tools", "MAC_OS_X_PRODUCT_BUILD_VERSION":"17F77", "VALID_ARCHS":"arm64 armv7 armv7s", "CLANG_ENABLE_OBJC_ARC":"YES", "EXECUTABLE_PREFIX":"lib", "PROJECT_DIR":"/Users/vagrant/git/node_modules/react-native/React", "SHALLOW_BUNDLE":"NO", "CREATE_INFOPLIST_SECTION_IN_BINARY":"NO", "GROUP":"staff", "HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT":"YES", "LIBRARY_KEXT_INSTALL_PATH":"/Library/Extensions", "PROFILING_CODE":"NO", "SYSTEM_DEVELOPER_USR_DIR":"/Applications/Xcode.app/Contents/Developer/usr", "COMPILER_INDEX_STORE_ENABLE":"Default", "PFE_FILE_C_DIALECTS":"objective-c c++ objective-c++", "SET_DIR_MODE_OWNER_GROUP":"YES", "WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES":"NO", "CLANG_WARN_INFINITE_RECURSION":"YES", "JAVA_JAR_FLAGS":"cv", "PRESERVE_DEAD_CODE_INITS_AND_TERMS":"NO", "XCODE_VERSION_ACTUAL":"0941", "DEFAULT_KEXT_INSTALL_PATH":"/System/Library/Extensions", "CODE_SIGN_CONTEXT_CLASS":"XCiPhoneOSCodeSignContext", "DEFINES_MODULE":"NO", "GCC_VERSION_IDENTIFIER":"com_apple_compilers_llvm_clang_1_0", "SYSTEM_ADMIN_APPS_DIR":"/Applications/Utilities", "TEMP_FILES_DIR":"/Users/vagrant/Library/Developer/Xcode/DerivedData/React-ffwqlnokchpmutajnemgqrgnryey/Build/Intermediates.noindex/React.build/Release-iphoneos/React.build", "ARCHS_STANDARD":"armv7 arm64", "ARCHS":"armv7 arm64", "DEBUGGING_SYMBOLS":"YES", "EMBEDDED_CONTENT_CONTAINS_SWIFT":"NO", "JAVA_USE_DEPENDENCIES":"YES", "SDK_PRODUCT_BUILD_VERSION":"15F79", "SDK_VERSION":"11.4", "ALTERNATE_MODE":"u+w,go-w,a+rX", "LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER":"YES", "LINK_FILE_LIST_normal_arm64":"", "OSAC":"/usr/bin/osacompile", "PLATFORM_PREFERRED_ARCH":"arm64", "REMOVE_SVN_FROM_RESOURCES":"YES", "SDK_VERSION_MINOR":"400", "TOOLCHAIN_DIR":"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain", "DEVELOPER_APPLICATIONS_DIR":"/Applications/Xcode.app/Contents/Developer/Applications", "MAC_OS_X_VERSION_MAJOR":"101300", "TARGET_BUILD_DIR":"/Users/vagrant/Library/Developer/Xcode/DerivedData/React-ffwqlnokchpmutajnemgqrgnryey/Build/Products/Release-iphoneos", "VERSION_INFO_BUILDER":"vagrant", "DERIVED_FILE_DIR":"/Users/vagrant/Library/Developer/Xcode/DerivedData/React-ffwqlnokchpmutajnemgqrgnryey/Build/Intermediates.noindex/React.build/Release-iphoneos/React.build/DerivedSources", "SYMROOT":"/Users/vagrant/Library/Developer/Xcode/DerivedData/React-ffwqlnokchpmutajnemgqrgnryey/Build/Products", "CLANG_WARN_INT_CONVERSION":"YES", "CACHE_ROOT":"/var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/C/com.apple.DeveloperTools/9.4.1-9F2000/Xcode", "MAC_OS_X_VERSION_MINOR":"1305", "SYSTEM_DEVELOPER_TOOLS_DOC_DIR":"/Applications/Xcode.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools", "TARGET_TEMP_DIR":"/Users/vagrant/Library/Developer/Xcode/DerivedData/React-ffwqlnokchpmutajnemgqrgnryey/Build/Intermediates.noindex/React.build/Release-iphoneos/React.build", "USE_HEADERMAP":"YES", "ARCHS_UNIVERSAL_IPHONE_OS":"armv7 arm64", "FRAMEWORK_FLAG_PREFIX":"-framework", "GCC_WARN_ABOUT_MISSING_NEWLINE":"YES", "LEX":"lex", "NO_COMMON":"YES", "BUILD_VARIANTS":"normal", "DEVELOPER_BIN_DIR":"/Applications/Xcode.app/Contents/Developer/usr/bin", "EXECUTABLE_SUFFIX":".a", "GCC_WARN_64_TO_32_BIT_CONVERSION":"YES", "INSTALL_MODE_FLAG":"u+w,go-w,a+rX", "KASAN_DEFAULT_CFLAGS":"-DKASAN=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow", "SYSTEM_DEVELOPER_TOOLS":"/Applications/Xcode.app/Contents/Developer/Tools", "CLANG_CXX_LIBRARY":"libc++", "GCC_C_LANGUAGE_STANDARD":"gnu99", "INSTALL_GROUP":"staff", "NATIVE_ARCH_ACTUAL":"x86_64", "APPLY_RULES_IN_COPY_FILES":"NO", "CHOWN":"/usr/sbin/chown", "CLANG_STATIC_ANALYZER_MODE":"deep", "DEBUG_INFORMATION_FORMAT":"dwarf-with-dsym", "GCC_WARN_UNDECLARED_SELECTOR":"YES", "HOME":"/Users/vagrant", "LOCAL_APPS_DIR":"/Applications", "REZ_EXECUTABLE":"YES", "BUILD_ACTIVE_RESOURCES_ONLY":"NO", "TARGET_NAME":"React", "USER_APPS_DIR":"/Users/vagrant/Applications", "USER_LIBRARY_DIR":"/Users/vagrant/Library", "SUPPORTS_TEXT_BASED_API":"NO"})
  4234. | |
  4235. +---+---------------------------------------------------------------+----------+
  4236. | x | xcode-archive (exit code: 1) | 10.0 min |
  4237. +---+---------------------------------------------------------------+----------+
  4238. | Issue tracker: https://github.com/bitrise-io/steps-xcode-archive/issues |
  4239. | Source: https://github.com/bitrise-io/steps-xcode-archive |
  4240. +---+---------------------------------------------------------------+----------+
  4241.  
  4242.  
  4243. +------------------------------------------------------------------------------+
  4244. | (5) amazon-s3-deploy@3.5.4 |
  4245. +------------------------------------------------------------------------------+
  4246. | id: amazon-s3-deploy |
  4247. | version: 3.5.4 |
  4248. | collection: https://github.com/bitrise-io/bitrise-steplib.git |
  4249. | toolkit: bash |
  4250. | time: 2018-08-08T12:53:53-07:00 |
  4251. +------------------------------------------------------------------------------+
  4252. | |
  4253. WARN[12:53:53] A previous step failed, and this step (amazon-s3-deploy@3.5.4) was not marked as IsAlwaysRun, skipped
  4254. | |
  4255. +---+---------------------------------------------------------------+----------+
  4256. | - | amazon-s3-deploy@3.5.4 | 2.55 sec |
  4257. +---+---------------------------------------------------------------+----------+
  4258.  
  4259.  
  4260. +------------------------------------------------------------------------------+
  4261. | (6) deploy-to-bitrise-io@1.3.12 |
  4262. +------------------------------------------------------------------------------+
  4263. | id: deploy-to-bitrise-io |
  4264. | version: 1.3.12 |
  4265. | collection: https://github.com/bitrise-io/bitrise-steplib.git |
  4266. | toolkit: go |
  4267. | time: 2018-08-08T12:53:56-07:00 |
  4268. +------------------------------------------------------------------------------+
  4269. | |
  4270.  
  4271. Configs:
  4272. - BuildURL: https://app.bitrise.io/build/42b322cb180d4679
  4273. - APIToken: DSMjbbXEtvQS3Dm7kWdT4g
  4274. - IsCompress: false
  4275. - DeployPath: /Users/vagrant/deploy
  4276. - NotifyUserGroups: everyone
  4277. - NotifyEmailList:
  4278. - IsPublicPageEnabled: true
  4279. - PublicInstallPageMapFormat: {{range $index, $element := .}}{{if $index}}|{{end}}{{$element.File}}=>{{$element.URL}}{{end}}
  4280.  
  4281. Deploying the content of the Deploy directory separately
  4282.  
  4283. List of files to deploy
  4284.  
  4285. Deploying files
  4286.  
  4287. Success
  4288. You can find the Artifact on Bitrise, on the Build's page: https://app.bitrise.io/build/42b322cb180d4679
  4289. | |
  4290. +---+---------------------------------------------------------------+----------+
  4291. | ✓ | deploy-to-bitrise-io@1.3.12 | 9.79 sec |
  4292. +---+---------------------------------------------------------------+----------+
  4293.  
  4294.  
  4295. +------------------------------------------------------------------------------+
  4296. | bitrise summary |
  4297. +---+---------------------------------------------------------------+----------+
  4298. | | title | time (s) |
  4299. +---+---------------------------------------------------------------+----------+
  4300. | ✓ | activate-ssh-key@3.1.1 | 5.76 sec |
  4301. +---+---------------------------------------------------------------+----------+
  4302. | Update available: 3.1.1 -> 4.0.2 |
  4303. +---+---------------------------------------------------------------+----------+
  4304. | ✓ | git-clone@4.0.11 | 9.87 sec |
  4305. +---+---------------------------------------------------------------+----------+
  4306. | ✓ | npm@0.9.1 | 57 sec |
  4307. +---+---------------------------------------------------------------+----------+
  4308. | ✓ | certificate-and-profile-installer@1.10.0 | 15 sec |
  4309. +---+---------------------------------------------------------------+----------+
  4310. | x | xcode-archive (exit code: 1) | 10.0 min |
  4311. +---+---------------------------------------------------------------+----------+
  4312. | Issue tracker: https://github.com/bitrise-io/steps-xcode-archive/issues |
  4313. | Source: https://github.com/bitrise-io/steps-xcode-archive |
  4314. +---+---------------------------------------------------------------+----------+
  4315. | - | amazon-s3-deploy@3.5.4 | 2.55 sec |
  4316. +---+---------------------------------------------------------------+----------+
  4317. | ✓ | deploy-to-bitrise-io@1.3.12 | 9.79 sec |
  4318. +---+---------------------------------------------------------------+----------+
  4319. | Total runtime: 11.7 min |
  4320. +------------------------------------------------------------------------------+
  4321.  
  4322. 
  4323. Submitting anonymized usage informations...
  4324. For more information visit:
  4325. https://github.com/bitrise-core/bitrise-plugins-analytics/blob/master/README.md
  4326. Command failed: exit status 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement