Build input file cannot be found: '/Users/inno/SANSE-Source/FrontEnd/App/iOS/App/trunk/-Xlinker'

我升级到xcode15.3后出现这样的报错,xcode14能正常,请问怎么解决个?

Build input file cannot be found: '/FrontEnd/App/iOS/App/trunk/-Xlinker'. Did you forget to declare this file as an output of a script phase or custom build rule which produces it?

Replies

-Xlinker is a flag you use to escape values being passed from the compiler driver to the linker. See the discussion of the Other Linker Flags and Quote Linker Arguments build settings. It looks like your build settings are messed up, causing this escape value to be integrated into one of your build paths.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"