【发布时间】:2022-05-12 09:39:03
【问题描述】:
有人用过flutter和两种口味的fastlane吗?我有一个颤振应用程序,有两个方案 App_A 和 App_B。我正在尝试为配置 App_A 配置 fastlane。 我的项目:
- 配置:(Debug-App_A、Debug-App_B、Release-App_A、Release-AppB)
- 目标:(App_A,App_B)
- 方案:(App_A,App_B)
我执行的命令列表:
flutter cleanflutter build ios --flavour App_Acd iosfastlane ios beta
输出:
[20:01:03]: ▸ ❌ error: Unable to load contents of file list: '/Target Support Files/Pods-App_A/Pods-App_A-frameworks-Release-input-files.xcfilelist' (in target 'App_A' from project 'Runner')
[20:01:03]: ▸ ❌ error: Unable to load contents of file list: '/Target Support Files/Pods-App_A/Pods-App_A-frameworks-Release-output-files.xcfilelist' (in target 'App_A' from project 'Runner')
[20:01:03]: ▸ ❌ error: Unable to load contents of file list: '/Target Support Files/Pods-App_A/Pods-App_A-resources-Release-input-files.xcfilelist' (in target 'App_A' from project 'Runner')
[20:01:03]: ▸ ❌ error: Unable to load contents of file list: '/Target Support Files/Pods-App_A/Pods-App_A-resources-Release-output-files.xcfilelist' (in target 'App_A' from project 'Runner')
【问题讨论】:
标签: ios xcode flutter cocoapods fastlane