Advertisement
Guest User

Fastlane certs

a guest
Jul 16th, 2016
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 7.23 KB | None | 0 0
  1. Daniels-MBP:mZone danielbrezina$ fastlane provision
  2. [16:51:25]: -------------------------------------------------
  3. [16:51:25]: --- Step: Verifying required fastlane version ---
  4. [16:51:25]: -------------------------------------------------
  5. [16:51:25]: fastlane version valid
  6. [16:51:25]: ------------------------------
  7. [16:51:25]: --- Step: default_platform ---
  8. [16:51:25]: ------------------------------
  9. [16:51:25]: Driving the lane 'ios provision' 🚀
  10. [16:51:26]: ---------------------
  11. [16:51:26]: --- Step: produce ---
  12. [16:51:26]: ---------------------
  13.  
  14. +----------------+-------------------------+
  15. |        Summary for produce 1.1.2         |
  16. +----------------+-------------------------+
  17. | app_name       | mZoneBrezidan           |
  18. | language       | English                 |
  19. | app_version    | 1.0                     |
  20. | sku            | 123abc                  |
  21. | username       | danek.brezina@gmail.com |
  22. | app_identifier | com.brezidan.app        |
  23. | skip_itc       | false                   |
  24. | skip_devcenter | false                   |
  25. +----------------+-------------------------+
  26.  
  27. -------------------------------------------------------------------------------------
  28. The login information you enter will be stored in your Mac OS Keychain
  29. You can also pass the password using the `FASTLANE_PASSWORD` env variable
  30. More information about it on GitHub: https://github.com/fastlane/fastlane/tree/master/credentials_manager
  31. -------------------------------------------------------------------------------------
  32. Password (for danek.brezina@gmail.com): *********
  33. Two Fator Authentication for account 'danek.brezina@gmail.com' is enabled
  34. Please enter the 6 digit code: 314295
  35. Requesting session...
  36. Multiple teams found on the Developer Portal, please enter the number of the team you want to use:
  37. 1) 3SMVP6VZP8 "Ackee, s. r. o." (Company/Organization)
  38. 2) PXDF48X6VX "Ackee, s.r.o." (In-House)
  39. 3) 9CZVT3TM7A "Daniel Brezina" (Individual)
  40. 3
  41. [16:53:05]: Creating new app 'mZoneBrezidan' on the Apple Dev Center
  42. [16:53:05]: Created app W77U6FBHN6
  43. [16:53:06]: Finished creating new app 'mZoneBrezidan' on the Dev Center
  44. Multiple iTunes Connect teams found, please enter the number of the team you want to use:
  45. 1) "Daniel Brezina" (2137648)
  46. 2) "NETVOR s.r.o." (117835921)
  47. 1
  48. [16:53:15]: Creating new app 'mZoneBrezidan' on iTunes Connect
  49. [16:53:17]: Successfully created new app 'mZoneBrezidan' on iTunes Connect with ID 1135238489
  50. [16:53:17]: ------------------
  51. [16:53:17]: --- Step: cert ---
  52. [16:53:17]: ------------------
  53.  
  54. +---------------+-------------------------------------------------------+
  55. |                        Summary for cert 1.4.1                         |
  56. +---------------+-------------------------------------------------------+
  57. | development   | false                                                 |
  58. | force         | false                                                 |
  59. | username      | danek.brezina@gmail.com                               |
  60. | keychain_path | /Users/danielbrezina/Library/Keychains/login.keychain |
  61. +---------------+-------------------------------------------------------+
  62.  
  63. [16:53:17]: Starting login with user 'danek.brezina@gmail.com'
  64. Multiple teams found on the Developer Portal, please enter the number of the team you want to use:
  65. 1) 3SMVP6VZP8 "Ackee, s. r. o." (Company/Organization)
  66. 2) PXDF48X6VX "Ackee, s.r.o." (In-House)
  67. 3) 9CZVT3TM7A "Daniel Brezina" (Individual)
  68. 3
  69. [16:53:25]: Successfully logged in
  70. [16:53:25]: Couldn't find an existing certificate... creating a new one
  71. [16:53:27]: $ security import /Users/danielbrezina/Developer/iOS/Fastlane/mZone/C69S2C73YD.p12 -k '/Users/danielbrezina/Library/Keychains/login.keychain' -T /usr/bin/codesign -T /usr/bin/security
  72. [16:53:27]: â–¸ 1 key imported.
  73. [16:53:27]: $ security import /Users/danielbrezina/Developer/iOS/Fastlane/mZone/C69S2C73YD.cer -k '/Users/danielbrezina/Library/Keychains/login.keychain' -T /usr/bin/codesign -T /usr/bin/security
  74. [16:53:27]: â–¸ 1 certificate imported.
  75. [16:53:27]: Successfully generated C69S2C73YD which was imported to the local machine.
  76. security: SecKeychainSearchCopyNext: The specified item could not be found in the keychain.
  77.  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
  78.                                 Dload  Upload   Total   Spent    Left  Speed
  79. 100  1062  100  1062    0     0   3078      0 --:--:-- --:--:-- --:--:--  3087
  80. [16:53:28]: Verifying the certificated is properly installed locally...
  81. [16:53:28]: Successfully installed certificate C69S2C73YD
  82. [16:53:28]: Use signing certificate 'C69S2C73YD' from now on!
  83. [16:53:28]: ------------------
  84. [16:53:28]: --- Step: sigh ---
  85. [16:53:28]: ------------------
  86.  
  87. +-------------------------------------+-------------------------+
  88. |                    Summary for sigh 1.8.0                     |
  89. +-------------------------------------+-------------------------+
  90. | force                               | true                    |
  91. | adhoc                               | false                   |
  92. | skip_install                        | false                   |
  93. | development                         | false                   |
  94. | app_identifier                      | com.brezidan.app        |
  95. | username                            | danek.brezina@gmail.com |
  96. | ignore_profiles_with_different_name | false                   |
  97. | cert_id                             | C69S2C73YD              |
  98. | skip_fetch_profiles                 | false                   |
  99. | skip_certificate_verification       | false                   |
  100. +-------------------------------------+-------------------------+
  101.  
  102. [16:53:28]: Starting login with user 'danek.brezina@gmail.com'
  103. Multiple teams found on the Developer Portal, please enter the number of the team you want to use:
  104. 1) 3SMVP6VZP8 "Ackee, s. r. o." (Company/Organization)
  105. 2) PXDF48X6VX "Ackee, s.r.o." (In-House)
  106. 3) 9CZVT3TM7A "Daniel Brezina" (Individual)
  107. 3
  108. [16:53:33]: Successfully logged in
  109. [16:53:33]: Fetching profiles...
  110. [16:53:39]: No existing profiles found, that match the certificates you have installed locally! Creating a new provisioning profile for you
  111. [16:53:41]: Creating new provisioning profile for 'com.brezidan.app' with name 'com.brezidan.app AppStore'
  112. [16:53:41]: Downloading provisioning profile...
  113. [16:53:41]: Successfully downloaded provisioning profile...
  114. [16:53:42]: Installing provisioning profile...
  115. /Users/danielbrezina/Developer/iOS/Fastlane/mZone/AppStore_com.brezidan.app.mobileprovision
  116. [16:53:42]: Setting Provisioning Profile type to 'app-store'
  117.  
  118. +------+-------------------------------------+-------------+
  119. |                     fastlane summary                     |
  120. +------+-------------------------------------+-------------+
  121. | Step | Action                              | Time (in s) |
  122. +------+-------------------------------------+-------------+
  123. | 1    | Verifying required fastlane version | 0           |
  124. | 2    | default_platform                    | 0           |
  125. | 3    | produce                             | 111         |
  126. | 4    | cert                                | 10          |
  127. | 5    | sigh                                | 13          |
  128. +------+-------------------------------------+-------------+
  129.  
  130. [16:53:42]: fastlane.tools finished successfully 🎉
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement