microsoft / MixedRealityToolkit

The MixedRealityToolkit is a collection of scripts and components intended to accelerate the development of mixed reality applications targeting Windows Mixed Reality.
MIT License
858 stars 276 forks source link

build script for mac fails #78

Open niklaswolf opened 7 years ago

niklaswolf commented 7 years ago

the script BuildAllMac.sh fails with the following errors:

xcodebuild: error: The project named "zint" does not contain a scheme named "zint". The "-list" option can be used to find the names of the schemes in the project.

xcodebuild: error: The project named "zxing" does not contain a scheme named "zxing". The "-list" option can be used to find the names of the schemes in the project.

./BuildAllMac.sh: line 7: cd: Src/External/apriltag-2015-03-18/: No such file or directory

./BuildAllMac.sh: line 8: ./BuildLib.sh: No such file or directory

chmod: Src/External/swigwin-3.0.2/swig: No such file or directory

xcodebuild: error: 'Src/Solutions/Xcode/XToolsClient/XToolsClient.xcodeproj' does not exist.

anders-lundgren commented 7 years ago

@niklaswolf did you find a resolution to this issue?

niklaswolf commented 7 years ago

No, unfortunately I didn't find a solution :/

anders-lundgren commented 7 years ago

Ok so I managed to build for Mac using an older version of HoloToolkit (December 2016) that still includes the Apriltag source. I had to build zint and zxing separately using the included XCode Projects first.