duplicate device scheme in xcode 4

后端 未结 6 987
慢半拍i
慢半拍i 2021-02-04 07:33

When I look at my schemes in xcode 4 after I connect my iPad, I see two schemes listed for my device (one to the right of my project name in the drop down list, and one right un

6条回答
  •  孤城傲影
    2021-02-04 07:42

    I had the same problem with an Xcode3 project when I upgraded it to Xcode4. I would have 5 "device" entries appear for each device I connected, but only the bottom-most one in the list would actually build successfully. I couldn't find any combination of settings that would resolve it, so I exported the scheme (which looked fine), deleted it, and let Xcode generate a new one. It's working fine now, so it must be some issue in the migration path.

提交回复
热议问题