Xcode cannot run using the selected device

前端 未结 10 1317
刺人心
刺人心 2021-01-04 11:51

I am receiving the following error when I try to run my Xcode iOS project:

Xcode cannot run using the selected device. Choose a destination with a supported          


        
10条回答
  •  灰色年华
    2021-01-04 12:41

    Target -> Build Settings -> Build Options set the "Compiler for C/C++/Objective-C" - "Default compiler (Apple LLVM 5.0)" and the issue will be solved

提交回复
热议问题