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

前端 未结 28 2207

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:53

    In my case, I had created a new test target and deleted the default swift file so it was left with just the info.plist. Adding a new file fixed this.

提交回复
热议问题