Advertisement
illwieckz

detour macos error 3

Jun 17th, 2024
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.58 KB | None | 0 0
  1. Run xcodebuild -scheme RecastDemo -configuration Release -project RecastDemo.xcodeproj build
  2. Command line invocation:
  3. /Applications/Xcode_15.0.1.app/Contents/Developer/usr/bin/xcodebuild -scheme RecastDemo -configuration Release -project RecastDemo.xcodeproj build
  4.  
  5. User defaults from command line:
  6. IDEPackageSupportUseBuiltinSCM = YES
  7.  
  8. --- xcodebuild: WARNING: Using the first of multiple matching destinations:
  9. { platform:macOS, arch:arm64e, id:0000FE00-66E147480B67706C }
  10. { platform:macOS, name:Any Mac }
  11. ComputeTargetDependencyGraph
  12. note: Building targets in dependency order
  13. note: Target dependency graph (6 targets)
  14. Target 'RecastDemo' in project 'RecastDemo'
  15. ➜ Explicit dependency on target 'DebugUtils' in project 'DebugUtils'
  16. ➜ Explicit dependency on target 'Detour' in project 'Detour'
  17. ➜ Explicit dependency on target 'DetourCrowd' in project 'DetourCrowd'
  18. ➜ Explicit dependency on target 'DetourTileCache' in project 'DetourTileCache'
  19. ➜ Explicit dependency on target 'Recast' in project 'Recast'
  20. Target 'Recast' in project 'Recast' (no dependencies)
  21. Target 'DetourTileCache' in project 'DetourTileCache' (no dependencies)
  22. Target 'DetourCrowd' in project 'DetourCrowd' (no dependencies)
  23. Target 'Detour' in project 'Detour' (no dependencies)
  24. Target 'DebugUtils' in project 'DebugUtils' (no dependencies)
  25.  
  26. GatherProvisioningInputs
  27. 2024-06-18 02:34:57.730 xcodebuild[1596:10776] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22269/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103
  28. Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.
  29. Function: createItemModels(for:itemModelSource:)
  30. Thread: <_NSMainThread: 0x600001a88280>{number = 1, name = main}
  31. Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
  32. 2024-06-18 02:34:57.731 xcodebuild[1596:10776] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22269/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103
  33. Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.
  34. Function: createItemModels(for:itemModelSource:)
  35. Thread: <_NSMainThread: 0x600001a88280>{number = 1, name = main}
  36. Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
  37. 2024-06-18 02:34:57.735 xcodebuild[1596:10776] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22269/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103
  38. Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.
  39. Function: createItemModels(for:itemModelSource:)
  40. Thread: <_NSMainThread: 0x600001a88280>{number = 1, name = main}
  41. Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
  42. 2024-06-18 02:34:57.735 xcodebuild[1596:10776] [MT] DVTAssertions: Warning in /System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-22269/IDEFoundation/Provisioning/Capabilities Infrastructure/IDECapabilityQuerySelection.swift:103
  43. Details: createItemModels creation requirements should not create capability item model for a capability item model that already exists.
  44. Function: createItemModels(for:itemModelSource:)
  45. Thread: <_NSMainThread: 0x600001a88280>{number = 1, name = main}
  46. Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
  47.  
  48. CreateBuildDescription
  49. Build description signature: 2774b4ca541276b1ddfd9e838e2212aa
  50. Build description path: /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/obj/Release/DebugUtils/XCBuildData/2774b4ca541276b1ddfd9e838e2212aa.xcbuilddata
  51.  
  52. CreateBuildDirectory /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/obj/Release/RecastDemo
  53. cd /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/RecastDemo.xcodeproj
  54. builtin-create-build-directory /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/obj/Release/RecastDemo
  55.  
  56. CreateBuildDirectory /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/obj/Release/Recast
  57. cd /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/RecastDemo.xcodeproj
  58. builtin-create-build-directory /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/obj/Release/Recast
  59.  
  60. CreateBuildDirectory /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/obj/Release/DetourTileCache
  61. cd /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/RecastDemo.xcodeproj
  62. builtin-create-build-directory /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/obj/Release/DetourTileCache
  63.  
  64. CreateBuildDirectory /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/obj/Release/DetourCrowd
  65. cd /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/RecastDemo.xcodeproj
  66. builtin-create-build-directory /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/obj/Release/DetourCrowd
  67.  
  68. CreateBuildDirectory /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/obj/Release/Detour
  69. cd /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/RecastDemo.xcodeproj
  70. builtin-create-build-directory /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/obj/Release/Detour
  71.  
  72. CreateBuildDirectory /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/obj/Release/DebugUtils
  73. cd /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/RecastDemo.xcodeproj
  74. builtin-create-build-directory /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/obj/Release/DebugUtils
  75.  
  76. CreateBuildDirectory /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/obj/Release/RecastDemo/EagerLinkingTBDs/Release
  77. cd /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/RecastDemo.xcodeproj
  78. builtin-create-build-directory /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/obj/Release/RecastDemo/EagerLinkingTBDs/Release
  79.  
  80. CreateBuildDirectory /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/obj/Release/Recast/EagerLinkingTBDs/Release
  81. cd /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/RecastDemo.xcodeproj
  82. builtin-create-build-directory /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/obj/Release/Recast/EagerLinkingTBDs/Release
  83.  
  84. CreateBuildDirectory /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/obj/Release/DetourTileCache/EagerLinkingTBDs/Release
  85. cd /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/RecastDemo.xcodeproj
  86. builtin-create-build-directory /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/obj/Release/DetourTileCache/EagerLinkingTBDs/Release
  87.  
  88. CreateBuildDirectory /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/obj/Release/DetourCrowd/EagerLinkingTBDs/Release
  89. cd /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/RecastDemo.xcodeproj
  90. builtin-create-build-directory /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/obj/Release/DetourCrowd/EagerLinkingTBDs/Release
  91.  
  92. CreateBuildDirectory /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/obj/Release/Detour/EagerLinkingTBDs/Release
  93. cd /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/RecastDemo.xcodeproj
  94. builtin-create-build-directory /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/obj/Release/Detour/EagerLinkingTBDs/Release
  95.  
  96. CreateBuildDirectory /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/obj/Release/DebugUtils/EagerLinkingTBDs/Release
  97. cd /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/RecastDemo.xcodeproj
  98. /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Source/Sample_TileMesh.cpp:554:32: warning: 'gluProject' is deprecated: first deprecated in macOS 10.9 - "Use GLKMathProject" [-Wdeprecated-declarations]
  99. if (m_tileBuildTime > 0.0f && gluProject((GLdouble)(m_lastBuiltTileBmin[0]+m_lastBuiltTileBmax[0])/2, (GLdouble)(m_lastBuiltTileBmin[1]+m_lastBuiltTileBmax[1])/2, (GLdouble)(m_lastBuiltTileBmin[2]+m_lastBuiltTileBmax[2])/2,
  100. ^
  101. In file included from /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Source/Sample_TileMesh.cpp:25:
  102. /Applications/Xcode_15.0.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:280:14: note: 'gluProject' has been explicitly marked deprecated here
  103. extern GLint gluProject (GLdouble objX, GLdouble objY, GLdouble objZ, const GLdouble *model, const GLdouble *proj, const GLint *view, GLdouble* winX, GLdouble* winY, GLdouble* winZ) OPENGL_DEPRECATED_MSG(10_0, 10_9, "Use GLKMathProject");
  104. ^
  105. 2 warnings generated.
  106.  
  107. CompileC /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/obj/Release/RecastDemo/RecastDemo.build/Objects-normal/arm64/Sample_TempObstacles.o /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Source/Sample_TempObstacles.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'RecastDemo' from project 'RecastDemo')
  108. cd /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4
  109. /Applications/Xcode_15.0.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/macosx14.0-23A334-f3d4ef09583a4130ba186d8a5c250973.sdkstatcache -target arm64-apple-macos14.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -std\=c++98 -Wno-trigraphs -fno-exceptions -fno-rtti -fno-sanitize\=vptr -fpascal-strings -O3 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -DRC_DISABLE_ASSERTS -isysroot /Applications/Xcode_15.0.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -g -fvisibility-inlines-hidden -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -iquote /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/obj/Release/RecastDemo/RecastDemo.build/RecastDemo-generated-files.hmap -I/Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/obj/Release/RecastDemo/RecastDemo.build/RecastDemo-own-target-headers.hmap -I/Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/obj/Release/RecastDemo/RecastDemo.build/RecastDemo-all-target-headers.hmap -iquote /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/obj/Release/RecastDemo/RecastDemo.build/RecastDemo-project-headers.hmap -iquote ../../Include -iquote ../../Contrib -iquote ../../Contrib/fastlz -iquote ../../../DebugUtils/Include -iquote ../../../Detour/Include -iquote ../../../DetourCrowd/Include -iquote ../../../DetourTileCache/Include -iquote ../../../Recast/Include -iquote ../../Bin/SDL2.framework/Headers -I/Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Bin/include -I/Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/obj/Release/RecastDemo/RecastDemo.build/DerivedSources-normal/arm64 -I/Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/obj/Release/RecastDemo/RecastDemo.build/DerivedSources/arm64 -I/Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/obj/Release/RecastDemo/RecastDemo.build/DerivedSources -Wall -Wextra -F/Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Bin -ffast-math -MMD -MT dependencies -MF /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/obj/Release/RecastDemo/RecastDemo.build/Objects-normal/arm64/Sample_TempObstacles.d --serialize-diagnostics /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/obj/Release/RecastDemo/RecastDemo.build/Objects-normal/arm64/Sample_TempObstacles.dia -c /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Source/Sample_TempObstacles.cpp -o /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/obj/Release/RecastDemo/RecastDemo.build/Objects-normal/arm64/Sample_TempObstacles.o
  110. In file included from /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Source/Sample_TempObstacles.cpp:47:
  111. ../../../Recast/Include/RecastAlloc.h:27:10: error: 'RecastAssert.h' file not found with <angled> include; use "quotes" instead
  112. #include <RecastAssert.h>
  113. ^~~~~~~~~~~~~~~~
  114. "RecastAssert.h"
  115. ../../../Recast/Include/RecastAlloc.h:28:10: error: 'RecastModernCpp.h' file not found with <angled> include; use "quotes" instead
  116. #include <RecastModernCpp.h>
  117. ^~~~~~~~~~~~~~~~~~~
  118. "RecastModernCpp.h"
  119. /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Source/Sample_TempObstacles.cpp:622:7: warning: 'gluProject' is deprecated: first deprecated in macOS 10.9 - "Use GLKMathProject" [-Wdeprecated-declarations]
  120. if (gluProject((GLdouble)pos[0], (GLdouble)pos[1], (GLdouble)pos[2],
  121. ^
  122. In file included from /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Source/Sample_TempObstacles.cpp:27:
  123. /Applications/Xcode_15.0.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/System/Library/Frameworks/OpenGL.framework/Headers/glu.h:280:14: note: 'gluProject' has been explicitly marked deprecated here
  124. extern GLint gluProject (GLdouble objX, GLdouble objY, GLdouble objZ, const GLdouble *model, const GLdouble *proj, const GLint *view, GLdouble* winX, GLdouble* winY, GLdouble* winZ) OPENGL_DEPRECATED_MSG(10_0, 10_9, "Use GLKMathProject");
  125. ^
  126. 1 warning and 2 errors generated.
  127.  
  128. CompileC /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/obj/Release/RecastDemo/RecastDemo.build/Objects-normal/arm64/Sample_SoloMesh.o /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Source/Sample_SoloMesh.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'RecastDemo' from project 'RecastDemo')
  129. cd /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4
  130. /Applications/Xcode_15.0.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/macosx14.0-23A334-f3d4ef09583a4130ba186d8a5c250973.sdkstatcache -target arm64-apple-macos14.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -std\=c++98 -Wno-trigraphs -fno-exceptions -fno-rtti -fno-sanitize\=vptr -fpascal-strings -O3 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -DRC_DISABLE_ASSERTS -isysroot /Applications/Xcode_15.0.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -g -fvisibility-inlines-hidden -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -iquote /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/obj/Release/RecastDemo/RecastDemo.build/RecastDemo-generated-files.hmap -I/Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/obj/Release/RecastDemo/RecastDemo.build/RecastDemo-own-target-headers.hmap -I/Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/obj/Release/RecastDemo/RecastDemo.build/RecastDemo-all-target-headers.hmap -iquote /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/obj/Release/RecastDemo/RecastDemo.build/RecastDemo-project-headers.hmap -iquote ../../Include -iquote ../../Contrib -iquote ../../Contrib/fastlz -iquote ../../../DebugUtils/Include -iquote ../../../Detour/Include -iquote ../../../DetourCrowd/Include -iquote ../../../DetourTileCache/Include -iquote ../../../Recast/Include -iquote ../../Bin/SDL2.framework/Headers -I/Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Bin/include -I/Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/obj/Release/RecastDemo/RecastDemo.build/DerivedSources-normal/arm64 -I/Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/obj/Release/RecastDemo/RecastDemo.build/DerivedSources/arm64 -I/Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/obj/Release/RecastDemo/RecastDemo.build/DerivedSources -Wall -Wextra -F/Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Bin -ffast-math -MMD -MT dependencies -MF /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/obj/Release/RecastDemo/RecastDemo.build/Objects-normal/arm64/Sample_SoloMesh.d --serialize-diagnostics /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/obj/Release/RecastDemo/RecastDemo.build/Objects-normal/arm64/Sample_SoloMesh.dia -c /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Source/Sample_SoloMesh.cpp -o /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/obj/Release/RecastDemo/RecastDemo.build/Objects-normal/arm64/Sample_SoloMesh.o
  131.  
  132. CompileC /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/obj/Release/RecastDemo/RecastDemo.build/Objects-normal/arm64/Sample_Debug.o /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Source/Sample_Debug.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'RecastDemo' from project 'RecastDemo')
  133. cd /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4
  134. /Applications/Xcode_15.0.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/macosx14.0-23A334-f3d4ef09583a4130ba186d8a5c250973.sdkstatcache -target arm64-apple-macos14.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -std\=c++98 -Wno-trigraphs -fno-exceptions -fno-rtti -fno-sanitize\=vptr -fpascal-strings -O3 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -DRC_DISABLE_ASSERTS -isysroot /Applications/Xcode_15.0.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -g -fvisibility-inlines-hidden -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -iquote /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/obj/Release/RecastDemo/RecastDemo.build/RecastDemo-generated-files.hmap -I/Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/obj/Release/RecastDemo/RecastDemo.build/RecastDemo-own-target-headers.hmap -I/Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/obj/Release/RecastDemo/RecastDemo.build/RecastDemo-all-target-headers.hmap -iquote /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/obj/Release/RecastDemo/RecastDemo.build/RecastDemo-project-headers.hmap -iquote ../../Include -iquote ../../Contrib -iquote ../../Contrib/fastlz -iquote ../../../DebugUtils/Include -iquote ../../../Detour/Include -iquote ../../../DetourCrowd/Include -iquote ../../../DetourTileCache/Include -iquote ../../../Recast/Include -iquote ../../Bin/SDL2.framework/Headers -I/Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Bin/include -I/Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/obj/Release/RecastDemo/RecastDemo.build/DerivedSources-normal/arm64 -I/Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/obj/Release/RecastDemo/RecastDemo.build/DerivedSources/arm64 -I/Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/obj/Release/RecastDemo/RecastDemo.build/DerivedSources -Wall -Wextra -F/Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Bin -ffast-math -MMD -MT dependencies -MF /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/obj/Release/RecastDemo/RecastDemo.build/Objects-normal/arm64/Sample_Debug.d --serialize-diagnostics /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/obj/Release/RecastDemo/RecastDemo.build/Objects-normal/arm64/Sample_Debug.dia -c /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Source/Sample_Debug.cpp -o /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/obj/Release/RecastDemo/RecastDemo.build/Objects-normal/arm64/Sample_Debug.o
  135.  
  136. CompileC /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/obj/Release/RecastDemo/RecastDemo.build/Objects-normal/arm64/SampleInterfaces.o /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Source/SampleInterfaces.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'RecastDemo' from project 'RecastDemo')
  137. cd /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4
  138. /Applications/Xcode_15.0.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -ivfsstatcache /Users/runner/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/macosx14.0-23A334-f3d4ef09583a4130ba186d8a5c250973.sdkstatcache -target arm64-apple-macos14.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -std\=c++98 -Wno-trigraphs -fno-exceptions -fno-rtti -fno-sanitize\=vptr -fpascal-strings -O3 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -DRC_DISABLE_ASSERTS -isysroot /Applications/Xcode_15.0.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -g -fvisibility-inlines-hidden -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -iquote /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/obj/Release/RecastDemo/RecastDemo.build/RecastDemo-generated-files.hmap -I/Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/obj/Release/RecastDemo/RecastDemo.build/RecastDemo-own-target-headers.hmap -I/Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/obj/Release/RecastDemo/RecastDemo.build/RecastDemo-all-target-headers.hmap -iquote /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/obj/Release/RecastDemo/RecastDemo.build/RecastDemo-project-headers.hmap -iquote ../../Include -iquote ../../Contrib -iquote ../../Contrib/fastlz -iquote ../../../DebugUtils/Include -iquote ../../../Detour/Include -iquote ../../../DetourCrowd/Include -iquote ../../../DetourTileCache/Include -iquote ../../../Recast/Include -iquote ../../Bin/SDL2.framework/Headers -I/Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Bin/include -I/Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/obj/Release/RecastDemo/RecastDemo.build/DerivedSources-normal/arm64 -I/Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/obj/Release/RecastDemo/RecastDemo.build/DerivedSources/arm64 -I/Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/obj/Release/RecastDemo/RecastDemo.build/DerivedSources -Wall -Wextra -F/Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Bin -ffast-math -MMD -MT dependencies -MF /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/obj/Release/RecastDemo/RecastDemo.build/Objects-normal/arm64/SampleInterfaces.d --serialize-diagnostics /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/obj/Release/RecastDemo/RecastDemo.build/Objects-normal/arm64/SampleInterfaces.dia -c /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Source/SampleInterfaces.cpp -o /Users/runner/work/recastnavigation/recastnavigation/RecastDemo/Build/xcode4/obj/Release/RecastDemo/RecastDemo.build/Objects-normal/arm64/SampleInterfaces.o
  139.  
  140. Error: Process completed with exit code 65.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement