我已经创建了 flutter 应用程序,现在想要创建存档以便在 Xcode 14.3 中分发。
问题
PhaseScriptExecution failed with a nonzero exit code已经尝试过了
注意 转到“钥匙串访问”。从禁用的登录选项中再次选择“锁定和解锁”。如何启用它?
期待您的帮助。
Podfile
# Uncomment this line to define a global platform for your project
platform :ios, '12.0'
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
project 'Runner', {
'Debug' => :debug,
'Profile' => :release,
'Release' => :release,
}
def flutter_root …Run Code Online (Sandbox Code Playgroud)