2017-01-11 10 views
1

iOSプロジェクトをアーカイブしようとすると、私のXcodeが奇妙に動作し始めました。Xcode:入力カタログに一致するアプリアイコン/起動イメージセットがありません

  • すべてのファイルは、元の場所
  • に私は私もクリーンビルドを試してみましたが、これらを手動で変更する
  • 全体のビルドフォルダを削除Xcodeの
  • を再起動しようとしました前回のコミット
  • に復帰しようとしていますプロジェクト設定でAsset Catalog App Icon Set NameAsset Catalog Launch Image Set Name
  • イメージの再構築

誰も助けてくれず、私はまだ同じエラーが発生しています。

エラーは、ビルドプロセスの最後のフェーズ(Compile asset catalogs)で必ず発生します。

Xcodeのコンソール:ファイルImages.xcassetsは、それを削除し、戻ってプロジェクトに追加し、資産のカタログ作成者ツールによって再生成された

CompileAssetCatalog build/Build/Intermediates/ArchiveIntermediates/reactproject/InstallationBuildProductsLocation/Applications/reactproject.app build/Build/Intermediates/reactproject/Images.xcassets 
    cd /Users/user/Developer/reactproject/ios 
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin" 
    /Applications/Xcode.app/Contents/Developer/usr/bin/actool --output-format human-readable-text --notices --warnings --export-dependency-info /Users/user/Developer/reactproject/ios/build/Build/Intermediates/ArchiveIntermediates/reactproject/IntermediateBuildFilesPath/reactproject.build/Release-iphoneos/reactproject.build/assetcatalog_dependencies --output-partial-info-plist /Users/user/Developer/reactproject/ios/build/Build/Intermediates/ArchiveIntermediates/reactproject/IntermediateBuildFilesPath/reactproject.build/Release-iphoneos/reactproject.build/assetcatalog_generated_info.plist --app-icon AppIcon --launch-image LaunchImage --compress-pngs --enable-on-demand-resources YES --sticker-pack-identifier-prefix com.example.reactproject.sticker-pack. --target-device iphone --target-device ipad --minimum-deployment-target 8.0 --platform iphoneos --product-type com.apple.product-type.application --compile /Users/user/Developer/reactproject/ios/build/Build/Intermediates/ArchiveIntermediates/reactproject/InstallationBuildProductsLocation/Applications/reactproject.app /Users/user/Developer/reactproject/ios/build/Build/Intermediates/reactproject/Images.xcassets 

/* com.apple.actool.errors */ 
/Users/user/Developer/reactproject/ios/build/Build/Intermediates/reactproject/Images.xcassets: error: None of the input catalogs contained a matching app icon set named "AppIcon". 
/Users/user/Developer/reactproject/ios/build/Build/Intermediates/reactproject/Images.xcassets: error: None of the input catalogs contained a matching launch image set named "LaunchImage". 
/* com.apple.actool.notices */ 
/Users/user/Developer/reactproject/ios/build/Build/Intermediates/reactproject/Images.xcassets: warning: Failed to read file attributes for "/Users/user/Developer/reactproject/ios/build/Build/Intermediates/reactproject/Images.xcassets" 
    Failure Reason: No such file or directory 
/* com.apple.actool.compilation-results */ 
/Users/user/Developer/reactproject/ios/build/Build/Intermediates/ArchiveIntermediates/reactproject/IntermediateBuildFilesPath/reactproject.build/Release-iphoneos/reactproject.build/assetcatalog_generated_info.plist 

答えて

0

は、問題を解決しました。ファイルをXcodeプロジェクトに追加するときは、参照を正しく設定する必要があります。

関連する問題