My-MacBook-Pro:IosContinuousIntegration adou600$ fastlane init [09:01:49]: This setup will help you get up and running in no time. [09:01:49]: First, it will move the config files from `deliver` and `snapshot` [09:01:49]: into the subfolder `fastlane`. [09:01:49]: fastlane will check what tools you're already using and set up [09:01:49]: the tool automatically for you. Have fun! Do you want to get started? This will move your Deliverfile and Snapfile (if they exist) (y/n) y Do you have everything commited in version control? If not please do so! (y/n) y [09:02:39]: Created new folder './fastlane'. [09:02:39]: ------------------------------ [09:02:39]: To not re-enter your username and app identifier every time you run one of the fastlane tools or fastlane, these will be stored from now on. App Identifier (com.krausefx.app): ch.adriennicolet.ios.IosContinuousIntegration Your Apple ID (fastlane@krausefx.com): adrien.nicolet@gmail.com [09:03:00]: Created new file './fastlane/Appfile'. Edit it to manage your preferred app metadata information. Do you want to setup 'deliver', which is used to upload app screenshots, app metadata and app updates to the App Store? (y/n) n Do you want to setup 'snapshot', which will help you to automatically take screenshots of your iOS app in all languages/devices? (y/n) n Do you want to use 'sigh', which will maintain and download the provisioning profile for your app? (y/n) n Optional: The scheme name of your app (If you don't need one, just hit Enter): IosContinuousIntegration [09:04:35]: 'deliver' not enabled. [09:04:35]: 'snapshot' not enabled. [09:04:35]: 'xctool' not enabled. [09:04:35]: 'cocoapods' enabled. [09:04:35]: 'carthage' not enabled. [09:04:35]: 'sigh' not enabled. [09:04:35]: Created new file './fastlane/Fastfile'. Edit it to manage your own deployment lanes. [09:04:35]: fastlane will send the number of errors for each action to [09:04:35]: https://github.com/fastlane/enhancer to detect integration issues [09:04:35]: No sensitive/private information will be uploaded [09:04:35]: You can disable this by adding `opt_out_usage` to your Fastfile [09:04:35]: Successfully finished setting up fastlane