I have some issues in my project:
- First I have a step to run Danger-swift and its fails for SwiftLint, with these messages:
Pods/SwiftLint/swiftlint: line 1: version: command not found
Pods/SwiftLint/swiftlint: line 2: oid: command not found
error: /Applications/Xcode-14.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/size: can't open file: 61703096 (No such file or directory)
Im building the project with fastlane and fails with Exit status: 65 and in the log I only see this error message
"error: The data couldn't be read because it isn't in the correct format. (in target ‘****’ from project ‘***’)”
@rarias84 please open a ticket with support providing the last passing build and the currently failing one so we can investigate further.
My initial thoughts are that the SwiftLint pod is the issue in the first problem, perhaps it needs updating.
In the second issue it is likely a code signing problem, ensure the code signing configuration is correct in the affected targets and that all code signing assets are valid
Can I check if there is plan to update the Xcode 14.2.0 image with the fix to have git lfs install
run by default? Thanks!
We had the same errors/issues as you, @LaStrada . Did you ever send your job logs and resolve it?
@vijaytholpadi This was fixed in mid-feburary 
Ok let me check as I was still facing this issue on the Xcode 14.2.0 image 2 days back.
Trying to use this image and running into an issue where previously working environment variables set via the following procedure:
echo 'export NAME=path/to/something' >> $BASH_ENV
Are no longer working. Is this expected? Is there a different process we should use to set up environment variables within our config.yml?