Advertisement
Guest User

Untitled

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