-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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: init at 2.42.0 #367199
xcodegen: init at 2.42.0 #367199
Conversation
08b4b6f
to
60752f9
Compare
60752f9
to
4303107
Compare
That failed eval is actually a git error, not sure what's going on there |
4303107
to
a0d07c6
Compare
I made the changes you suggested, but I have a question about |
No, AFAIK there is no default (in general: all packages under |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Tested basic functionality with following commands, works fine
$ echo "name: Test" > project.yml
$ xcodegen --version
Version: 2.42.0
$ xcodegen
⚙️ Generating plists...
⚙️ Generating project...
No "base" settings found
No "debug config" settings found
No "release config" settings found
⚙️ Writing project...
Created project at /Users/dimitar/.cache/nixpkgs-review/pr-367199/Test.xcodeproj
nixpkgs-review
result
Generated using nixpkgs-review
.
Command: nixpkgs-review pr 367199
aarch64-darwin
✅ 1 package built:
- xcodegen
Thanks for testing @DimitarNestorov ! |
Hello, love that xcodegen is supported here. However, it's not installed correctly. I'm getting the following errors when I run it, which results a different xcodeproj file when 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 |
Adds XcodeGen. Closes #208816
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.