Problems after upgrading to Xcode 10: Build input file cannot be found

前端 未结 28 2127

I upgraded my Xcode SDK to version 10 last night and then find I cannot build.

I\'m getting this error:

Build input file cannot be found: \

28条回答
  •  抹茶落季
    2020-11-28 04:52

    I had the same issue. The problem was that I didn't have any file under the Target > Build Phases > Compile Sources. The problem was solved after I added at leas one file to Compile Sources.

提交回复
热议问题