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

前端 未结 28 2193

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

    This worked for me in Xcode 10:

    • Click Project icon/name in your Xcode project
    • Go to General tab
    • Click [Choose info.plist File] under Identity section
    • Select the info.Plist file
    • Check Info tab to see if info.plist was loaded successfully
    • Build and run

提交回复
热议问题