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

Build is not working on macOS Mojave 10.14.5 (18F132) #5

Closed
valduze opened this issue May 30, 2019 · 2 comments
Closed

Build is not working on macOS Mojave 10.14.5 (18F132) #5

valduze opened this issue May 30, 2019 · 2 comments
Assignees
Labels
bug Something isn't working question Further information is requested

Comments

@valduze
Copy link

valduze commented May 30, 2019

Hi guys,
When I run:
$ python boden.py open

I get this error:
[2019-05-30 22:02:56,335] Defaulting to: ios - Xcode
[2019-05-30 22:02:56,335] Build system does not match the one used when the projects for this platform were first prepared. Cleaning existing build files.
[2019-05-30 22:02:56,336] Preparing /Users/myusername/projects/games/boden/build/ios/std/Xcode

2019-05-30 22:02:56,352] Configuring ...
-- CMake Error:
Xcode 1.5 not supported.

Traceback (most recent call last):
File "/Users/myusername/projects/games/boden/./bauer/bauer.py", line 66, in main
return run(argv)
File "/Users/myusername/projects/games/boden/./bauer/bauer.py", line 62, in run
commandProcessor.process()
File "/Users/myusername/projects/games/boden/./bauer/commandprocessor.py", line 119, in process
self.prepare(configuration, platformState)
File "/Users/myusername/projects/games/boden/./bauer/commandprocessor.py", line 135, in prepare
self.buildExecutor.prepare(platformState, configuration, self.args)
File "/Users/myusername/projects/games/boden/./bauer/buildexecutor.py", line 155, in prepare
self.cmake.configure(cmakeArguments)
File "/Users/myusername/projects/games/boden/./bauer/cmake.py", line 92, in configure
self.waitForResult("configure", "CONFIGURE")
File "/Users/myusername/projects/games/boden/./bauer/cmake.py", line 83, in waitForResult
raise Exception("Error occured during configure:", payload["errorMessage"])
Exception: ('Error occured during configure:', u'Could not set up the requested combination of "generator" and "extraGenerator"')

I am really looking forward to play on this.
Thanks,
Jongi

@gitoby
Copy link
Contributor

gitoby commented May 30, 2019

Hi Jongi,

@Maddimax is our build system expert. He can probably give you a better answer later, but I'll try to help you out meanwhile.

It looks as if CMake is not able to find your Xcode installation. Which version of Xcode are you using?

Please try the following:

  • Remove the build folder: rm -rf build within your local Boden working tree. Then try again.
  • Check if Xcode (10.1 or later) is installed properly in the default location (/Applications/Xcode.app) and command line tools have been installed properly.

A similar CMake error has been reported with other libraries for users who have multiple Xcode installs. In that case it seems to help to run xcode-select --switch <PATH_TO_XCODE_APP>.

Hope this helps! Let me know if the issue persists.

Tobias

@Maddimax Maddimax added bug Something isn't working question Further information is requested labels Jun 3, 2019
@Maddimax Maddimax self-assigned this Jun 3, 2019
@Maddimax
Copy link
Contributor

Maddimax commented Jun 3, 2019

Hi @valduze, did @gitoby's information help?

  • Marcus

@gitoby gitoby closed this as completed Jul 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants