user2840482
user2840482

Reputation: 33

Fastlane on iOS (Swift 3, and XCode 8.2)

I am following a Ray Wenderlich tutorial on how to use Fastlane to build applications. (https://www.raywenderlich.com/136168/fastlane-tutorial-getting-started-2)

After the "fastlane init" command, the fastlane folder is getting created, but it only contains Appfile and Fastfile. It's missing the metadata folder, the Deliverfile and the screenshots folder.

I don't know how I should proceed. Any help would be very appreciated.

Upvotes: 0

Views: 191

Answers (1)

Wael Gabsi
Wael Gabsi

Reputation: 148

the metadata folder should be created with

fastlane supply init

Upvotes: 0

Related Questions