Since macOS has been upgraded, I upgraded all development environments (Xcode, etc.) and wanted to build with an existing macOS application software project, but I get the following 2 errors and cannot build.
- macOS Ventura (13.0)
- Xcode 14.1
- Visual Studio for Mac (8.10.25)
clang : error : linker command failed with exit code 1 (use -v to see invocation)
MMP : error MM5309: Failed to execute the tool 'clang', it failed with an error code '1'. Please check the build log for details.
I have done a lot of searching, but I have no idea what to do. If anyone knows what to do, I would appreciate any tips you can give me.