The selected run destination is not valid for this action

前端 未结 16 2535
抹茶落季
抹茶落季 2020-12-04 16:31

I have opened a project that has always been iphone/ipad. I can\'t build it now because for some reason my only \"Scheme\" option is \"MyApp My Mac 64-bit\". How can I get t

16条回答
  •  醉话见心
    2020-12-04 16:35

    I ran in to this issue recently and i solved it by changing the value of the executable from "None" to "AppName.app" on xcode.

    You should change:

    Product > Edit scheme -> Run AppName.app -> Info tab -> Executable -> None

    to:

    Product > Edit scheme -> Run AppName.app -> Info tab -> Executable -> AppName.app

提交回复
热议问题