After upgrade Fastlane to 2.225 latest version I got stuck on the signing frameworks stage of BUILD the app
Command executed
desc "Build Beta TestFlight"
lane :build_testflight do
update_environment()
build_app(
scheme: "ZYRLUserApp",
clean: true,
destination: "platform=iOS Simulator,name=iPhone 15 Pro Max,OS=17.4",
export_options: {
method: "app-store",
testFlightInternalTestingOnly: true
}
)
end
Complete output when running fastlane, including the stack trace and command used
```
desc "Build Beta TestFlight"
lane :build_testflight do
update_environment()
build_app(
scheme: "ZYRLUserApp",
clean: true,
destination: "platform=iOS Simulator,name=iPhone 15 Pro Max,OS=17.4",
export_options: {
method: "app-store",
testFlightInternalTestingOnly: true
}
)
end
```
Stuck for 1 hour or more in the line:
INFO [2024-10-21 19:36:17.86]: ▸ Signing openssl_grpc.framework (in target 'ZYRLUserApp' from project 'REVIUserApp')
NOTE: This was working on Friday on version 2.224 of Fastlane so must be related to the recent update
New Issue Checklist
Issue Description
After upgrade Fastlane to 2.225 latest version I got stuck on the signing frameworks stage of BUILD the app
Command executed
Complete output when running fastlane, including the stack trace and command used
Stuck for 1 hour or more in the line:
INFO [2024-10-21 19:36:17.86]: ▸ Signing openssl_grpc.framework (in target 'ZYRLUserApp' from project 'REVIUserApp')
NOTE: This was working on Friday on version 2.224 of Fastlane so must be related to the recent update
Environment
FASTLANE 2.225