egametang
我尝试重新编译,但遇到了一些问题,这使我很困扰
felix@192 RecastDll % /Users/felix/Desktop/SOC_ET/Share/Libs/RecastDll/make_ios.sh
CMake Warning (dev) at cmake/iOS.cmake:152 (set):
implicitly converting ‘string’ to ‘STRING’ type.
Call Stack (most recent call first):
build_ios/CMakeFiles/3.26.2/CMakeSystem.cmake:6 (include)
CMakeLists.txt:16 (project)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at cmake/iOS.cmake:155 (set):
implicitly converting ‘string’ to ‘STRING’ type.
Call Stack (most recent call first):
build_ios/CMakeFiles/3.26.2/CMakeSystem.cmake:6 (include)
CMakeLists.txt:16 (project)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring done (0.0s)
-- Generating done (0.0s)
-- Build files have been written to: /Users/felix/Desktop/SOC_ET/Share/Libs/RecastDll/build_ios
2023-07-21 16:43:30.156 xcodebuild[22320:484888] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project RecastDll.xcodeproj build -target ALL_BUILD -parallelizeTargets -configuration Release -hideShellScriptEnvironment
User defaults from command line:
HideShellScriptEnvironment = YES
IDEPackageSupportUseBuiltinSCM = YES
Computing target dependency graph and provisioning inputs
Create build description
Build description signature: fef5958efe9bb28ccef2d0602fb02e14
Build description path: /Users/felix/Desktop/SOC_ET/Share/Libs/RecastDll/build_ios/build/XCBuildData/fef5958efe9bb28ccef2d0602fb02e14.xcbuilddata
note: Building targets in dependency order
ClangStatCache /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.4.sdk /var/folders/pq/yqvx1tln4c7c817stp4h_3c00000gn/C/com.apple.DeveloperTools/14.3.1-14E300c/Xcode/SDKStatCaches.noindex/iphoneos16.4-20E238-.sdkstatcache
cd /Users/felix/Desktop/SOC_ET/Share/Libs/RecastDll/build_ios/RecastDll.xcodeproj
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.4.sdk -o /var/folders/pq/yqvx1tln4c7c817stp4h_3c00000gn/C/com.apple.DeveloperTools/14.3.1-14E300c/Xcode/SDKStatCaches.noindex/iphoneos16.4-20E238-.sdkstatcache
note: Run script build phase ‘Generate CMakeFiles/ZERO_CHECK’ will be run during every build because the option to run the script phase “Based on dependency analysis” is unchecked. (in target ‘ZERO_CHECK’ from project ‘RecastDll’)
PhaseScriptExecution Generate\ CMakeFiles/ZERO_CHECK /Users/felix/Desktop/SOC_ET/Share/Libs/RecastDll/build_ios/build/RecastDll.build/Release-iphoneos/ZERO_CHECK.build/Script-0192B8AFA3FDFF6D540735E0.sh (in target ‘ZERO_CHECK’ from project ‘RecastDll’)
cd /Users/felix/Desktop/SOC_ET/Share/Libs/RecastDll
/bin/sh -c /Users/felix/Desktop/SOC_ET/Share/Libs/RecastDll/build_ios/build/RecastDll.build/Release-iphoneos/ZERO_CHECK.build/Script-0192B8AFA3FDFF6D540735E0.sh
make: `/Users/felix/Desktop/SOC_ET/Share/Libs/RecastDll/build_ios/CMakeFiles/cmake.check_cache’ is up to date.
note: Run script build phase ‘Generate CMakeFiles/ALL_BUILD’ will be run during every build because the option to run the script phase “Based on dependency analysis” is unchecked. (in target ‘ALL_BUILD’ from project ‘RecastDll’)
PhaseScriptExecution Generate\ CMakeFiles/ALL_BUILD /Users/felix/Desktop/SOC_ET/Share/Libs/RecastDll/build_ios/build/RecastDll.build/Release-iphoneos/ALL_BUILD.build/Script-1984EB0A89CD341E2E6B6B4E.sh (in target ‘ALL_BUILD’ from project ‘RecastDll’)
cd /Users/felix/Desktop/SOC_ET/Share/Libs/RecastDll
/bin/sh -c /Users/felix/Desktop/SOC_ET/Share/Libs/RecastDll/build_ios/build/RecastDll.build/Release-iphoneos/ALL_BUILD.build/Script-1984EB0A89CD341E2E6B6B4E.sh
Build all projects
** BUILD SUCCEEDED **
** ERROR **: No support for armv7, maybe XCode version is to high, use manual_build_ios instead!
felix@192 RecastDll %