You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, love that xcodegen is supported here in nix. However, it's not installed correctly. I'm getting the following errors when I run it, which results a different xcodeproj file, compared to running xcodegen when installed by homebrew or mint. I cannot switch to Nix until this is resolved, as I rely on xcodegen.
Here is my error:
Running `xcodegen generate -s ./xcodegen.yml`
⚙️ Generating plists...
⚙️ Generating project...
No "base" settings found
No "debug config" settings found
No "release config" settings found
No "iOS" settings found
⚙️ Writing project...
Nixpkgs version
Describe the bug
Hello, love that xcodegen is supported here in nix. However, it's not installed correctly. I'm getting the following errors when I run it, which results a different xcodeproj file, compared to running xcodegen when installed by homebrew or mint. I cannot switch to Nix until this is resolved, as I rely on xcodegen.
Here is my error:
I see that @DimitarNestorov received a similar error here.
The missing files are static settings files packaged along side the xcodegen binary, from the SettingsPresets folder in source code.
Steps to reproduce
run xcodegen and notice the warnings about settings not found.
Expected behaviour
There should be no warnings about missing necessary resources
Screenshots
No response
Relevant log output
Additional context
No response
System metadata
"aarch64-darwin"
Darwin 24.2.0, macOS 15.2
yes
no
nix-env (Nix) 2.24.7
"nixpkgs"
/nix/var/nix/profiles/per-user/root/channels/nixpkgs
Notify maintainers
Note for maintainers: Please tag this issue in your pull request description. (i.e.
Resolves #ISSUE
.)I assert that this issue is relevant for Nixpkgs
Is this issue important to you?
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: