42

これは簡単なことですが、すべての質問を読み終えたので、これに対する簡単な答えはないようです。

appIDを作成しました。mobileprovisionファイルを作成し、ダウンロードしてダブルクリックしましたが、すべて問題ないようです。

このプロファイルをXCodeに表示するにはどうすればよいですか?そしてそれはどこに現れるでしょうか?

iOSとXCodeの最新バージョンを使用します。


表示されていますが、表示されるまでに時間がかかるようです。

4

6 に答える 6

24

Xcodeでオーガナイザーを開き([ウィンドウ]-> [オーガナイザー])、[デバイス]タブに移動し、左側のドロワーで[プロビジョニングプロファイル]を選択します。次に、右下の[更新]ボタンを使用します。

2018年の更新

@mikeLspohnコメントから:[ウィンドウ]> [デバイス]に移動し、デバイスを右クリックして[プロビジョニングプロファイルの表示]を選択します...そこから+/-をクリックしてプロファイルを追加または削除できます-

于 2012-12-12T16:36:30.167 に答える
15

2つのステップ:

  1. まず、iTunesにドラッグします。.mobileProvisionをiTunesにドロップすると、~/Library/MobileDevice/Provisioning Profiles本来の場所にインストールされます。

  2. 次に、.mobileProvisionをダブルクリックして、Xcodeストアに追加します。

その後、Xcodeを再起動しても問題はありません。

于 2014-03-23T04:18:04.563 に答える
5

ファイルはいつでもXcodeドックアイコンにドラッグできます。これにより、Xcodeのストアに追加されます。ターゲットに正しいバンドルIDがあり、秘密鍵がある場合、コード署名ビルド設定で適切なプロファイルと署名IDを選択できるはずです。

于 2012-12-12T16:39:27.207 に答える
2

In XCode 12.2, click Window in the menu > Devices and Simulators

Right click you device, and select Show Provisioning Profiles...

enter image description here

Then click "+" to add your .mobileprovision files.

enter image description here

UPDATE:

The method above added mobileprovision files and shows in Xcode UI. However, it does not add to

/Users/myusername/Library/MobileDevice/Provisioning Profiles

And when I build from Xcode, it still says the mobileprovision files are missing.

And the end, I found I only need to double click each mobileprovision file to add them under the folder of

/Users/myusername/Library/MobileDevice/Provisioning Profiles

And my Xcode has no issue building this time.

于 2020-12-07T19:17:17.643 に答える
1

Xcode 12.3

  • Select your project in the navigator
  • Select your target
  • Select Signing and Capabilities
  • Uncheck the Automatically Manage Signing Box

You will then see a dropdown to select a provisioning profile. You can 'download' directly from Apple, assuming you've set up the profile on the developer site. Or you can 'Import' a file you've downloaded separately.

  • Now, check the Automatic Signing box again.

I am not sure if this is necessary, but as Hongbo Miao has pointed out, you can download the file and double click it to 'add it to the library'.

于 2021-01-22T00:43:36.247 に答える
0

Go to http://developer.apple.com in Safari on your device and navigate to the SDK/downloads section. From that page, download the .mobileconfig file and when prompted, Install. This will allow you to install beta builds when you go to Settings -> General -> Software Update.

于 2016-07-18T22:03:59.457 に答える