2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Xcodeをバージョンアップしたらプラットフォームが「My Mac」に変わってしまった

Posted at

発生した問題

既存のCordovaプロジェクトを更新したのでiPadにデプロイしようとしたら、iPadのOSが14.4.2と新しいためXcodeをバージョンアップしないとデプロイ出来ないと表示されました。
ところが、Xcodeを12.4にバージョンアップしたところ、ビルド先のプラットフォームが「My Mac」と表示され、接続してあるiPadがデバイス表示されないだけでなく、iPhone/iPadのシミュレータも一切表示されなくなりました。
image.png

解決に至った手順

Build Settings画面の「Supported Platforms」が「Mac」に変わっていたので「iOS」に変更することで今まで通りビルド出来るようになりました。
image.png

Xcodeのバージョンアップに際しアプリ側は何も設定を変えていないのに、問題が発生したので参考になればと思い共有します。

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?