私はbuild_ios.sh
を実行してAssimpを構築しようとすると、それは私に語った:iOSのAssimpを構築するためにCMAKE_C_COMPILERとCMAKE_CXX_COMPILERをどのように設定しますか?
CMake Error: your C compiler: "/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/llvm-gcc" was not found. Please set CMAKE_C_COMPILER to a valid compiler path or name.
CMake Error: your CXX compiler: "/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/llvm-g++" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name.
私はパスをする必要があり、何がある:
/Applications/XCode.app/Contents/Developer/Platforms/...
私はbuild_ios.sh
でDEVROOT
とIPHONE_xxxx_TOOLCHAIN.cmake
を変更しようとしました、それはCMAKE_C_COMPILER
などが生成されているようだからですが、それでも私には同じエラーが表示されます。
ソリューションを見つけましたか? – MatterGoal