Advertisement
Guest User

Untitled

a guest
Jan 24th, 2019
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 89.01 KB | None | 0 0
  1. Agent version: 0.6.3
  2. Start time: 2019-01-24T10:40:58Z
  3. $ bitrise "run" "--config" "/var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/bitrise-agent650287019/bitrise.yml" "--inventory" "/var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/bitrise-agent650287019/bitrise.secrets.yml" "--json-params-base64" "eyJ3b3JrZmxvdyI6ImJ1aWxkIn0="
  4.  
  5. ██████╗ ██╗████████╗██████╗ ██╗███████╗███████╗
  6. ██╔══██╗██║╚══██╔══╝██╔══██╗██║██╔════╝██╔════╝
  7. ██████╔╝██║ ██║ ██████╔╝██║███████╗█████╗
  8. ██╔══██╗██║ ██║ ██╔══██╗██║╚════██║██╔══╝
  9. ██████╔╝██║ ██║ ██║ ██║██║███████║███████╗
  10. ╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝╚═╝╚══════╝╚══════╝
  11.  
  12.  version: 1.26.0
  13.  
  14. INFO[02:40:58] bitrise runs in Secret Filtering mode
  15. INFO[02:40:58] bitrise runs in CI mode
  16. INFO[02:40:58] Running workflow: build
  17.  
  18. Switching to workflow: build
  19.  
  20. +------------------------------------------------------------------------------+
  21. | (0) activate-ssh-key@4.0.3 |
  22. +------------------------------------------------------------------------------+
  23. | id: activate-ssh-key |
  24. | version: 4.0.3 |
  25. | collection: https://github.com/bitrise-io/bitrise-steplib.git |
  26. | toolkit: go |
  27. | time: 2019-01-24T02:41:00-08:00 |
  28. +------------------------------------------------------------------------------+
  29. | |
  30. Config:
  31. - SSHRsaPrivateKey: *****
  32. - SSHKeySavePath: /Users/vagrant/.ssh/bitrise_step_activate_ssh_key
  33. - IsRemoveOtherIdentities: true
  34. - Verbose: false
  35.  
  36. $ ssh-add "-l"
  37. ssh_agent_check_result: 1
  38. running / accessible ssh-agent detected
  39.  
  40. $ ssh-add "-D"
  41. All identities removed.
  42.  
  43. $ ssh-agent "-k"
  44. SSH_AGENT_PID not set, cannot kill agent
  45. Exit code: exit status 1
  46.  
  47. $ bash "-c" "/var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/spawn636359575/tmp_spawn.sh"
  48. spawn ssh-add /Users/vagrant/.ssh/bitrise_step_activate_ssh_key
  49. Identity added: /Users/vagrant/.ssh/bitrise_step_activate_ssh_key (/Users/vagrant/.ssh/bitrise_step_activate_ssh_key)
  50.  
  51. Success
  52. The SSH key was saved to /Users/vagrant/.ssh/bitrise_step_activate_ssh_key
  53. and was successfully added to ssh-agent.
  54. | |
  55. +---+---------------------------------------------------------------+----------+
  56. | ✓ | activate-ssh-key@4.0.3 | 5.19 sec |
  57. +---+---------------------------------------------------------------+----------+
  58.  
  59.  
  60. +------------------------------------------------------------------------------+
  61. | (1) git-clone@4.0.14 |
  62. +------------------------------------------------------------------------------+
  63. | id: git-clone |
  64. | version: 4.0.14 |
  65. | collection: https://github.com/bitrise-io/bitrise-steplib.git |
  66. | toolkit: go |
  67. | time: 2019-01-24T02:41:05-08:00 |
  68. +------------------------------------------------------------------------------+
  69. | |
  70. config:
  71. 
  72. - RepositoryURL: git@gitlab.kariba.fr:logement-connecte/applications-mobiles/plc-ui-ios.git
  73. - CloneIntoDir: /Users/vagrant/git
  74. - Commit:
  75. - Tag:
  76. - Branch: develop
  77. - BranchDest:
  78. - PRID: 0
  79. - PRRepositoryURL:
  80. - PRMergeBranch:
  81. - ResetRepository: false
  82. - CloneDepth: 0
  83. - BuildURL: https://app.bitrise.io/build/1a8d07e00649cef1
  84. - BuildAPIToken: [REDACTED]
  85. - UpdateSubmodules: true
  86. - ManualMerge: true
  87. git "init"
  88. Initialized empty Git repository in /Users/vagrant/git/.git/
  89. git "remote" "add" "origin" "git@gitlab.kariba.fr:logement-connecte/applications-mobiles/plc-ui-ios.git"
  90. git "fetch" "origin" "develop"
  91. Warning: Permanently added 'gitlab.kariba.fr,146.185.42.87' (RSA) to the list of known hosts.
  92. From gitlab.kariba.fr:logement-connecte/applications-mobiles/plc-ui-ios
  93. * branch develop -> FETCH_HEAD
  94. * [new branch] develop -> origin/develop
  95. git "checkout" "develop"
  96. Switched to a new branch 'develop'
  97. Branch 'develop' set up to track remote branch 'develop' from 'origin'.
  98. git "merge" "origin/develop"
  99. Already up to date.
  100. git "submodule" "update" "--init" "--recursive"
  101. 
  102. Exporting git logs
  103. 
  104. => GIT_CLONE_COMMIT_AUTHOR_NAME
  105. value: Gauthier
  106.  
  107. => GIT_CLONE_COMMIT_AUTHOR_EMAIL
  108. value: gbeignie@gmail.com
  109.  
  110. => GIT_CLONE_COMMIT_COMMITER_NAME
  111. value: Gauthier
  112.  
  113. => GIT_CLONE_COMMIT_COMMITER_EMAIL
  114. value: gbeignie@gmail.com
  115.  
  116. => GIT_CLONE_COMMIT_HASH
  117. value: 14fd92ccebefcd7da7ddf3c71da0f0d839089662
  118.  
  119. => GIT_CLONE_COMMIT_MESSAGE_SUBJECT
  120. value: Merge remote-tracking branch 'origin/feature/PLCAPP-676' into develop
  121.  
  122. => GIT_CLONE_COMMIT_MESSAGE_BODY
  123. value:
  124.  
  125. => GIT_CLONE_COMMIT_COUNT
  126. value: 792
  127.  
  128. 
  129. Success
  130. | |
  131. +---+---------------------------------------------------------------+----------+
  132. | ✓ | git-clone@4.0.14 | 13 sec |
  133. +---+---------------------------------------------------------------+----------+
  134.  
  135.  
  136. +------------------------------------------------------------------------------+
  137. | (2) Do anything with Script step |
  138. +------------------------------------------------------------------------------+
  139. | id: script |
  140. | version: 1.1.5 |
  141. | collection: https://github.com/bitrise-io/bitrise-steplib.git |
  142. | toolkit: bash |
  143. | time: 2019-01-24T02:41:17-08:00 |
  144. +------------------------------------------------------------------------------+
  145. | |
  146. | |
  147. +---+---------------------------------------------------------------+----------+
  148. | ✓ | Do anything with Script step | 3.07 sec |
  149. +---+---------------------------------------------------------------+----------+
  150.  
  151.  
  152. +------------------------------------------------------------------------------+
  153. | (3) certificate-and-profile-installer@1.10.1 |
  154. +------------------------------------------------------------------------------+
  155. | id: certificate-and-profile-installer |
  156. | version: 1.10.1 |
  157. | collection: https://github.com/bitrise-io/bitrise-steplib.git |
  158. | toolkit: go |
  159. | time: 2019-01-24T02:41:21-08:00 |
  160. +------------------------------------------------------------------------------+
  161. | |
  162. INFO[02:41:21] * [OK] Step dependency (go) installed, available.
  163.  
  164. Configs:
  165. - CertificateURL: https://con***6f9
  166. - CertificatePassphrase: ***
  167. - ProvisioningProfileURL: https://con***37c
  168. - InstallDefaults: yes
  169. - DefaultCertificateURL: https://s3-***p12
  170. - DefaultCertificatePassphrase: ***
  171. - DefaultProvisioningProfileURL: https://s3-***ion
  172. - KeychainPath: /Users/vagrant/Library/Keychains/login.keychain
  173. - KeychainPassword: ***
  174.  
  175. Default Certificate given
  176. Provided Certificate count: 3
  177. Default Provisioning Profile given
  178. Provided Provisioning Profile count: 7
  179. Keychain already exists, using it: /Users/vagrant/Library/Keychains/login.keychain
  180.  
  181. Downloading & installing Certificate(s)
  182.  
  183. Downloading certificate: 1/3
  184. Downloading certificate: 2/3
  185. Downloading certificate: 3/3
  186. Installing downloaded certificates
  187.  
  188. iPhone Distribution: Promotion PICHET (68B9E59M99)
  189. serial: 6010491699215904873
  190. team: Promotion PICHET (68B9E59M99)
  191. expire: 2019-11-26 09:08:06 +0000 UTC
  192.  
  193. iPhone Developer: Bitrise Bot (VV2J4SV8V4)
  194. serial: 5642064371004531588
  195. team: BITFALL FEJLESZTO KORLATOLT FELELOSSEGU TARSASAG (72SA8V3WYL)
  196. expire: 2019-01-27 13:24:27 +0000 UTC
  197.  
  198. iPhone Distribution: KARIBA
  199. serial: 6219461799131173253
  200. team: KARIBA (MFKPP53DW3)
  201. expire: 2021-12-05 09:26:51 +0000 UTC
  202.  
  203.  
  204. Downloading & installing Provisioning Profile(s)
  205.  
  206. Downloading provisioning profile: 1/7
  207. Moving it to: /Users/vagrant/Library/MobileDevice/Provisioning Profiles/69d324da-7ca2-4b6e-b419-b51abcce9124.mobileprovision
  208.  
  209. InHouse OneSignal Staging (69d324da-7ca2-4b6e-b419-b51abcce9124)
  210. exportType: enterprise
  211. team: KARIBA (MFKPP53DW3)
  212. bundleID: com.pichet.plc-staging.OneSignalNotificationServiceExtensionStaging
  213. capabilities:
  214. - keychain-access-groups: [MFKPP53DW3.*]
  215. - com.apple.security.application-groups: [group.com.pichet.plc.staging.onesignal]
  216. certificates:
  217. - iPhone Distribution: KARIBA
  218. serial: 6219461799131173253
  219. teamID: MFKPP53DW3
  220. expire: 2019-12-13 16:42:10 +0000 UTC
  221.  
  222. Downloading provisioning profile: 2/7
  223. Moving it to: /Users/vagrant/Library/MobileDevice/Provisioning Profiles/915cb734-73e9-423d-8070-c632c206e00b.mobileprovision
  224.  
  225. InHouse Staging (915cb734-73e9-423d-8070-c632c206e00b)
  226. exportType: enterprise
  227. team: KARIBA (MFKPP53DW3)
  228. bundleID: com.pichet.plc-staging
  229. capabilities:
  230. - keychain-access-groups: [MFKPP53DW3.*]
  231. - com.apple.security.application-groups: [group.com.pichet.plc.staging.onesignal]
  232. - aps-environment: production
  233. certificates:
  234. - iPhone Distribution: KARIBA
  235. serial: 6219461799131173253
  236. teamID: MFKPP53DW3
  237. expire: 2019-12-13 16:41:15 +0000 UTC
  238.  
  239. Downloading provisioning profile: 3/7
  240. Moving it to: /Users/vagrant/Library/MobileDevice/Provisioning Profiles/795a3164-e12b-4d84-95fb-72936964ec1c.mobileprovision
  241.  
  242. InHouse Entreprise (795a3164-e12b-4d84-95fb-72936964ec1c)
  243. exportType: enterprise
  244. team: KARIBA (MFKPP53DW3)
  245. bundleID: com.pichet.plc-entreprise
  246. capabilities:
  247. - aps-environment: production
  248. - keychain-access-groups: [MFKPP53DW3.*]
  249. - com.apple.security.application-groups: [group.com.pichet.plc.entreprise.onesignal]
  250. certificates:
  251. - iPhone Distribution: KARIBA
  252. serial: 6219461799131173253
  253. teamID: MFKPP53DW3
  254. expire: 2019-12-14 08:32:17 +0000 UTC
  255.  
  256. Downloading provisioning profile: 4/7
  257. Moving it to: /Users/vagrant/Library/MobileDevice/Provisioning Profiles/32310b3b-7f3c-40fb-8a26-bc8d8ac81f12.mobileprovision
  258.  
  259. InHouse OneSignal Entreprise (32310b3b-7f3c-40fb-8a26-bc8d8ac81f12)
  260. exportType: enterprise
  261. team: KARIBA (MFKPP53DW3)
  262. bundleID: com.pichet.plc-entreprise.OneSignalNotificationServiceExtensionEntreprise
  263. capabilities:
  264. - com.apple.security.application-groups: [group.com.pichet.plc.entreprise.onesignal]
  265. - keychain-access-groups: [MFKPP53DW3.*]
  266. certificates:
  267. - iPhone Distribution: KARIBA
  268. serial: 6219461799131173253
  269. teamID: MFKPP53DW3
  270. expire: 2019-12-14 08:32:49 +0000 UTC
  271.  
  272. Downloading provisioning profile: 5/7
  273. Moving it to: /Users/vagrant/Library/MobileDevice/Provisioning Profiles/658f96b2-603d-484f-8220-96eb2034f616.mobileprovision
  274.  
  275. PLC-ADHOC (658f96b2-603d-484f-8220-96eb2034f616)
  276. exportType: ad-hoc
  277. team: Promotion PICHET (68B9E59M99)
  278. bundleID: com.pichet.plc
  279. capabilities:
  280. - aps-environment: production
  281. - keychain-access-groups: [68B9E59M99.*]
  282. - com.apple.security.application-groups: [group.com.pichet.plc.onesignal]
  283. certificates:
  284. - iPhone Distribution: Promotion PICHET (68B9E59M99)
  285. serial: 6010491699215904873
  286. teamID: 68B9E59M99
  287. devices:
  288. - b2851f5ecf95494a79a359a0a4167af14140ea61
  289. - 15af611d04d5bca270c3d8fd13cfee68124521b4
  290. - 18c9742c7d1fd6b23a7f8572045dc7ecb31124cd
  291. - 26bd80ccbafa2f95b65949d3b181a894a5b52d9c
  292. - 6a1e3e4360518a96cb56fd35aa79e225fcc46de4
  293. - 8db941719ac6c3cd96e91a178749467ced2b34a7
  294. - afd0ede264dfad33c9f82873d3672de1691d2ea0
  295. - ca7897b3619cfe339fcadaf26a13f336fed03f9a
  296. - cb98cd8dfed8f40bb57bc3bb03740b5a0dc1f170
  297. - 00008020-000565D82E50003A
  298. - 275de5e3dea0eb9f31f485d5007159d5c8e18b72
  299. - 01b950ccf82638f3c0c8bf3f6a953e3aaf3add74
  300. - ad1f052ec1e511af68dd8abcd3c57a74b3ed8c6e
  301. - db687e7cabb0452878fe78541921579afd21d661
  302. - 41c6719a3a3cf36e9474274146c35d971a94c672
  303. - 00008020-000E29510E28002E
  304. - e065b9efc7f8fc29004ee4bfa271524788ec90aa
  305. expire: 2019-11-26 09:08:06 +0000 UTC
  306.  
  307. Downloading provisioning profile: 6/7
  308. Moving it to: /Users/vagrant/Library/MobileDevice/Provisioning Profiles/3dd47070-b504-4822-9e2e-d672fe685da6.mobileprovision
  309.  
  310. PLC-OneSignal-AdHoc (3dd47070-b504-4822-9e2e-d672fe685da6)
  311. exportType: ad-hoc
  312. team: Promotion PICHET (68B9E59M99)
  313. bundleID: com.pichet.plc.OneSignalNotificationServiceExtension
  314. capabilities:
  315. - keychain-access-groups: [68B9E59M99.*]
  316. - com.apple.security.application-groups: [group.com.pichet.plc.onesignal]
  317. certificates:
  318. - iPhone Distribution: Promotion PICHET (68B9E59M99)
  319. serial: 6010491699215904873
  320. teamID: 68B9E59M99
  321. devices:
  322. - b2851f5ecf95494a79a359a0a4167af14140ea61
  323. - 18c9742c7d1fd6b23a7f8572045dc7ecb31124cd
  324. - 6a1e3e4360518a96cb56fd35aa79e225fcc46de4
  325. - 8db941719ac6c3cd96e91a178749467ced2b34a7
  326. - afd0ede264dfad33c9f82873d3672de1691d2ea0
  327. - ca7897b3619cfe339fcadaf26a13f336fed03f9a
  328. - cb98cd8dfed8f40bb57bc3bb03740b5a0dc1f170
  329. - 00008020-000565D82E50003A
  330. - 275de5e3dea0eb9f31f485d5007159d5c8e18b72
  331. - 01b950ccf82638f3c0c8bf3f6a953e3aaf3add74
  332. - ad1f052ec1e511af68dd8abcd3c57a74b3ed8c6e
  333. - db687e7cabb0452878fe78541921579afd21d661
  334. - 41c6719a3a3cf36e9474274146c35d971a94c672
  335. - 00008020-000E29510E28002E
  336. - e065b9efc7f8fc29004ee4bfa271524788ec90aa
  337. expire: 2019-11-26 09:08:06 +0000 UTC
  338.  
  339. Downloading provisioning profile: 7/7
  340. Moving it to: /Users/vagrant/Library/MobileDevice/Provisioning Profiles/335312dd-6845-475f-959b-9bbae2f97a3e.mobileprovision
  341.  
  342. BitriseBot-Wildcard (335312dd-6845-475f-959b-9bbae2f97a3e)
  343. exportType: development
  344. team: BITFALL FEJLESZTO KORLATOLT FELELOSSEGU TARSASAG (72SA8V3WYL)
  345. bundleID: *
  346. capabilities:
  347. - keychain-access-groups: [72SA8V3WYL.*]
  348. certificates:
  349. - iPhone Developer: Bitrise Bot (VV2J4SV8V4)
  350. serial: 5642064371004531588
  351. teamID: 72SA8V3WYL
  352. devices:
  353. - 21bbc342c380001152f6f44055d3e8b3f4229740
  354. expire: 2019-01-27 13:38:07 +0000 UTC
  355. | |
  356. +---+---------------------------------------------------------------+----------+
  357. | ✓ | certificate-and-profile-installer@1.10.1 | 9.00 sec |
  358. +---+---------------------------------------------------------------+----------+
  359.  
  360.  
  361. +------------------------------------------------------------------------------+
  362. | (4) cocoapods-install@1.7.2 |
  363. +------------------------------------------------------------------------------+
  364. | id: cocoapods-install |
  365. | version: 1.7.2 |
  366. | collection: https://github.com/bitrise-io/bitrise-steplib.git |
  367. | toolkit: go |
  368. | time: 2019-01-24T02:41:30-08:00 |
  369. +------------------------------------------------------------------------------+
  370. | |
  371. INFO[02:41:30] * [OK] Step dependency (go) installed, available.
  372.  
  373. Configs:
  374. - SourceRootPath: /Users/vagrant/git
  375. - PodfilePath:
  376. - IsUpdateCocoapods: false
  377. - InstallCocoapodsVersion:
  378. - Verbose: true
  379. - IsCacheDisabled: false
  380.  
  381. System installed cocoapods version:
  382. $ pod "--version"
  383. 1.5.3
  384.  
  385. Searching for Podfile
  386. Found Podfile: /Users/vagrant/git/Podfile
  387.  
  388. Determining required cocoapods version
  389. Searching for Podfile.lock
  390. Found Podfile.lock: /Users/vagrant/git/Podfile.lock
  391. Required CocoaPods version (from Podfile.lock): 1.5.3
  392.  
  393. Install cocoapods version
  394. Checking cocoapods 1.5.3 gem
  395. Installed
  396.  
  397. Installing Pods
  398. $ pod "_1.5.3_" "install" "--no-repo-update" "--verbose"
  399. Preparing
  400.  
  401. Analyzing dependencies
  402.  
  403. Inspecting targets to integrate
  404. Using `ARCHS` setting to build architectures of target `Pods-plc`: (``)
  405. Using `ARCHS` setting to build architectures of target `Pods-plcKaribaStaging`: (``)
  406. Using `ARCHS` setting to build architectures of target `Pods-plcKaribaEntreprise`: (``)
  407. Using `ARCHS` setting to build architectures of target `Pods-plcTests`: (``)
  408. Using `ARCHS` setting to build architectures of target `Pods-plcUITests`: (``)
  409. Using `ARCHS` setting to build architectures of target `Pods-plc-OneSignalNotificationServiceExtension`: (``)
  410. Using `ARCHS` setting to build architectures of target `Pods-plcKaribaStaging-OneSignalNotificationServiceExtensionStaging`: (``)
  411. Using `ARCHS` setting to build architectures of target `Pods-plcKaribaEntreprise-OneSignalNotificationServiceExtensionEntreprise`: (``)
  412.  
  413. Finding Podfile changes
  414. - Alamofire
  415. - Atributika
  416. - Auth0
  417. - CodableAlamofire
  418. - Crashlytics
  419. - DynamicBlurView
  420. - Fabric
  421. - Firebase
  422. - GoogleTagManager
  423. - IQKeyboardManagerSwift
  424. - M13Checkbox
  425. - OneSignal
  426. - SwiftDate
  427. - SwiftKeychainWrapper
  428. - SwiftyGif
  429. - SwiftyUserDefaults
  430. - TTSegmentedControl
  431. - Yams
  432. - lottie-ios
  433.  
  434. Resolving dependencies of `Podfile`
  435.  
  436. Comparing resolved specification to the sandbox manifest
  437. A Alamofire
  438. A Atributika
  439. A Auth0
  440. A CodableAlamofire
  441. A Crashlytics
  442. A DynamicBlurView
  443. A Fabric
  444. A Firebase
  445. A FirebaseAnalytics
  446. A FirebaseCore
  447. A FirebaseInstanceID
  448. A GoogleAnalytics
  449. A GoogleAppMeasurement
  450. A GoogleSymbolUtilities
  451. A GoogleTagManager
  452. A GoogleUtilities
  453. A GoogleUtilitiesLegacy
  454. A IQKeyboardManagerSwift
  455. A M13Checkbox
  456. A OneSignal
  457. A SimpleKeychain
  458. A SwiftDate
  459. A SwiftKeychainWrapper
  460. A SwiftyGif
  461. A SwiftyUserDefaults
  462. A TTSegmentedControl
  463. A Yams
  464. A lottie-ios
  465. A nanopb
  466.  
  467. Downloading dependencies
  468.  
  469. -> Installing Alamofire (4.8.0)
  470. > Git download
  471. > Git download
  472. $ /usr/local/bin/git clone https://github.com/Alamofire/Alamofire.git /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-14arukf --template= --single-branch --depth 1 --branch 4.8.0
  473. Cloning into '/var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-14arukf'...
  474. Note: checking out '32573d05b91d8b7349ca31b4726e80212483f02a'.
  475.  
  476. You are in 'detached HEAD' state. You can look around, make experimental
  477. changes and commit them, and you can discard any commits you make in this
  478. state without impacting any branches by performing another checkout.
  479.  
  480. If you want to create a new branch to retain commits you create, you may
  481. do so (now or later) by using -b with the checkout command again. Example:
  482.  
  483. git checkout -b <new-branch-name>
  484.  
  485. > Copying Alamofire from `/Users/vagrant/Library/Caches/CocoaPods/Pods/Release/Alamofire/4.8.0-3ec53` to `Pods/Alamofire`
  486.  
  487. -> Installing Atributika (4.6.8)
  488. > Git download
  489. > Git download
  490. $ /usr/local/bin/git clone https://github.com/psharanda/Atributika.git /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1bhvtjn --template= --single-branch --depth 1 --branch 4.6.8
  491. Cloning into '/var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1bhvtjn'...
  492. Note: checking out '181c23e9868a91c8390ccd5052a81e746c072f2a'.
  493.  
  494. You are in 'detached HEAD' state. You can look around, make experimental
  495. changes and commit them, and you can discard any commits you make in this
  496. state without impacting any branches by performing another checkout.
  497.  
  498. If you want to create a new branch to retain commits you create, you may
  499. do so (now or later) by using -b with the checkout command again. Example:
  500.  
  501. git checkout -b <new-branch-name>
  502.  
  503. > Copying Atributika from `/Users/vagrant/Library/Caches/CocoaPods/Pods/Release/Atributika/4.6.8-75102` to `Pods/Atributika`
  504.  
  505. -> Installing Auth0 (1.13.0)
  506. > Git download
  507. > Git download
  508. $ /usr/local/bin/git clone https://github.com/auth0/Auth0.swift.git /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-10zjdyd --template= --single-branch --depth 1 --branch 1.13.0
  509. Cloning into '/var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-10zjdyd'...
  510. Note: checking out '9a1934e84e9c0f54cdebe467b715276b5e989abc'.
  511.  
  512. You are in 'detached HEAD' state. You can look around, make experimental
  513. changes and commit them, and you can discard any commits you make in this
  514. state without impacting any branches by performing another checkout.
  515.  
  516. If you want to create a new branch to retain commits you create, you may
  517. do so (now or later) by using -b with the checkout command again. Example:
  518.  
  519. git checkout -b <new-branch-name>
  520.  
  521. > Copying Auth0 from `/Users/vagrant/Library/Caches/CocoaPods/Pods/Release/Auth0/1.13.0-7e99e` to `Pods/Auth0`
  522.  
  523. -> Installing CodableAlamofire (1.1.0)
  524. > Git download
  525. > Git download
  526. $ /usr/local/bin/git clone https://github.com/Otbivnoe/CodableAlamofire.git /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-j2q6y5 --template= --single-branch --depth 1 --branch 1.1.0
  527. Cloning into '/var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-j2q6y5'...
  528. Note: checking out 'dcbbb9e8b6664ccefb1eacf045da34f6e3cbbff4'.
  529.  
  530. You are in 'detached HEAD' state. You can look around, make experimental
  531. changes and commit them, and you can discard any commits you make in this
  532. state without impacting any branches by performing another checkout.
  533.  
  534. If you want to create a new branch to retain commits you create, you may
  535. do so (now or later) by using -b with the checkout command again. Example:
  536.  
  537. git checkout -b <new-branch-name>
  538.  
  539. > Copying CodableAlamofire from `/Users/vagrant/Library/Caches/CocoaPods/Pods/Release/CodableAlamofire/1.1.0-e2d2e` to `Pods/CodableAlamofire`
  540.  
  541. -> Installing Crashlytics (3.12.0)
  542. > Http download
  543. $ /usr/bin/curl -f -L -o /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/file.zip https://kit-downloads.fabric.io/cocoapods/crashlytics/3.12.0/crashlytics.zip --create-dirs --netrc-optional --retry 2
  544. % Total % Received % Xferd Average Speed Time Time Time Current
  545. Dload Upload Total Spent Left Speed
  546.  
  547. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
  548. 28 11.9M 28 3529k 0 0 10.7M 0 0:00:01 --:--:-- 0:00:01 10.7M
  549. 100 11.9M 100 11.9M 0 0 17.6M 0 --:--:-- --:--:-- --:--:-- 17.6M
  550. $ /usr/bin/unzip /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/file.zip -d /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547
  551. Archive: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/file.zip
  552. creating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/Crashlytics.framework/
  553. inflating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/Crashlytics.framework/submit
  554. inflating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/Crashlytics.framework/README
  555. creating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/OSX/
  556. creating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/OSX/Crashlytics.framework/
  557. linking: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/OSX/Crashlytics.framework/Crashlytics -> Versions/Current/Crashlytics
  558. inflating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/OSX/Crashlytics.framework/submit
  559. linking: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/OSX/Crashlytics.framework/Resources -> Versions/Current/Resources
  560. creating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/OSX/Crashlytics.framework/Versions/
  561. creating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/OSX/Crashlytics.framework/Versions/A/
  562. inflating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/OSX/Crashlytics.framework/Versions/A/Crashlytics
  563. creating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/OSX/Crashlytics.framework/Versions/A/Resources/
  564. inflating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/OSX/Crashlytics.framework/Versions/A/Resources/Info.plist
  565. creating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/OSX/Crashlytics.framework/Versions/A/Headers/
  566. inflating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/OSX/Crashlytics.framework/Versions/A/Headers/CLSStackFrame.h
  567. inflating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/OSX/Crashlytics.framework/Versions/A/Headers/ANSCompatibility.h
  568. inflating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/OSX/Crashlytics.framework/Versions/A/Headers/CLSReport.h
  569. inflating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/OSX/Crashlytics.framework/Versions/A/Headers/Answers.h
  570. inflating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/OSX/Crashlytics.framework/Versions/A/Headers/CLSLogging.h
  571. inflating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/OSX/Crashlytics.framework/Versions/A/Headers/CLSAttributes.h
  572. inflating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/OSX/Crashlytics.framework/Versions/A/Headers/Crashlytics.h
  573. creating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/OSX/Crashlytics.framework/Versions/A/Modules/
  574. inflating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/OSX/Crashlytics.framework/Versions/A/Modules/module.modulemap
  575. linking: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/OSX/Crashlytics.framework/Versions/Current -> A
  576. linking: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/OSX/Crashlytics.framework/Headers -> Versions/Current/Headers
  577. inflating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/OSX/Crashlytics.framework/uploadDSYM
  578. inflating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/OSX/Crashlytics.framework/run
  579. linking: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/OSX/Crashlytics.framework/Modules -> Versions/Current/Modules
  580. inflating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/README.md
  581. creating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/iOS/
  582. creating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/iOS/Crashlytics.framework/
  583. inflating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/iOS/Crashlytics.framework/Crashlytics
  584. inflating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/iOS/Crashlytics.framework/submit
  585. creating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/iOS/Crashlytics.framework/Headers/
  586. inflating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/iOS/Crashlytics.framework/Headers/CLSStackFrame.h
  587. inflating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/iOS/Crashlytics.framework/Headers/ANSCompatibility.h
  588. inflating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/iOS/Crashlytics.framework/Headers/CLSReport.h
  589. inflating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/iOS/Crashlytics.framework/Headers/Answers.h
  590. inflating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/iOS/Crashlytics.framework/Headers/CLSLogging.h
  591. inflating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/iOS/Crashlytics.framework/Headers/CLSAttributes.h
  592. inflating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/iOS/Crashlytics.framework/Headers/Crashlytics.h
  593. inflating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/iOS/Crashlytics.framework/uploadDSYM
  594. inflating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/iOS/Crashlytics.framework/run
  595. creating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/iOS/Crashlytics.framework/Modules/
  596. inflating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/iOS/Crashlytics.framework/Modules/module.modulemap
  597. inflating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/iOS/Crashlytics.framework/Info.plist
  598. inflating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/submit
  599. creating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/tvOS/
  600. creating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/tvOS/Crashlytics.framework/
  601. inflating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/tvOS/Crashlytics.framework/Crashlytics
  602. inflating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/tvOS/Crashlytics.framework/submit
  603. creating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/tvOS/Crashlytics.framework/Headers/
  604. inflating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/tvOS/Crashlytics.framework/Headers/CLSStackFrame.h
  605. inflating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/tvOS/Crashlytics.framework/Headers/ANSCompatibility.h
  606. inflating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/tvOS/Crashlytics.framework/Headers/CLSReport.h
  607. inflating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/tvOS/Crashlytics.framework/Headers/Answers.h
  608. inflating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/tvOS/Crashlytics.framework/Headers/CLSLogging.h
  609. inflating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/tvOS/Crashlytics.framework/Headers/CLSAttributes.h
  610. inflating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/tvOS/Crashlytics.framework/Headers/Crashlytics.h
  611. inflating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/tvOS/Crashlytics.framework/uploadDSYM
  612. inflating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/tvOS/Crashlytics.framework/run
  613. creating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/tvOS/Crashlytics.framework/Modules/
  614. inflating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/tvOS/Crashlytics.framework/Modules/module.modulemap
  615. inflating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/tvOS/Crashlytics.framework/Info.plist
  616. finishing deferred symbolic links:
  617. /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/OSX/Crashlytics.framework/Crashlytics -> Versions/Current/Crashlytics
  618. /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/OSX/Crashlytics.framework/Resources -> Versions/Current/Resources
  619. /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/OSX/Crashlytics.framework/Versions/Current -> A
  620. /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/OSX/Crashlytics.framework/Headers -> Versions/Current/Headers
  621. /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1txw547/OSX/Crashlytics.framework/Modules -> Versions/Current/Modules
  622. > Copying Crashlytics from `/Users/vagrant/Library/Caches/CocoaPods/Pods/Release/Crashlytics/3.12.0-07fb1` to `Pods/Crashlytics`
  623.  
  624. -> Installing DynamicBlurView (3.0.1)
  625. > Git download
  626. > Git download
  627. $ /usr/local/bin/git clone https://github.com/KyoheiG3/DynamicBlurView.git /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-81dkeb --template= --single-branch --depth 1 --branch 3.0.1
  628. Cloning into '/var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-81dkeb'...
  629. Note: checking out '185dbde7f219fdbcc9d2eeacc1c464a7bdce5c2d'.
  630.  
  631. You are in 'detached HEAD' state. You can look around, make experimental
  632. changes and commit them, and you can discard any commits you make in this
  633. state without impacting any branches by performing another checkout.
  634.  
  635. If you want to create a new branch to retain commits you create, you may
  636. do so (now or later) by using -b with the checkout command again. Example:
  637.  
  638. git checkout -b <new-branch-name>
  639.  
  640. > Copying DynamicBlurView from `/Users/vagrant/Library/Caches/CocoaPods/Pods/Release/DynamicBlurView/3.0.1-b1df5` to `Pods/DynamicBlurView`
  641.  
  642. -> Installing Fabric (1.9.0)
  643. > Http download
  644. $ /usr/bin/curl -f -L -o /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-c9wjic/file.zip https://kit-downloads.fabric.io/cocoapods/fabric/1.9.0/fabric.zip --create-dirs --netrc-optional --retry 2
  645. % Total % Received % Xferd Average Speed Time Time Time Current
  646. Dload Upload Total Spent Left Speed
  647.  
  648. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
  649. 78 9637k 78 7594k 0 0 21.1M 0 --:--:-- --:--:-- --:--:-- 21.1M
  650. 100 9637k 100 9637k 0 0 21.7M 0 --:--:-- --:--:-- --:--:-- 21.7M
  651. $ /usr/bin/unzip /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-c9wjic/file.zip -d /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-c9wjic
  652. Archive: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-c9wjic/file.zip
  653. creating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-c9wjic/Fabric.framework/
  654. inflating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-c9wjic/Fabric.framework/README
  655. inflating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-c9wjic/Fabric.framework/run
  656. creating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-c9wjic/OSX/
  657. creating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-c9wjic/OSX/Fabric.framework/
  658. linking: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-c9wjic/OSX/Fabric.framework/Resources -> Versions/Current/Resources
  659. creating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-c9wjic/OSX/Fabric.framework/Versions/
  660. creating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-c9wjic/OSX/Fabric.framework/Versions/A/
  661. creating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-c9wjic/OSX/Fabric.framework/Versions/A/Resources/
  662. inflating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-c9wjic/OSX/Fabric.framework/Versions/A/Resources/Info.plist
  663. creating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-c9wjic/OSX/Fabric.framework/Versions/A/Headers/
  664. inflating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-c9wjic/OSX/Fabric.framework/Versions/A/Headers/Fabric.h
  665. inflating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-c9wjic/OSX/Fabric.framework/Versions/A/Headers/FABAttributes.h
  666. inflating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-c9wjic/OSX/Fabric.framework/Versions/A/Fabric
  667. creating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-c9wjic/OSX/Fabric.framework/Versions/A/Modules/
  668. inflating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-c9wjic/OSX/Fabric.framework/Versions/A/Modules/module.modulemap
  669. linking: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-c9wjic/OSX/Fabric.framework/Versions/Current -> A
  670. linking: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-c9wjic/OSX/Fabric.framework/Headers -> Versions/Current/Headers
  671. inflating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-c9wjic/OSX/Fabric.framework/uploadDSYM
  672. linking: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-c9wjic/OSX/Fabric.framework/Fabric -> Versions/Current/Fabric
  673. inflating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-c9wjic/OSX/Fabric.framework/run
  674. linking: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-c9wjic/OSX/Fabric.framework/Modules -> Versions/Current/Modules
  675. inflating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-c9wjic/README.md
  676. creating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-c9wjic/iOS/
  677. creating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-c9wjic/iOS/Fabric.framework/
  678. creating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-c9wjic/iOS/Fabric.framework/Headers/
  679. inflating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-c9wjic/iOS/Fabric.framework/Headers/Fabric.h
  680. inflating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-c9wjic/iOS/Fabric.framework/Headers/FABAttributes.h
  681. inflating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-c9wjic/iOS/Fabric.framework/uploadDSYM
  682. inflating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-c9wjic/iOS/Fabric.framework/Fabric
  683. inflating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-c9wjic/iOS/Fabric.framework/run
  684. creating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-c9wjic/iOS/Fabric.framework/Modules/
  685. inflating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-c9wjic/iOS/Fabric.framework/Modules/module.modulemap
  686. inflating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-c9wjic/iOS/Fabric.framework/Info.plist
  687. inflating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-c9wjic/run
  688. creating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-c9wjic/tvOS/
  689. creating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-c9wjic/tvOS/Fabric.framework/
  690. creating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-c9wjic/tvOS/Fabric.framework/Headers/
  691. inflating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-c9wjic/tvOS/Fabric.framework/Headers/Fabric.h
  692. inflating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-c9wjic/tvOS/Fabric.framework/Headers/FABAttributes.h
  693. inflating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-c9wjic/tvOS/Fabric.framework/uploadDSYM
  694. inflating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-c9wjic/tvOS/Fabric.framework/Fabric
  695. inflating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-c9wjic/tvOS/Fabric.framework/run
  696. creating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-c9wjic/tvOS/Fabric.framework/Modules/
  697. inflating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-c9wjic/tvOS/Fabric.framework/Modules/module.modulemap
  698. inflating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-c9wjic/tvOS/Fabric.framework/Info.plist
  699. inflating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-c9wjic/upload-symbols
  700. inflating: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-c9wjic/uploadDSYM
  701. finishing deferred symbolic links:
  702. /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-c9wjic/OSX/Fabric.framework/Resources -> Versions/Current/Resources
  703. /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-c9wjic/OSX/Fabric.framework/Versions/Current -> A
  704. /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-c9wjic/OSX/Fabric.framework/Headers -> Versions/Current/Headers
  705. /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-c9wjic/OSX/Fabric.framework/Fabric -> Versions/Current/Fabric
  706. /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-c9wjic/OSX/Fabric.framework/Modules -> Versions/Current/Modules
  707. > Copying Fabric from `/Users/vagrant/Library/Caches/CocoaPods/Pods/Release/Fabric/1.9.0-f988e` to `Pods/Fabric`
  708.  
  709. -> Installing Firebase (5.14.0)
  710. > Http download
  711. $ /usr/bin/curl -f -L -o /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-11mjg9z/file.tgz https://dl.google.com/dl/cpdc/76661736ac2a0ea3/Firebase-5.14.0.tar.gz --create-dirs --netrc-optional --retry 2
  712. % Total % Received % Xferd Average Speed Time Time Time Current
  713. Dload Upload Total Spent Left Speed
  714.  
  715. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
  716. 100 6721 100 6721 0 0 118k 0 --:--:-- --:--:-- --:--:-- 119k
  717. $ /usr/bin/tar xfz /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-11mjg9z/file.tgz -C /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-11mjg9z
  718. > Copying Firebase from `/Users/vagrant/Library/Caches/CocoaPods/Pods/Release/Firebase/5.14.0-963d5` to `Pods/Firebase`
  719.  
  720. -> Installing FirebaseAnalytics (5.4.0)
  721. > Http download
  722. $ /usr/bin/curl -f -L -o /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-8dnqza/file.tgz https://dl.google.com/dl/cpdc/353a20141ad2a091/FirebaseAnalytics-5.4.0.tar.gz --create-dirs --netrc-optional --retry 2
  723. % Total % Received % Xferd Average Speed Time Time Time Current
  724. Dload Upload Total Spent Left Speed
  725.  
  726. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
  727. 100 1384k 100 1384k 0 0 10.5M 0 --:--:-- --:--:-- --:--:-- 10.5M
  728. 100 1384k 100 1384k 0 0 10.5M 0 --:--:-- --:--:-- --:--:-- 10.5M
  729. $ /usr/bin/tar xfz /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-8dnqza/file.tgz -C /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-8dnqza
  730. > Copying FirebaseAnalytics from `/Users/vagrant/Library/Caches/CocoaPods/Pods/Release/FirebaseAnalytics/5.4.0-c06f9` to `Pods/FirebaseAnalytics`
  731.  
  732. -> Installing FirebaseCore (5.1.9)
  733. > Git download
  734. > Git download
  735. $ /usr/local/bin/git clone https://github.com/firebase/firebase-ios-sdk.git /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1kq82z2 --template= --single-branch --depth 1 --branch Core-5.1.9
  736. Cloning into '/var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1kq82z2'...
  737. Note: checking out '00d80f63408f91dc034f9c06b73f7b086fbd2e7f'.
  738.  
  739. You are in 'detached HEAD' state. You can look around, make experimental
  740. changes and commit them, and you can discard any commits you make in this
  741. state without impacting any branches by performing another checkout.
  742.  
  743. If you want to create a new branch to retain commits you create, you may
  744. do so (now or later) by using -b with the checkout command again. Example:
  745.  
  746. git checkout -b <new-branch-name>
  747.  
  748. > Copying FirebaseCore from `/Users/vagrant/Library/Caches/CocoaPods/Pods/Release/FirebaseCore/5.1.9-8f49b` to `Pods/FirebaseCore`
  749.  
  750. -> Installing FirebaseInstanceID (3.3.0)
  751. > Http download
  752. $ /usr/bin/curl -f -L -o /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1of3o5r/file.tgz https://dl.google.com/dl/cpdc/85e39daa6262cf56/FirebaseInstanceID-3.3.0.tar.gz --create-dirs --netrc-optional --retry 2
  753. % Total % Received % Xferd Average Speed Time Time Time Current
  754. Dload Upload Total Spent Left Speed
  755.  
  756. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
  757. 100 2210k 100 2210k 0 0 14.0M 0 --:--:-- --:--:-- --:--:-- 14.1M
  758. $ /usr/bin/tar xfz /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1of3o5r/file.tgz -C /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1of3o5r
  759. > Copying FirebaseInstanceID from `/Users/vagrant/Library/Caches/CocoaPods/Pods/Release/FirebaseInstanceID/3.3.0-e2fa4` to `Pods/FirebaseInstanceID`
  760.  
  761. -> Installing GoogleAnalytics (3.17.0)
  762. > Http download
  763. $ /usr/bin/curl -f -L -o /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1pz4e3z/file.tgz https://www.gstatic.com/cpdc/5cd71dd2f756bb01/GoogleAnalytics-3.17.0.tar.gz --create-dirs --netrc-optional --retry 2
  764. % Total % Received % Xferd Average Speed Time Time Time Current
  765. Dload Upload Total Spent Left Speed
  766.  
  767. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
  768. 100 3393k 100 3393k 0 0 12.3M 0 --:--:-- --:--:-- --:--:-- 12.4M
  769. $ /usr/bin/tar xfz /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1pz4e3z/file.tgz -C /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1pz4e3z
  770. > Copying GoogleAnalytics from `/Users/vagrant/Library/Caches/CocoaPods/Pods/Release/GoogleAnalytics/3.17.0-f42cc` to `Pods/GoogleAnalytics`
  771.  
  772. -> Installing GoogleAppMeasurement (5.4.0)
  773. > Http download
  774. $ /usr/bin/curl -f -L -o /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-15zxsz3/file.tgz https://dl.google.com/dl/cpdc/cfb6b1a7b6c44ed0/GoogleAppMeasurement-5.4.0.tar.gz --create-dirs --netrc-optional --retry 2
  775. % Total % Received % Xferd Average Speed Time Time Time Current
  776. Dload Upload Total Spent Left Speed
  777.  
  778. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
  779. 100 9104k 100 9104k 0 0 20.7M 0 --:--:-- --:--:-- --:--:-- 20.8M
  780. $ /usr/bin/tar xfz /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-15zxsz3/file.tgz -C /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-15zxsz3
  781. > Copying GoogleAppMeasurement from `/Users/vagrant/Library/Caches/CocoaPods/Pods/Release/GoogleAppMeasurement/5.4.0-98b71` to `Pods/GoogleAppMeasurement`
  782.  
  783. -> Installing GoogleSymbolUtilities (1.1.2)
  784. > Http download
  785. $ /usr/bin/curl -f -L -o /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1113vho/file.tgz https://dl.google.com/dl/cpdc/7ecdffda6fbef4af/GoogleSymbolUtilities-1.1.2.tar.gz --create-dirs --netrc-optional --retry 2
  786. % Total % Received % Xferd Average Speed Time Time Time Current
  787. Dload Upload Total Spent Left Speed
  788.  
  789. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
  790. 100 13396 100 13396 0 0 287k 0 --:--:-- --:--:-- --:--:-- 290k
  791. $ /usr/bin/tar xfz /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1113vho/file.tgz -C /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1113vho
  792. > Copying GoogleSymbolUtilities from `/Users/vagrant/Library/Caches/CocoaPods/Pods/Release/GoogleSymbolUtilities/1.1.2-631ee` to `Pods/GoogleSymbolUtilities`
  793.  
  794. -> Installing GoogleTagManager (7.1.1)
  795. > Http download
  796. $ /usr/bin/curl -f -L -o /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1df0fma/file.tgz https://dl.google.com/dl/cpdc/e9738e57da97d43a/GoogleTagManager-7.1.1.tar.gz --create-dirs --netrc-optional --retry 2
  797. % Total % Received % Xferd Average Speed Time Time Time Current
  798. Dload Upload Total Spent Left Speed
  799.  
  800. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
  801. 100 1466k 100 1466k 0 0 10.3M 0 --:--:-- --:--:-- --:--:-- 10.3M
  802. $ /usr/bin/tar xfz /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1df0fma/file.tgz -C /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1df0fma
  803. > Copying GoogleTagManager from `/Users/vagrant/Library/Caches/CocoaPods/Pods/Release/GoogleTagManager/7.1.1-f266d` to `Pods/GoogleTagManager`
  804.  
  805. -> Installing GoogleUtilities (5.3.6)
  806. > Git download
  807. > Git download
  808. $ /usr/local/bin/git clone https://github.com/firebase/firebase-ios-sdk.git /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-cxeitn --template= --single-branch --depth 1 --branch Utilities-5.3.6
  809. Cloning into '/var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-cxeitn'...
  810. Note: checking out '2cb236c393e027257b59350e928c14f9707ebe0e'.
  811.  
  812. You are in 'detached HEAD' state. You can look around, make experimental
  813. changes and commit them, and you can discard any commits you make in this
  814. state without impacting any branches by performing another checkout.
  815.  
  816. If you want to create a new branch to retain commits you create, you may
  817. do so (now or later) by using -b with the checkout command again. Example:
  818.  
  819. git checkout -b <new-branch-name>
  820.  
  821. > Copying GoogleUtilities from `/Users/vagrant/Library/Caches/CocoaPods/Pods/Release/GoogleUtilities/5.3.6-95996` to `Pods/GoogleUtilities`
  822.  
  823. -> Installing GoogleUtilitiesLegacy (1.3.2)
  824. > Http download
  825. $ /usr/bin/curl -f -L -o /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1juk41j/file.tgz https://dl.google.com/dl/cpdc/0042fdcb3a71fe81/GoogleUtilitiesLegacy-1.3.2.tar.gz --create-dirs --netrc-optional --retry 2
  826. % Total % Received % Xferd Average Speed Time Time Time Current
  827. Dload Upload Total Spent Left Speed
  828.  
  829. 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
  830. 100 1171k 100 1171k 0 0 10.9M 0 --:--:-- --:--:-- --:--:-- 10.9M
  831. $ /usr/bin/tar xfz /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1juk41j/file.tgz -C /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1juk41j
  832. > Copying GoogleUtilitiesLegacy from `/Users/vagrant/Library/Caches/CocoaPods/Pods/Release/GoogleUtilitiesLegacy/1.3.2-5501b` to `Pods/GoogleUtilitiesLegacy`
  833.  
  834. -> Installing IQKeyboardManagerSwift (6.2.0)
  835. > Git download
  836. > Git download
  837. $ /usr/local/bin/git clone https://github.com/hackiftekhar/IQKeyboardManager.git /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1dyh2rp --template= --single-branch --depth 1 --branch v6.2.0
  838. Cloning into '/var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1dyh2rp'...
  839. Note: checking out '71d6278255f95cb26e52c14790bd88709c27f952'.
  840.  
  841. You are in 'detached HEAD' state. You can look around, make experimental
  842. changes and commit them, and you can discard any commits you make in this
  843. state without impacting any branches by performing another checkout.
  844.  
  845. If you want to create a new branch to retain commits you create, you may
  846. do so (now or later) by using -b with the checkout command again. Example:
  847.  
  848. git checkout -b <new-branch-name>
  849.  
  850. > Copying IQKeyboardManagerSwift from `/Users/vagrant/Library/Caches/CocoaPods/Pods/Release/IQKeyboardManagerSwift/6.2.0-b07cc` to `Pods/IQKeyboardManagerSwift`
  851.  
  852. -> Installing M13Checkbox (3.3.2)
  853. > Git download
  854. > Git download
  855. $ /usr/local/bin/git clone https://github.com/Marxon13/M13Checkbox.git /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-115p6rc --template= --single-branch --depth 1 --branch 3.3.2
  856. Cloning into '/var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-115p6rc'...
  857. Note: checking out '2032c625da788ba4826d0cefd3a3db05f2344fc2'.
  858.  
  859. You are in 'detached HEAD' state. You can look around, make experimental
  860. changes and commit them, and you can discard any commits you make in this
  861. state without impacting any branches by performing another checkout.
  862.  
  863. If you want to create a new branch to retain commits you create, you may
  864. do so (now or later) by using -b with the checkout command again. Example:
  865.  
  866. git checkout -b <new-branch-name>
  867.  
  868. > Copying M13Checkbox from `/Users/vagrant/Library/Caches/CocoaPods/Pods/Release/M13Checkbox/3.3.2-d75dc` to `Pods/M13Checkbox`
  869.  
  870. -> Installing OneSignal (2.9.3)
  871. > Git download
  872. > Git download
  873. $ /usr/local/bin/git clone https://github.com/OneSignal/OneSignal-iOS-SDK.git /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-16drdzv --template= --single-branch --depth 1 --branch 2.9.3
  874. Cloning into '/var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-16drdzv'...
  875. Note: checking out '1c8a853903d7a6e87d1b1ef8f8bb7d3337241892'.
  876.  
  877. You are in 'detached HEAD' state. You can look around, make experimental
  878. changes and commit them, and you can discard any commits you make in this
  879. state without impacting any branches by performing another checkout.
  880.  
  881. If you want to create a new branch to retain commits you create, you may
  882. do so (now or later) by using -b with the checkout command again. Example:
  883.  
  884. git checkout -b <new-branch-name>
  885.  
  886. > Copying OneSignal from `/Users/vagrant/Library/Caches/CocoaPods/Pods/Release/OneSignal/2.9.3-a506e` to `Pods/OneSignal`
  887.  
  888. -> Installing SimpleKeychain (0.8.1)
  889. > Git download
  890. > Git download
  891. $ /usr/local/bin/git clone https://github.com/auth0/SimpleKeychain.git /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1jwbhww --template= --single-branch --depth 1 --branch 0.8.1
  892. Cloning into '/var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-1jwbhww'...
  893. Note: checking out 'e9e7d0c39d9ab76b325b9daf21cb414aefd37572'.
  894.  
  895. You are in 'detached HEAD' state. You can look around, make experimental
  896. changes and commit them, and you can discard any commits you make in this
  897. state without impacting any branches by performing another checkout.
  898.  
  899. If you want to create a new branch to retain commits you create, you may
  900. do so (now or later) by using -b with the checkout command again. Example:
  901.  
  902. git checkout -b <new-branch-name>
  903.  
  904. > Copying SimpleKeychain from `/Users/vagrant/Library/Caches/CocoaPods/Pods/Release/SimpleKeychain/0.8.1-e2485` to `Pods/SimpleKeychain`
  905.  
  906. -> Installing SwiftDate (5.0.13)
  907. > Git download
  908. > Git download
  909. $ /usr/local/bin/git clone https://github.com/malcommac/SwiftDate.git /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-fa965 --template= --single-branch --depth 1 --branch 5.0.13
  910. Cloning into '/var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-fa965'...
  911. Note: checking out '9608361b6a7ee726b12a9d40a29a4614faec12fb'.
  912.  
  913. You are in 'detached HEAD' state. You can look around, make experimental
  914. changes and commit them, and you can discard any commits you make in this
  915. state without impacting any branches by performing another checkout.
  916.  
  917. If you want to create a new branch to retain commits you create, you may
  918. do so (now or later) by using -b with the checkout command again. Example:
  919.  
  920. git checkout -b <new-branch-name>
  921.  
  922. > Copying SwiftDate from `/Users/vagrant/Library/Caches/CocoaPods/Pods/Release/SwiftDate/5.0.13-f4aea` to `Pods/SwiftDate`
  923.  
  924. -> Installing SwiftKeychainWrapper (3.0.1)
  925. > Git download
  926. > Git download
  927. $ /usr/local/bin/git clone https://github.com/jrendel/SwiftKeychainWrapper.git /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-xk24ty --template= --single-branch --depth 1 --branch 3.0.1
  928. Cloning into '/var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-xk24ty'...
  929. Note: checking out '46e5980ee7630be015aae6a6307c2fe1e8f3661d'.
  930.  
  931. You are in 'detached HEAD' state. You can look around, make experimental
  932. changes and commit them, and you can discard any commits you make in this
  933. state without impacting any branches by performing another checkout.
  934.  
  935. If you want to create a new branch to retain commits you create, you may
  936. do so (now or later) by using -b with the checkout command again. Example:
  937.  
  938. git checkout -b <new-branch-name>
  939.  
  940. > Copying SwiftKeychainWrapper from `/Users/vagrant/Library/Caches/CocoaPods/Pods/Release/SwiftKeychainWrapper/3.0.1-38952` to `Pods/SwiftKeychainWrapper`
  941.  
  942. -> Installing SwiftyGif (4.2.0)
  943. > Git download
  944. > Git download
  945. $ /usr/local/bin/git clone https://github.com/kirualex/SwiftyGif.git /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-rxnn1a --template= --single-branch --depth 1 --branch 4.2.0
  946. Cloning into '/var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-rxnn1a'...
  947. Note: checking out 'e6b49b27e9c234dbef929c9392a529bc46f9320d'.
  948.  
  949. You are in 'detached HEAD' state. You can look around, make experimental
  950. changes and commit them, and you can discard any commits you make in this
  951. state without impacting any branches by performing another checkout.
  952.  
  953. If you want to create a new branch to retain commits you create, you may
  954. do so (now or later) by using -b with the checkout command again. Example:
  955.  
  956. git checkout -b <new-branch-name>
  957.  
  958. > Copying SwiftyGif from `/Users/vagrant/Library/Caches/CocoaPods/Pods/Release/SwiftyGif/4.2.0-a149b` to `Pods/SwiftyGif`
  959.  
  960. -> Installing SwiftyUserDefaults (4.0.0-alpha.1)
  961. > Git download
  962. > Git download
  963. $ /usr/local/bin/git clone https://github.com/radex/SwiftyUserDefaults.git /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-zauhvt --template= --single-branch --depth 1 --branch 4.0.0-alpha.1
  964. Cloning into '/var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-zauhvt'...
  965. Note: checking out '9884627ad7afc2d3dca6e212781c78a67ddf4c36'.
  966.  
  967. You are in 'detached HEAD' state. You can look around, make experimental
  968. changes and commit them, and you can discard any commits you make in this
  969. state without impacting any branches by performing another checkout.
  970.  
  971. If you want to create a new branch to retain commits you create, you may
  972. do so (now or later) by using -b with the checkout command again. Example:
  973.  
  974. git checkout -b <new-branch-name>
  975.  
  976. > Copying SwiftyUserDefaults from `/Users/vagrant/Library/Caches/CocoaPods/Pods/Release/SwiftyUserDefaults/4.0.0-alpha.1-cebe0` to `Pods/SwiftyUserDefaults`
  977.  
  978. -> Installing TTSegmentedControl (0.4.7)
  979. > Git download
  980. > Git download
  981. $ /usr/local/bin/git clone https://github.com/tapptitude/TTSegmentedControl.git /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-4cm6ol --template= --single-branch --depth 1 --branch 0.4.7
  982. Cloning into '/var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-4cm6ol'...
  983. Note: checking out '3a58feefb87864c064771ce5fde361a83594f2d2'.
  984.  
  985. You are in 'detached HEAD' state. You can look around, make experimental
  986. changes and commit them, and you can discard any commits you make in this
  987. state without impacting any branches by performing another checkout.
  988.  
  989. If you want to create a new branch to retain commits you create, you may
  990. do so (now or later) by using -b with the checkout command again. Example:
  991.  
  992. git checkout -b <new-branch-name>
  993.  
  994. > Copying TTSegmentedControl from `/Users/vagrant/Library/Caches/CocoaPods/Pods/Release/TTSegmentedControl/0.4.7-422a8` to `Pods/TTSegmentedControl`
  995.  
  996. -> Installing Yams (1.0.1)
  997. > Git download
  998. > Git download
  999. $ /usr/local/bin/git clone https://github.com/jpsim/Yams.git /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-v8qvm1 --template= --single-branch --depth 1 --branch 1.0.1
  1000. Cloning into '/var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-v8qvm1'...
  1001. Note: checking out '26ab35f50ea891e8edefcc9d975db2f6b67e1d68'.
  1002.  
  1003. You are in 'detached HEAD' state. You can look around, make experimental
  1004. changes and commit them, and you can discard any commits you make in this
  1005. state without impacting any branches by performing another checkout.
  1006.  
  1007. If you want to create a new branch to retain commits you create, you may
  1008. do so (now or later) by using -b with the checkout command again. Example:
  1009.  
  1010. git checkout -b <new-branch-name>
  1011.  
  1012. > Copying Yams from `/Users/vagrant/Library/Caches/CocoaPods/Pods/Release/Yams/1.0.1-572f6` to `Pods/Yams`
  1013.  
  1014. -> Installing lottie-ios (2.5.2)
  1015. > Git download
  1016. > Git download
  1017. $ /usr/local/bin/git clone https://github.com/airbnb/lottie-ios.git /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-fhorni --template= --single-branch --depth 1 --branch 2.5.2
  1018. Cloning into '/var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-fhorni'...
  1019. Note: checking out '4a4367659c0b8576d4a106669ff2ba129026085f'.
  1020.  
  1021. You are in 'detached HEAD' state. You can look around, make experimental
  1022. changes and commit them, and you can discard any commits you make in this
  1023. state without impacting any branches by performing another checkout.
  1024.  
  1025. If you want to create a new branch to retain commits you create, you may
  1026. do so (now or later) by using -b with the checkout command again. Example:
  1027.  
  1028. git checkout -b <new-branch-name>
  1029.  
  1030. > Copying lottie-ios from `/Users/vagrant/Library/Caches/CocoaPods/Pods/Release/lottie-ios/2.5.2-3fef4` to `Pods/lottie-ios`
  1031.  
  1032. -> Installing nanopb (0.3.901)
  1033. > Git download
  1034. > Git download
  1035. $ /usr/local/bin/git clone https://github.com/nanopb/nanopb.git /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-4iqhl1 --template= --single-branch --depth 1 --branch 0.3.9.1
  1036. Cloning into '/var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/d20190124-1522-4iqhl1'...
  1037. Note: checking out '04cd1f94cc513b4cb3eac924c74039ccc05a944b'.
  1038.  
  1039. You are in 'detached HEAD' state. You can look around, make experimental
  1040. changes and commit them, and you can discard any commits you make in this
  1041. state without impacting any branches by performing another checkout.
  1042.  
  1043. If you want to create a new branch to retain commits you create, you may
  1044. do so (now or later) by using -b with the checkout command again. Example:
  1045.  
  1046. git checkout -b <new-branch-name>
  1047.  
  1048. > Copying nanopb from `/Users/vagrant/Library/Caches/CocoaPods/Pods/Release/nanopb/0.3.901-2901f` to `Pods/nanopb`
  1049. - Running pre install hooks
  1050.  
  1051. Generating Pods project
  1052. - Creating Pods project
  1053. - Adding source files to Pods project
  1054. - Adding frameworks to Pods project
  1055. - Adding libraries to Pods project
  1056. - Adding resources to Pods project
  1057. - Linking headers
  1058. - Installing targets
  1059. - Installing target `Alamofire` iOS 8.0
  1060. - Generating module map file at `Pods/Target Support Files/Alamofire/Alamofire.modulemap`
  1061. - Generating umbrella header at `Pods/Target Support Files/Alamofire/Alamofire-umbrella.h`
  1062. - Generating Info.plist file at `Pods/Target Support Files/Alamofire/Info.plist`
  1063. - Installing target `Atributika` iOS 8.0
  1064. - Generating module map file at `Pods/Target Support Files/Atributika/Atributika.modulemap`
  1065. - Generating umbrella header at `Pods/Target Support Files/Atributika/Atributika-umbrella.h`
  1066. - Generating Info.plist file at `Pods/Target Support Files/Atributika/Info.plist`
  1067. - Installing target `Auth0` iOS 9.0
  1068. - Generating module map file at `Pods/Target Support Files/Auth0/Auth0.modulemap`
  1069. - Generating umbrella header at `Pods/Target Support Files/Auth0/Auth0-umbrella.h`
  1070. - Generating Info.plist file at `Pods/Target Support Files/Auth0/Info.plist`
  1071. - Installing target `CodableAlamofire` iOS 8.0
  1072. - Generating module map file at `Pods/Target Support Files/CodableAlamofire/CodableAlamofire.modulemap`
  1073. - Generating umbrella header at `Pods/Target Support Files/CodableAlamofire/CodableAlamofire-umbrella.h`
  1074. - Generating Info.plist file at `Pods/Target Support Files/CodableAlamofire/Info.plist`
  1075. - Installing target `DynamicBlurView` iOS 8.0
  1076. - Generating module map file at `Pods/Target Support Files/DynamicBlurView/DynamicBlurView.modulemap`
  1077. - Generating umbrella header at `Pods/Target Support Files/DynamicBlurView/DynamicBlurView-umbrella.h`
  1078. - Generating Info.plist file at `Pods/Target Support Files/DynamicBlurView/Info.plist`
  1079. - Installing target `FirebaseCore` iOS 8.0
  1080. - Generating module map file at `Pods/Target Support Files/FirebaseCore/FirebaseCore.modulemap`
  1081. - Generating umbrella header at `Pods/Target Support Files/FirebaseCore/FirebaseCore-umbrella.h`
  1082. - Generating Info.plist file at `Pods/Target Support Files/GoogleTagManager/ResourceBundle-TagManagerResources-Info.plist`
  1083. - Installing target `GoogleUtilities` iOS 8.0
  1084. - Generating module map file at `Pods/Target Support Files/GoogleUtilities/GoogleUtilities.modulemap`
  1085. - Generating umbrella header at `Pods/Target Support Files/GoogleUtilities/GoogleUtilities-umbrella.h`
  1086. - Generating Info.plist file at `Pods/Target Support Files/GoogleUtilities/Info.plist`
  1087. - Installing target `IQKeyboardManagerSwift` iOS 8.0
  1088. - Generating module map file at `Pods/Target Support Files/IQKeyboardManagerSwift/IQKeyboardManagerSwift.modulemap`
  1089. - Generating umbrella header at `Pods/Target Support Files/IQKeyboardManagerSwift/IQKeyboardManagerSwift-umbrella.h`
  1090. - Generating Info.plist file at `Pods/Target Support Files/IQKeyboardManagerSwift/Info.plist`
  1091. - Installing target `M13Checkbox` iOS 8.0
  1092. - Generating module map file at `Pods/Target Support Files/M13Checkbox/M13Checkbox.modulemap`
  1093. - Generating umbrella header at `Pods/Target Support Files/M13Checkbox/M13Checkbox-umbrella.h`
  1094. - Generating Info.plist file at `Pods/Target Support Files/M13Checkbox/Info.plist`
  1095. - Installing target `SimpleKeychain` iOS 8.0
  1096. - Generating module map file at `Pods/Target Support Files/SimpleKeychain/SimpleKeychain.modulemap`
  1097. - Generating umbrella header at `Pods/Target Support Files/SimpleKeychain/SimpleKeychain-umbrella.h`
  1098. - Generating Info.plist file at `Pods/Target Support Files/SimpleKeychain/Info.plist`
  1099. - Installing target `SwiftDate` iOS 8.0
  1100. - Generating module map file at `Pods/Target Support Files/SwiftDate/SwiftDate.modulemap`
  1101. - Generating umbrella header at `Pods/Target Support Files/SwiftDate/SwiftDate-umbrella.h`
  1102. - Generating Info.plist file at `Pods/Target Support Files/SwiftDate/Info.plist`
  1103. - Installing target `SwiftKeychainWrapper` iOS 8.0
  1104. - Generating module map file at `Pods/Target Support Files/SwiftKeychainWrapper/SwiftKeychainWrapper.modulemap`
  1105. - Generating umbrella header at `Pods/Target Support Files/SwiftKeychainWrapper/SwiftKeychainWrapper-umbrella.h`
  1106. - Generating Info.plist file at `Pods/Target Support Files/SwiftKeychainWrapper/Info.plist`
  1107. - Installing target `SwiftyGif` iOS 8.0
  1108. - Generating module map file at `Pods/Target Support Files/SwiftyGif/SwiftyGif.modulemap`
  1109. - Generating umbrella header at `Pods/Target Support Files/SwiftyGif/SwiftyGif-umbrella.h`
  1110. - Generating Info.plist file at `Pods/Target Support Files/SwiftyGif/Info.plist`
  1111. - Installing target `SwiftyUserDefaults` iOS 8.0
  1112. - Generating module map file at `Pods/Target Support Files/SwiftyUserDefaults/SwiftyUserDefaults.modulemap`
  1113. - Generating umbrella header at `Pods/Target Support Files/SwiftyUserDefaults/SwiftyUserDefaults-umbrella.h`
  1114. - Generating Info.plist file at `Pods/Target Support Files/SwiftyUserDefaults/Info.plist`
  1115. - Installing target `TTSegmentedControl` iOS 8.0
  1116. - Generating module map file at `Pods/Target Support Files/TTSegmentedControl/TTSegmentedControl.modulemap`
  1117. - Generating umbrella header at `Pods/Target Support Files/TTSegmentedControl/TTSegmentedControl-umbrella.h`
  1118. - Generating Info.plist file at `Pods/Target Support Files/TTSegmentedControl/Info.plist`
  1119. - Installing target `Yams` iOS 8.0
  1120. - Generating module map file at `Pods/Target Support Files/Yams/Yams.modulemap`
  1121. - Generating umbrella header at `Pods/Target Support Files/Yams/Yams-umbrella.h`
  1122. - Generating Info.plist file at `Pods/Target Support Files/Yams/Info.plist`
  1123. - Installing target `lottie-ios` iOS 8.0
  1124. - Generating module map file at `Pods/Target Support Files/lottie-ios/lottie-ios.modulemap`
  1125. - Generating umbrella header at `Pods/Target Support Files/lottie-ios/lottie-ios-umbrella.h`
  1126. - Generating Info.plist file at `Pods/Target Support Files/lottie-ios/Info.plist`
  1127. - Installing target `nanopb` iOS 8.0
  1128. - Generating module map file at `Pods/Target Support Files/nanopb/nanopb.modulemap`
  1129. - Generating umbrella header at `Pods/Target Support Files/nanopb/nanopb-umbrella.h`
  1130. - Generating Info.plist file at `Pods/Target Support Files/nanopb/Info.plist`
  1131. - Installing target `Pods-plc` iOS 11.0
  1132. - Generating Info.plist file at `Pods/Target Support Files/Pods-plc/Info.plist`
  1133. - Generating module map file at `Pods/Target Support Files/Pods-plc/Pods-plc.modulemap`
  1134. - Generating umbrella header at `Pods/Target Support Files/Pods-plc/Pods-plc-umbrella.h`
  1135. - Installing target `Pods-plc-OneSignalNotificationServiceExtension` iOS 11.0
  1136. - Generating Info.plist file at `Pods/Target Support Files/Pods-plc-OneSignalNotificationServiceExtension/Info.plist`
  1137. - Generating module map file at `Pods/Target Support Files/Pods-plc-OneSignalNotificationServiceExtension/Pods-plc-OneSignalNotificationServiceExtension.modulemap`
  1138. - Generating umbrella header at `Pods/Target Support Files/Pods-plc-OneSignalNotificationServiceExtension/Pods-plc-OneSignalNotificationServiceExtension-umbrella.h`
  1139. - Installing target `Pods-plcKaribaEntreprise` iOS 11.0
  1140. - Generating Info.plist file at `Pods/Target Support Files/Pods-plcKaribaEntreprise/Info.plist`
  1141. - Generating module map file at `Pods/Target Support Files/Pods-plcKaribaEntreprise/Pods-plcKaribaEntreprise.modulemap`
  1142. - Generating umbrella header at `Pods/Target Support Files/Pods-plcKaribaEntreprise/Pods-plcKaribaEntreprise-umbrella.h`
  1143. - Installing target `Pods-plcKaribaEntreprise-OneSignalNotificationServiceExtensionEntreprise` iOS 11.0
  1144. - Generating Info.plist file at `Pods/Target Support Files/Pods-plcKaribaEntreprise-OneSignalNotificationServiceExtensionEntreprise/Info.plist`
  1145. - Generating module map file at `Pods/Target Support Files/Pods-plcKaribaEntreprise-OneSignalNotificationServiceExtensionEntreprise/Pods-plcKaribaEntreprise-OneSignalNotificationServiceExtensionEntreprise.modulemap`
  1146. - Generating umbrella header at `Pods/Target Support Files/Pods-plcKaribaEntreprise-OneSignalNotificationServiceExtensionEntreprise/Pods-plcKaribaEntreprise-OneSignalNotificationServiceExtensionEntreprise-umbrella.h`
  1147. - Installing target `Pods-plcKaribaStaging` iOS 11.0
  1148. - Generating Info.plist file at `Pods/Target Support Files/Pods-plcKaribaStaging/Info.plist`
  1149. - Generating module map file at `Pods/Target Support Files/Pods-plcKaribaStaging/Pods-plcKaribaStaging.modulemap`
  1150. - Generating umbrella header at `Pods/Target Support Files/Pods-plcKaribaStaging/Pods-plcKaribaStaging-umbrella.h`
  1151. - Installing target `Pods-plcKaribaStaging-OneSignalNotificationServiceExtensionStaging` iOS 11.0
  1152. - Generating Info.plist file at `Pods/Target Support Files/Pods-plcKaribaStaging-OneSignalNotificationServiceExtensionStaging/Info.plist`
  1153. - Generating module map file at `Pods/Target Support Files/Pods-plcKaribaStaging-OneSignalNotificationServiceExtensionStaging/Pods-plcKaribaStaging-OneSignalNotificationServiceExtensionStaging.modulemap`
  1154. - Generating umbrella header at `Pods/Target Support Files/Pods-plcKaribaStaging-OneSignalNotificationServiceExtensionStaging/Pods-plcKaribaStaging-OneSignalNotificationServiceExtensionStaging-umbrella.h`
  1155. - Installing target `Pods-plcTests` iOS 11.0
  1156. - Generating Info.plist file at `Pods/Target Support Files/Pods-plcTests/Info.plist`
  1157. - Generating module map file at `Pods/Target Support Files/Pods-plcTests/Pods-plcTests.modulemap`
  1158. - Generating umbrella header at `Pods/Target Support Files/Pods-plcTests/Pods-plcTests-umbrella.h`
  1159. - Installing target `Pods-plcUITests` iOS 11.0
  1160. - Generating Info.plist file at `Pods/Target Support Files/Pods-plcUITests/Info.plist`
  1161. - Generating module map file at `Pods/Target Support Files/Pods-plcUITests/Pods-plcUITests.modulemap`
  1162. - Generating umbrella header at `Pods/Target Support Files/Pods-plcUITests/Pods-plcUITests-umbrella.h`
  1163. - Running post install hooks
  1164.  
  1165. ###### Customizations ######
  1166. post_install hook:
  1167. • Set IQKeyboardManagerSwift && Auth0 pod target APPLICATION_EXTENSION_API_ONLY to NO
  1168. • Set IQKeyboardManagerSwift && Auth0 pod target APPLICATION_EXTENSION_API_ONLY to NO
  1169. - Podfile
  1170. - Writing Xcode project file to `Pods/Pods.xcodeproj`
  1171. - Generating deterministic UUIDs
  1172. - Writing Lockfile in `Podfile.lock`
  1173. - Writing Manifest in `Pods/Manifest.lock`
  1174.  
  1175. Integrating client project
  1176.  
  1177. [!] Please close any current Xcode sessions and use `plc.xcworkspace` for this project from now on.
  1178.  
  1179. Integrating target `Pods-plc` (`plc.xcodeproj` project)
  1180.  
  1181. Integrating target `Pods-plc-OneSignalNotificationServiceExtension` (`plc.xcodeproj` project)
  1182.  
  1183. Integrating target `Pods-plcKaribaEntreprise` (`plc.xcodeproj` project)
  1184.  
  1185. Integrating target `Pods-plcKaribaEntreprise-OneSignalNotificationServiceExtensionEntreprise` (`plc.xcodeproj` project)
  1186.  
  1187. Integrating target `Pods-plcKaribaStaging` (`plc.xcodeproj` project)
  1188.  
  1189. Integrating target `Pods-plcKaribaStaging-OneSignalNotificationServiceExtensionStaging` (`plc.xcodeproj` project)
  1190.  
  1191. Integrating target `Pods-plcTests` (`plc.xcodeproj` project)
  1192.  
  1193. Integrating target `Pods-plcUITests` (`plc.xcodeproj` project)
  1194. - Running post install hooks
  1195. - cocoapods-stats from `/usr/local/lib/ruby/gems/2.5.0/gems/cocoapods-stats-1.0.0/lib/cocoapods_plugin.rb`
  1196.  
  1197. Sending stats
  1198. - Alamofire, 4.8.0
  1199. - Atributika, 4.6.8
  1200. - Auth0, 1.13.0
  1201. - CodableAlamofire, 1.1.0
  1202. - Crashlytics, 3.12.0
  1203. - DynamicBlurView, 3.0.1
  1204. - Fabric, 1.9.0
  1205. - Firebase, 5.14.0
  1206. - FirebaseAnalytics, 5.4.0
  1207. - FirebaseCore, 5.1.9
  1208. - FirebaseInstanceID, 3.3.0
  1209. - GoogleAnalytics, 3.17.0
  1210. - GoogleAppMeasurement, 5.4.0
  1211. - GoogleSymbolUtilities, 1.1.2
  1212. - GoogleTagManager, 7.1.1
  1213. - GoogleUtilities, 5.3.6
  1214. - GoogleUtilitiesLegacy, 1.3.2
  1215. - IQKeyboardManagerSwift, 6.2.0
  1216. - M13Checkbox, 3.3.2
  1217. - OneSignal, 2.9.3
  1218. - SimpleKeychain, 0.8.1
  1219. - SwiftDate, 5.0.13
  1220. - SwiftKeychainWrapper, 3.0.1
  1221. - SwiftyGif, 4.2.0
  1222. - SwiftyUserDefaults, 4.0.0-alpha.1
  1223. - TTSegmentedControl, 0.4.7
  1224. - Yams, 1.0.1
  1225. - lottie-ios, 2.5.2
  1226. - nanopb, 0.3.901
  1227.  
  1228. -> Pod installation complete! There are 19 dependencies from the Podfile and 29 total pods installed.
  1229.  
  1230. [!] The `plc [Debug]` target overrides the `ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES` build setting defined in `Pods/Target Support Files/Pods-plc/Pods-plc.debug.xcconfig'. This can lead to problems with the CocoaPods installation
  1231.  
  1232. [!] The `plc [InHouse]` target overrides the `ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES` build setting defined in `Pods/Target Support Files/Pods-plc/Pods-plc.inhouse.xcconfig'. This can lead to problems with the CocoaPods installation
  1233.  
  1234. [!] The `plc [Release]` target overrides the `ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES` build setting defined in `Pods/Target Support Files/Pods-plc/Pods-plc.release.xcconfig'. This can lead to problems with the CocoaPods installation
  1235.  
  1236. [!] The `plcKaribaStaging [Debug]` target overrides the `ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES` build setting defined in `Pods/Target Support Files/Pods-plcKaribaStaging/Pods-plcKaribaStaging.debug.xcconfig'. This can lead to problems with the CocoaPods installation
  1237.  
  1238. [!] The `plcKaribaStaging [InHouse]` target overrides the `ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES` build setting defined in `Pods/Target Support Files/Pods-plcKaribaStaging/Pods-plcKaribaStaging.inhouse.xcconfig'. This can lead to problems with the CocoaPods installation
  1239.  
  1240. [!] The `plcKaribaStaging [Release]` target overrides the `ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES` build setting defined in `Pods/Target Support Files/Pods-plcKaribaStaging/Pods-plcKaribaStaging.release.xcconfig'. This can lead to problems with the CocoaPods installation
  1241.  
  1242. [!] The `plcKaribaEntreprise [Debug]` target overrides the `ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES` build setting defined in `Pods/Target Support Files/Pods-plcKaribaEntreprise/Pods-plcKaribaEntreprise.debug.xcconfig'. This can lead to problems with the CocoaPods installation
  1243.  
  1244. [!] The `plcKaribaEntreprise [InHouse]` target overrides the `ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES` build setting defined in `Pods/Target Support Files/Pods-plcKaribaEntreprise/Pods-plcKaribaEntreprise.inhouse.xcconfig'. This can lead to problems with the CocoaPods installation
  1245.  
  1246. [!] The `plcKaribaEntreprise [Release]` target overrides the `ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES` build setting defined in `Pods/Target Support Files/Pods-plcKaribaEntreprise/Pods-plcKaribaEntreprise.release.xcconfig'. This can lead to problems with the CocoaPods installation
  1247. - Use the `$(inherited)` flag, or
  1248. - Remove the build settings from the target.
  1249. - Use the `$(inherited)` flag, or
  1250. - Remove the build settings from the target.
  1251. - Use the `$(inherited)` flag, or
  1252. - Remove the build settings from the target.
  1253. - Use the `$(inherited)` flag, or
  1254. - Remove the build settings from the target.
  1255. - Use the `$(inherited)` flag, or
  1256. - Remove the build settings from the target.
  1257. - Use the `$(inherited)` flag, or
  1258. - Remove the build settings from the target.
  1259. - Use the `$(inherited)` flag, or
  1260. - Remove the build settings from the target.
  1261. - Use the `$(inherited)` flag, or
  1262. - Remove the build settings from the target.
  1263. - Use the `$(inherited)` flag, or
  1264. - Remove the build settings from the target.
  1265.  
  1266. Collecting Pod cache paths...
  1267. Success!
  1268. | |
  1269. +---+---------------------------------------------------------------+----------+
  1270. | ✓ | cocoapods-install@1.7.2 | 57 sec |
  1271. +---+---------------------------------------------------------------+----------+
  1272.  
  1273.  
  1274. +------------------------------------------------------------------------------+
  1275. | (5) fastlane@2.3.12 |
  1276. +------------------------------------------------------------------------------+
  1277. | id: fastlane |
  1278. | version: 2.3.12 |
  1279. | collection: https://github.com/bitrise-io/bitrise-steplib.git |
  1280. | toolkit: go |
  1281. | time: 2019-01-24T02:42:26-08:00 |
  1282. +------------------------------------------------------------------------------+
  1283. | |
  1284. INFO[02:42:26] * [OK] Step dependency (go) installed, available.
  1285.  
  1286. Configs:
  1287. - WorkDir: .
  1288. - Lane: build
  1289. - UpdateFastlane: true
  1290.  
  1291. Expand WorkDir
  1292. Expanded WorkDir: /Users/vagrant/git
  1293.  
  1294. Determine desired Fastlane version
  1295. Checking Gemfile.lock (/Users/vagrant/git/Gemfile.lock) for fastlane gem
  1296. Gemfile.lock defined fastlane version: 2.112.0
  1297.  
  1298. Install Fastlane with bundler
  1299. $ bundle "install" "--jobs" "20" "--retry" "5"
  1300. Warning: the running version of Bundler (1.16.2) is older than the version that created the lockfile (1.17.1). We suggest you upgrade to the latest version of Bundler by running `gem install bundler`.
  1301. Fetching gem metadata from https://rubygems.org/........
  1302. Using CFPropertyList 3.0.0
  1303. Using concurrent-ruby 1.0.5
  1304. Using thread_safe 0.3.6
  1305. Using public_suffix 2.0.5
  1306. Using atomos 0.1.3
  1307. Using babosa 1.0.2
  1308. Using bundler 1.16.2
  1309. Using claide 1.0.2
  1310. Using fuzzy_match 2.0.4
  1311. Using nap 1.1.0
  1312. Using cocoapods-deintegrate 1.0.2
  1313. Using cocoapods-downloader 1.2.1
  1314. Using cocoapods-search 1.0.0
  1315. Using cocoapods-stats 1.0.0
  1316. Using netrc 0.11.0
  1317. Using cocoapods-try 1.1.0
  1318. Using colored2 3.1.2
  1319. Using escape 0.0.4
  1320. Using fourflusher 2.0.1
  1321. Using gh_inspector 1.1.3
  1322. Using ruby-macho 1.2.0
  1323. Using nanaimo 0.2.6
  1324. Using colored 1.2
  1325. Using highline 1.7.10
  1326. Using declarative 0.0.10
  1327. Using declarative-option 0.1.0
  1328. Using unf_ext 0.0.7.5
  1329. Using dotenv 2.5.0
  1330. Using emoji_regex 0.1.1
  1331. Using excon 0.62.0
  1332. Using multipart-post 2.0.0
  1333. Using jwt 2.1.0
  1334. Using memoist 0.16.0
  1335. Using multi_json 1.13.1
  1336. Using os 1.0.0
  1337. Using httpclient 2.8.3
  1338. Using mime-types-data 3.2018.0812
  1339. Using uber 0.1.0
  1340. Using retriable 3.1.2
  1341. Using json 2.1.0
  1342. Using mini_magick 4.5.1
  1343. Using multi_xml 0.6.0
  1344. Fetching molinillo 0.6.5
  1345. Using rubyzip 1.2.2
  1346. Using security 0.1.3
  1347. Fetching plist 3.5.0
  1348. Using naturally 2.2.0
  1349. Using slack-notifier 2.3.2
  1350. Using terminal-notifier 1.8.0
  1351. Fetching digest-crc 0.4.1
  1352. Fetching fastimage 2.1.5
  1353. Using tty-screen 0.6.5
  1354. Using tty-cursor 0.6.0
  1355. Using word_wrap 1.0.0
  1356. Using rouge 2.0.7
  1357. Using tzinfo 1.2.5
  1358. Using addressable 2.5.2
  1359. Using commander-fastlane 4.4.6
  1360. Using unf 0.1.4
  1361. Using mime-types 3.2.2
  1362. Using representable 3.0.4
  1363. Using i18n 0.9.5
  1364. Fetching unicode-display_width 1.4.1
  1365. Using domain_name 0.5.20180417
  1366. Using simctl 1.6.5
  1367. Fetching tty-spinner 0.9.0
  1368. Fetching faraday 0.15.4
  1369. Fetching minitest 5.11.3
  1370. Using xcpretty 0.3.0
  1371. Fetching xcodeproj 1.7.0
  1372. Using xcpretty-travis-formatter 1.0.0
  1373. Using cocoapods-plugins 1.0.0
  1374. Fetching cocoapods-trunk 1.3.0
  1375. Using http-cookie 1.0.3
  1376. Installing plist 3.5.0
  1377. Installing unicode-display_width 1.4.1
  1378. Installing cocoapods-trunk 1.3.0
  1379. Installing fastimage 2.1.5
  1380. Installing digest-crc 0.4.1
  1381. Installing faraday 0.15.4
  1382. Installing tty-spinner 0.9.0
  1383. Installing molinillo 0.6.5
  1384. Installing xcodeproj 1.7.0
  1385. Installing minitest 5.11.3
  1386. Using terminal-table 1.8.0
  1387. Using activesupport 4.2.10
  1388. Using cocoapods-core 1.5.3
  1389. Using faraday-cookie_jar 0.0.6
  1390. Using faraday_middleware 0.12.2
  1391. Fetching signet 0.11.0
  1392. Fetching google-cloud-env 1.0.5
  1393. Installing google-cloud-env 1.0.5
  1394. Installing signet 0.11.0
  1395. Fetching google-cloud-core 1.2.7
  1396. Installing google-cloud-core 1.2.7
  1397. Using cocoapods 1.5.3
  1398. Fetching googleauth 0.6.7
  1399. Installing googleauth 0.6.7
  1400. Using google-api-client 0.23.9
  1401. Fetching google-cloud-storage 1.15.0
  1402. Installing google-cloud-storage 1.15.0
  1403. Fetching fastlane 2.112.0
  1404. Installing fastlane 2.112.0
  1405. Bundle complete! 2 Gemfile dependencies, 87 gems now installed.
  1406. Use `bundle info [gemname]` to see where a bundled gem is installed.
  1407. Cleaning all the gems on your system is dangerous! If you're sure you want to
  1408. remove every system gem not in this bundle, run `bundle clean --force`.
  1409. Command failed, error: exit status 15
  1410. | |
  1411. +---+---------------------------------------------------------------+----------+
  1412. | x | fastlane@2.3.12 (exit code: 1) | 16 sec |
  1413. +---+---------------------------------------------------------------+----------+
  1414. | Issue tracker: https://github.com/bitrise-io/steps-fastlane/issues |
  1415. | Source: https://github.com/bitrise-io/steps-fastlane |
  1416. +---+---------------------------------------------------------------+----------+
  1417.  
  1418.  
  1419. +------------------------------------------------------------------------------+
  1420. | (6) deploy-to-bitrise-io@1.3.19 |
  1421. +------------------------------------------------------------------------------+
  1422. | id: deploy-to-bitrise-io |
  1423. | version: 1.3.19 |
  1424. | collection: https://github.com/bitrise-io/bitrise-steplib.git |
  1425. | toolkit: go |
  1426. | time: 2019-01-24T02:42:43-08:00 |
  1427. +------------------------------------------------------------------------------+
  1428. | |
  1429.  
  1430. Configs:
  1431. - BuildURL: https://app.bitrise.io/build/1a8d07e00649cef1
  1432. - APIToken: [REDACTED]
  1433. - IsCompress: false
  1434. - DeployPath: /Users/vagrant/deploy
  1435. - NotifyUserGroups: everyone
  1436. - NotifyEmailList:
  1437. - IsPublicPageEnabled: true
  1438. - PublicInstallPageMapFormat: {{range $index, $element := .}}{{if $index}}|{{end}}{{$element.File}}=>{{$element.URL}}{{end}}
  1439.  
  1440. Deploying the content of the Deploy directory separately
  1441.  
  1442. List of files to deploy
  1443.  
  1444. Deploying files
  1445.  
  1446. Success
  1447. You can find the Artifact on Bitrise, on the Build's page: https://app.bitrise.io/build/1a8d07e00649cef1
  1448. | |
  1449. +---+---------------------------------------------------------------+----------+
  1450. | ✓ | deploy-to-bitrise-io@1.3.19 | 6.60 sec |
  1451. +---+---------------------------------------------------------------+----------+
  1452.  
  1453.  
  1454. +------------------------------------------------------------------------------+
  1455. | bitrise summary |
  1456. +---+---------------------------------------------------------------+----------+
  1457. | | title | time (s) |
  1458. +---+---------------------------------------------------------------+----------+
  1459. | ✓ | activate-ssh-key@4.0.3 | 5.19 sec |
  1460. +---+---------------------------------------------------------------+----------+
  1461. | ✓ | git-clone@4.0.14 | 13 sec |
  1462. +---+---------------------------------------------------------------+----------+
  1463. | ✓ | Do anything with Script step | 3.07 sec |
  1464. +---+---------------------------------------------------------------+----------+
  1465. | ✓ | certificate-and-profile-installer@1.10.1 | 9.00 sec |
  1466. +---+---------------------------------------------------------------+----------+
  1467. | ✓ | cocoapods-install@1.7.2 | 57 sec |
  1468. +---+---------------------------------------------------------------+----------+
  1469. | x | fastlane@2.3.12 (exit code: 1) | 16 sec |
  1470. +---+---------------------------------------------------------------+----------+
  1471. | Issue tracker: https://github.com/bitrise-io/steps-fastlane/issues |
  1472. | Source: https://github.com/bitrise-io/steps-fastlane |
  1473. +---+---------------------------------------------------------------+----------+
  1474. | ✓ | deploy-to-bitrise-io@1.3.19 | 6.60 sec |
  1475. +---+---------------------------------------------------------------+----------+
  1476. | Total runtime: 110 sec |
  1477. +------------------------------------------------------------------------------+
  1478.  
  1479. 
  1480. Submitting anonymized usage informations...
  1481. For more information visit:
  1482. https://github.com/bitrise-core/bitrise-plugins-analytics/blob/master/README.md
  1483. exit status 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement