Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XcodeGen: Missing resource files #374898

Open
3 tasks done
DanielSincere opened this issue Jan 18, 2025 · 1 comment · May be fixed by #374925
Open
3 tasks done

XcodeGen: Missing resource files #374898

DanielSincere opened this issue Jan 18, 2025 · 1 comment · May be fixed by #374925
Labels
0.kind: bug Something is broken

Comments

@DanielSincere
Copy link

Nixpkgs version

  • Stable (24.11)

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:

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...

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

  • system: "aarch64-darwin"
  • host os: Darwin 24.2.0, macOS 15.2
  • multi-user?: yes
  • sandbox: no
  • version: nix-env (Nix) 2.24.7
  • channels(root): "nixpkgs"
  • 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.

@DanielSincere DanielSincere added the 0.kind: bug Something is broken label Jan 18, 2025
@DanielSincere DanielSincere changed the title PACKAGENAME: BUG TITLE XcodeGen: Missing resource files Jan 18, 2025
@Samasaur1 Samasaur1 linked a pull request Jan 19, 2025 that will close this issue
13 tasks
@Samasaur1
Copy link
Member

Should be fixed by #374925

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.kind: bug Something is broken
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants