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

前端 未结 28 2150

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

    If you tried profiling, and then it didn't work, and now you cannot build, go into your Target pane (via the Project Icon), Switch to the Build Settings tab, search for PROFILE - and set CLANG_USE_OPTIMIZATION_PROFILE to "No".

提交回复
热议问题