Open Mcrich23 opened 1 year ago
It seems like you have not included the output of fastlane env
To make it easier for us help you resolve this issue, please update the issue to include the output of fastlane env
:+1:
Unity Cloud Build gets the same error at the moment. I just switched to using Git Actions and fast lane gym/build_app and am getting an issue similar to this. The build becomes frozen at Generating DSYM phase.
I think it has to do with a new way of Xcode signing
I am getting the same error. Please can anyone guide how to resolve
INFO [2023-05-21 09:59:30.26]: ▸ ** ARCHIVE FAILED ** 2023-05-21 09:59:22.933 xcodebuild[9492:31638] [MT] IDEFileReferenceDebug: [Load] <IDESwiftPackageCore.IDESwiftPackageSpecialFolderFileReference, 0x6000004c9f00: name:Docs.docc path:group:Docs.docc> Failed to load container at path: /Users/runner/Library/Developer/Xcode/DerivedData/Digibank-gctiaovkhvqkvpaqodgxgtanwtgw/SourcePackages/checkouts/swift-protobuf/Sources/protoc-gen-swift/Docs.docc, Error: Error Domain=com.apple.dt.IDEContainerErrorDomain Code=6 "Cannot open "Docs.docc" as a "Swift Package Folder" because it is already open as a "Folder"." UserInfo={NSLocalizedDescription=Cannot open "Docs.docc" as a "Swift Package Folder" because it is already open as a "Folder".}
@fastlane ideas?
Idea #1
Do not post your secrets in clear text on the internet
i have the same problem here. I cannot run the gym command on my local computer (Intel Core Macbook Pro 2018) with the latest version of the fastlane: 2.214.0. @herman-the-worm haven't changed unfortunately nothing for me. I also get the same error: 'Cannot open "Docs.docc" as a "Swift Package Folder" because it is already open as a "Folder"'.
@amzaandrei After integrating Firebase into my iOS project, I encountered this issue.
"Docs.docc" as a "Swift Package Folder" because it is already open as a "Folder"
The problem seems to be specific to the branch with Firebase, as the other branches build without any problems. What could be a potential solution to resolve this?
@kraazie i use only SPM and i don't use Firebase. To be honest, i cannot explain it, but all of a sudden, it started working without changing anything. I cannot explain and don't ask me how it got resolved. It matters at the end that it works 😅
New Issue Checklist
Issue Description
Hi All, I am trying to deploy fastlane beta to GitHub Actions and am massively struggling. Here is my fastfile:
Command executed
Complete output when running fastlane, including the stack trace and command used