简体   繁体   English

iOS上的Fastlane(Swift 3和XCode 8.2)

[英]Fastlane on iOS (Swift 3, and XCode 8.2)

I am following a Ray Wenderlich tutorial on how to use Fastlane to build applications. 我正在关注有关如何使用Fastlane构建应用程序的Ray Wenderlich教程。 ( https://www.raywenderlich.com/136168/fastlane-tutorial-getting-started-2 ) 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. 在执行“ fastlane init”命令后,将创建fastlane文件夹,但其中仅包含Appfile和Fastfile。 It's missing the metadata folder, the Deliverfile and the screenshots folder. 它缺少元数据文件夹,Deliverfile和屏幕截图文件夹。

I don't know how I should proceed. 我不知道该怎么办。 Any help would be very appreciated. 任何帮助将不胜感激。

元数据文件夹应使用

fastlane supply init

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM