Stefan Herold

Results 33 comments of Stefan Herold

Should we keep it in this ticket or open a new one?

Actually we found a way of how it works. By specifying `--cartfile-path` and `--package-path` like below, all is fine: ```swift LicensePlist license-plist --output-path "$tmpDir" \ --suppress-opening-directory \ --github-token "${GITHUB_ACCESS_TOKEN}" \...

I added this to our board to test adding tickets from completely dirrerent accounts to GitHub issues boards.

I added this to our board to test adding tickets from completely dirrerent accounts to GitHub issues boards.

This is most likely related to https://github.com/lokalise/lokalise-cli-2-go/pull/138

@romkatv when can a release be expected? I'm having the same issue. I debugged this a long time today until I found this GH issue 😃

hanks for this nice answer. I will definitely check this out as soon as we got feedback from the SDK authors because there is also something wrong. After we are...

@hoangatuan that one: ```bash xcodebuild -workspace .xcworkspace -scheme -resultBundlePath "$(mktemp).xcresult" -destination "platform=iOS Simulator,name=iPhone 15 Pro,OS=latest" ``` and then: ```bash xclogparser parse --workspace .xcworkspace --reporter html ``` But now with Xcode...

So how does this work in the end? I installed tuist 4.26.0 and run it but don't see any warnings about possibl updates. My `Package.swift` looks like this: ```swift .package(url:...

Ah okay nice 👍 My last info was that Dependabot does not support SPM but it seems to have changed…