skip to Main Content

fastlane.swift cannot find 'ENV' in scope – Ios swift

I am new to fastlane, trying to read environment variable in fastfile.swift which has following import Foundation class Fastfile: LaneFile { . . . func createRCBuildLane() { beforeAll() ensureGitBranch(branch: "qa") let commitMessage = "RC_Build_Version_" + getVersionNumber(target: "Example App") + "_Build_"…

VIEW QUESTION

The connection to service named com.apple.fonts was invalidated on xcodebuild -resolvePackageDependencies

I am using fastlane to build my unity iphone application. It worked perfectly until all of a sudden i started getting the following error/warning during build: [10:13:48]: $ xcodebuild -resolvePackageDependencies -scheme Unity-iPhone -project ./Unity-iPhone.xcodeproj [10:13:48]: ▸ 2021-11-16 10:13:48.903 xcodebuild[59318:1348378] XType:…

VIEW QUESTION
Back To Top
Search