ScaryKermitDev
ScaryKermitDev
I'm having the same issue Mac M1 (Sonoma 14.6.1) docker v27.2.0
I'm having the same issue trying to build on Ubuntu 24.04 with swift 5.10.1 installed ``` Working copy of https://github.com/yonaskolb/JSONUtilities.git resolved at 4.2.0 /path/XcodeGen/.build/checkouts/ArtifactBundleGen/Plugins/ArtifactBundleGenPluginCommand/Symbolic Links/ArtifactBundleGen/Utils/LipoRunnner.swift:11:14: warning: 'launchPath' is deprecated: renamed...
Fixed the issue locally, it looks like an extension for xcodeproj is using some outdated syntax to try and fix a random number generation bug on Linux. I updated the...
https://github.com/tuist/XcodeProj/issues/845
I'm having this same issue with `sign` and don't have `SPACESHIP_CONNECT_API_IN_HOUSE = true` set
> I actually didn't have it as an env-variable, but for some reason had set `in_house: true` in the call to `app_store_connect_api_key`, I just overlooked that part. lol just fixed...