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

前端 未结 28 2119

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 05:06

    What Xcode was complaining about was a XIB file I got it working by going to Project -> Build Phases -> Copy Bundle Resources, removing the "problematic" XIB, cleaning (CMD+Shift+K), building and adding it back again.

提交回复
热议问题