14
13

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 5 years have passed since last update.

XamarinでiOSの実機デバッグをする方法

Posted at

昨日、業務系システム開発勉強会に参加し、Xamarin iOS を触ってみました。
で、Xamarin Studio で iOS の実機デバッグを行おうとしたところ、はまったのでメモしておきます。

以下の田淵さんの記事を参考にしました。

Xcode 7 と Xamarin Studio Starter で1円も払わずに自作 iOS アプリを実機確認する (インスパイア記事)

Xamarinで実機デバッグをする場合は、Xamarinでプロファイルの生成ができないので、Xcodeで生成されたプロファイルを拝借するために、プロジェクト名をXcodeと揃えるというものです。

しかし、Xcodeのプロジェクト名では、アンダースコアをハイフンに置き換えてしまいます。
しかも、Xcodeのプロジェクト名をコピーして、Xamarinに貼り付けたら、ハイフンがアンダースコアに戻ってしまう。。。ここ、気づきにくい!!

このままデバッグするとエラーになります。

Error: No installed provisioning profiles match the installed iOS code signing keys.

この場合、info.plist の Bundle Identifier を修正する必要があります。

image

14
13
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
14
13

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?