Hi all,
I wonder if anyone on this list has tried building arrow using Xcode on Mac OS?
I've used "cmake -G Xcode" to generate a project but calling xcodebuild fails.
I've copied the syndrome below in case anyone has seen this before. Another
observation is that the dylib's aren't generated by the build but the object
files are. I wonder if there is a missing target? I'm new to using cmake so
I'm not sure if there are some additional options that might be useful.
Thanks,
Hatem
PhaseScriptExecution CMake\ PostBuild\ Rules
xcode-build/src/arrow/arrow.build/Debug/arrow_shared.build/Script-9AFD4DDD88034C5F965570DF.sh
cd /Users/hhelal/Documents/code/arrow/cpp
/bin/sh -c
/Users/hhelal/Documents/code/arrow/cpp/xcode-build/src/arrow/arrow.build/Debug/arrow_shared.build/Script-9AFD4DDD88034C5F965570DF.sh
echo "Creating symlinks"
Creating symlinks
/usr/local/Cellar/cmake/3.12.4/bin/cmake -E cmake_symlink_library
/Users/hhelal/Documents/code/arrow/cpp/xcode-build/debug/Debug/libarrow.12.0.0.dylib
/Users/hhelal/Documents/code/arrow/cpp/xcode-build/debug/Debug/libarrow.12.dylib
/Users/hhelal/Documents/code/arrow/cpp/xcode-build/debug/Debug/libarrow.dylib
CMake Error: cmake_symlink_library: System Error: No such file or directory
CMake Error: cmake_symlink_library: System Error: No such file or directory
make: *** [arrow_shared_buildpart_0] Error 1
** BUILD FAILED **