-
Notifications
You must be signed in to change notification settings - Fork 30.5k
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
Build in Xcode got Error on MacOS #20324
Comments
Building with Xcode (apart from the command line tools) isn't supported. I'm reasonably sure it hasn't worked or worked reliably for years. We should just get rid of the switch. I'll open a pull request. |
`./configure --xcode` ostensibly let you built with the Xcode IDE but it has never been tested regularly since its introduction in 2012 and probably has been broken for years. Remove it. Fixes: nodejs#20324
Fine... Some Tips Give for me ? Thank You. |
I use lldb+llnode. |
`./configure --xcode` ostensibly let you built with the Xcode IDE but it has never been tested regularly since its introduction in 2012 and probably has been broken for years. Remove it. PR-URL: #20328 Fixes: #20324 Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Gus Caplan <[email protected]>
As a note you can still build + run Node.js with Xcode version 9.x (Xcode version 10 got more strict regarding circular dependencies, so you may have to downgrade first). You can generate the
Then you have to do two things:
|
git commit
1b438a773764d72bbe4aea0e99359db97193e57d
(master)MacOS
Xcode
./configure --xcode
node.xcodeproj
with Xcode 9got this
The text was updated successfully, but these errors were encountered: