Skip to content
This repository has been archived by the owner on Jan 2, 2021. It is now read-only.

linux error: empty path for sdk manager #42

Closed
gmittal opened this issue Mar 7, 2016 · 1 comment
Closed

linux error: empty path for sdk manager #42

gmittal opened this issue Mar 7, 2016 · 1 comment

Comments

@gmittal
Copy link

gmittal commented Mar 7, 2016

I'm trying to build an Xcode project on a Linux machine with xcbuild successfully installed.

This is the output I'm getting (xcbuild is located in the root directory of my machine):

$ ~/xcbuild/./build/xcbuild -project PROJECT.xcodeproj -scheme PROJECT
error: empty path for sdk manager
error: couldn't create SDK manager
error: couldn't create build environment
@grp
Copy link
Contributor

grp commented Mar 7, 2016

See the discussion on #37 for more details. In essence, xcbulid is just the build system — you'll still need a toolchain (compiler, linker, etc) and SDK (headers and libraries to compile against). On OS X, this comes from Xcode; on Linux, there are a number of options.

@grp grp closed this as completed Mar 7, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants