2015-10-06 13 views
7

Xcode 7とエルキャピタン以来、私はアーカイブをIPAファイルにエクスポートできません。 Coulnd't find any platforms at all in /Applications/Xcode.app/Contents/Developer/PlatformsエルキャピタンのXcode 7でIPAエラーをエクスポートします

enter image description here

EDIT:

これは、ログIDEDistribution.standard.log

の関連部分だろう、私は流れExport... > Save for Ad Hoc Deployment > Export (button)を終了するときには、次のエラーが表示されます

{ 
    code = 2109; 
    description = "couldn't find any platforms at all in /Applications/Xcode.app/Contents/Developer/Platforms"; 
    info =    { 
    }; 
    level = ERROR; 
} 

In IDEDistribution.critical.log

2015-10-06 06:50:04 +0000 [MT] Presenting: Error Domain=IDEFoundationErrorDomain Code=1 "couldn't find any platforms at all in /Applications/Xcode.app/Contents/Developer/Platforms" UserInfo={NSLocalizedDescription=couldn't find any platforms at all in /Applications/Xcode.app/Contents/Developer/Platforms} 

EDIT 2:

リストPlatformsディレクトリ:

$ ls -l /Applications/Xcode.app/Contents/Developer/Platforms 
total 0 
drwxr-xr-x 9 root wheel 306 2 oct 10:12 MacOSX.platform 
drwxrwxr-x 8 root wheel 272 2 oct 10:12 WatchOS.platform 
drwxr-xr-x 6 root wheel 204 2 oct 10:13 WatchSimulator.platform 
drwxr-xr-x 8 root wheel 272 2 oct 10:13 iPhoneOS.platform 
drwxr-xr-x 5 root wheel 170 2 oct 10:14 iPhoneSimulator.platform 
+0

appIDを追加し、Distribution Provisioning Profileを追加したことを確認してください。 –

+3

ログを表示ログボタンからもログを投稿できますか? – Imran

+0

開発者アカウントがキーチェーンに適切に設定されているかどうかを確認しました。 –

答えて

18

IPAをエクスポートするときにダイアログボックスの[ビットコードからエクスポート]チェックボックスをオフにします。オンにすると、ビットコードから作成されたビルドをテストすることを意味します。 )

3を "ビットコードを有効にする" ためにNOを設定]> [ビルド設定)

1)を目標

2に進みます。詳細はhere

+0

Oh god @protspace。ありがとう!! –

1

変更デプロイメント・ターゲット。 プロジェクトをクリーンアップ プロジェクト&をビルドしてアーカイブします。あなたはそれを取得します。

+0

作業していません.... – anavarroma

+0

私はちょうどそれがうまく動作しようとしました –

+0

私は同じ問題を抱えていましたか? – anavarroma

1

を参照してください。また、あなたが手順の下に、次のことで、このエラーを削除することができます再びアーカイブを試みてください。

関連する問題