私はこのプロジェクトを何ヶ月も主な問題なしで作業してきました。今日私はそれを構築することさえできません。私は "$ ionic resources"を走らせましたが、今は自分のビルドをまったく動かすことができません。Ionic Build iOS - 失敗
私はこのエラーを取得しています:
** BUILD FAILED **
The following build commands failed:
CompileAssetCatalog build/emulator/Stopper.app Stopper/Images.xcassets
(1 failure)
ERROR building one of the platforms: Error code 65 for command: xcodebuild with args: -xcconfig,/Users/colemanjeff/GitHub/StopperRC1/platforms/ios/cordova/build-debug.xcconfig,-project,Stopper.xcodeproj,ARCHS=i386,-target,Stopper,-configuration,Debug,-sdk,iphonesimulator,build,VALID_ARCHS=i386,CONFIGURATION_BUILD_DIR=/Users/colemanjeff/GitHub/StopperRC1/platforms/ios/build/emulator,SHARED_PRECOMPS_DIR=/Users/colemanjeff/GitHub/StopperRC1/platforms/ios/build/sharedpch
You may not have the required environment or OS to build this project
Error: Error code 65 for command: xcodebuild with args: -xcconfig,/Users/colemanjeff/GitHub/StopperRC1/platforms/ios/cordova/build-debug.xcconfig,-project,Stopper.xcodeproj,ARCHS=i386,-target,Stopper,-configuration,Debug,-sdk,iphonesimulator,build,VALID_ARCHS=i386,CONFIGURATION_BUILD_DIR=/Users/colemanjeff/GitHub/StopperRC1/platforms/ios/build/emulator,SHARED_PRECOMPS_DIR=/Users/colemanjeff/GitHub/StopperRC1/platforms/ios/build/sharedpch
私が問題かどのようにそれを修正するの原因はよく分かりません。誰もが考えている?
あなたはiOSのプラットフォームを削除してみて、もう一度それを追加し、私は$イオンプラットフォームのrm IOSを試してみました – Gandhi
を構築することができ その後、$イオンプラットフォームは、IOS を追加し$イオンビルドIOS 私が意味したものだとエラーコード65 –