|
@@ -3,8 +3,8 @@ cmake -DCMAKE_TOOLCHAIN_FILE=../cmake/iOS.cmake -GXcode ../
|
|
|
cd ..
|
|
cd ..
|
|
|
cmake --build build_ios --config Release
|
|
cmake --build build_ios --config Release
|
|
|
mkdir -p Plugins/iOS/
|
|
mkdir -p Plugins/iOS/
|
|
|
-exist_armv7=`lipo -info build_ios/Release-iphoneos/libkcp.a | grep armv7 | wc -l`
|
|
|
|
|
-exist_arm64=`lipo -info build_ios/Release-iphoneos/libkcp.a | grep arm64 | wc -l`
|
|
|
|
|
|
|
+exist_armv7=`lipo -info build_ios/Release-iphoneos/libRecastDll.a | grep armv7 | wc -l`
|
|
|
|
|
+exist_arm64=`lipo -info build_ios/Release-iphoneos/libRecastDll.a | grep arm64 | wc -l`
|
|
|
if [ $[exist_armv7] -eq 0 ]; then
|
|
if [ $[exist_armv7] -eq 0 ]; then
|
|
|
echo "** ERROR **: No support for armv7, maybe XCode version is to high, use manual_build_ios instead!"
|
|
echo "** ERROR **: No support for armv7, maybe XCode version is to high, use manual_build_ios instead!"
|
|
|
elif [ $[exist_arm64] -eq 0 ]; then
|
|
elif [ $[exist_arm64] -eq 0 ]; then
|