We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried to build xsbug on mac.
my develop environment is macOS ver.10.14.1 Mojave Xcode Ver.10.1(10B61)
Build errors are follows. --- build messages---- $ make ..... (many messages) ..... make -f serial2xsbug.mk # serial2xsbug debug : cc serial2xsbug.c # serial2xsbug debug : cc serial2xsbug make -f simulator.mk # simulator debug : cc main.m # simulator debug : cc simulator xcode-select: error: tool 'ibtool' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance make[1]: *** [/Users/kim/Projects/moddable/build/bin/mac/debug/Screen Test.app/Contents/Resources/English.lproj/main.nib] Error 1 make: *** [debug] Errr 2 $
So, I tried follows $ sudo xcode-select -s /Applications/Xcode.app/Contents $ make clean $ make
The build was completed.
Is this build method correct?
The text was updated successfully, but these errors were encountered:
Hello, if your build completes and runs, then yes, I believe you've got it.
This link shows a similar question and answer.
Sorry, something went wrong.
If you have any other problems with this, please reopen.
No branches or pull requests
I tried to build xsbug on mac.
my develop environment is
macOS ver.10.14.1 Mojave
Xcode Ver.10.1(10B61)
Build errors are follows.
--- build messages----
$ make
.....
(many messages)
.....
make -f serial2xsbug.mk
# serial2xsbug debug : cc serial2xsbug.c
# serial2xsbug debug : cc serial2xsbug
make -f simulator.mk
# simulator debug : cc main.m
# simulator debug : cc simulator
xcode-select: error: tool 'ibtool' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance
make[1]: *** [/Users/kim/Projects/moddable/build/bin/mac/debug/Screen Test.app/Contents/Resources/English.lproj/main.nib] Error 1
make: *** [debug] Errr 2
$
So, I tried follows
$ sudo xcode-select -s /Applications/Xcode.app/Contents
$ make clean
$ make
The build was completed.
Is this build method correct?
The text was updated successfully, but these errors were encountered: