小编Muh*_*lam的帖子

Fastlane 完成时出现错误“无法完成请求,因为:未经授权的访问”在 iOS 中

我是 Fastlane 的新手,安装它会抛出官方文档。现在我想使用 Fastlane 创建一个应用程序并尝试运行基本命令“ bundle exec fastlane create_app ”,其中“ create_app ”是在我的项目目录中的 Fastfile 中创建的通道。之后,它给了我错误:“未经授权的访问

我不明白为什么会这样?我在下面给出输出日志。

***@iOS-MAC-15 TryFastlane % bundle exec fastlane create_app
[?]  
[10:27:24]: ------------------------------
[10:27:24]: --- Step: default_platform ---
[10:27:24]: ------------------------------
[10:27:24]: Driving the lane 'ios create_app' 
[10:27:24]: ---------------------
[10:27:24]: --- Step: produce ---
[10:27:24]: ---------------------
+----------------+--------------------------------+
|           Summary for produce 2.137.0           |
+----------------+--------------------------------+
| username       | ***                            |
| app_identifier | com.***.***                    |
| sku            | 1576643244                     |
| platform       | ios                            |
| language       | …
Run Code Online (Sandbox Code Playgroud)

continuous-integration ios fastlane

6
推荐指数
1
解决办法
2564
查看次数

标签 统计

continuous-integration ×1

fastlane ×1

ios ×1