これは簡単なことですが、すべての質問を読み終えたので、これに対する簡単な答えはないようです。
appIDを作成しました。mobileprovisionファイルを作成し、ダウンロードしてダブルクリックしましたが、すべて問題ないようです。
このプロファイルをXCodeに表示するにはどうすればよいですか?そしてそれはどこに現れるでしょうか?
iOSとXCodeの最新バージョンを使用します。
表示されていますが、表示されるまでに時間がかかるようです。
Xcodeでオーガナイザーを開き([ウィンドウ]-> [オーガナイザー])、[デバイス]タブに移動し、左側のドロワーで[プロビジョニングプロファイル]を選択します。次に、右下の[更新]ボタンを使用します。
@mikeLspohnコメントから:[ウィンドウ]> [デバイス]に移動し、デバイスを右クリックして[プロビジョニングプロファイルの表示]を選択します...そこから+/-をクリックしてプロファイルを追加または削除できます-
2つのステップ:
まず、iTunesにドラッグします。.mobileProvisionをiTunesにドロップすると、~/Library/MobileDevice/Provisioning Profiles
本来の場所にインストールされます。
次に、.mobileProvisionをダブルクリックして、Xcodeストアに追加します。
その後、Xcodeを再起動しても問題はありません。
ファイルはいつでもXcodeドックアイコンにドラッグできます。これにより、Xcodeのストアに追加されます。ターゲットに正しいバンドルIDがあり、秘密鍵がある場合、コード署名ビルド設定で適切なプロファイルと署名IDを選択できるはずです。
In XCode 12.2, click Window in the menu > Devices and Simulators
Right click you device, and select Show Provisioning Profiles...
Then click "+" to add your .mobileprovision files.
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.
Xcode 12.3
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.
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'.
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.