The project does not contain target named

Hi,

after I run ‘ionic build ios’, this throw error.

xcodebuild: error: The project ‘App Garçom.xcodeproj’ does not contain a target named ‘App Garçom’.
Error: Error code 65 for command: xcodebuild with args: -xcconfig,/Users/LAD09/Projetos/app_garcom/app_garcom/platforms/ios/cordova/build-debug.xcconfig,-project,App Garçom.xcodeproj,ARCHS=i386,-target,App Garçom,-configuration,Debug,-sdk,iphonesimulator,build,VALID_ARCHS=i386,CONFIGURATION_BUILD_DIR=/Users/LAD09/Projetos/app_garcom/app_garcom/platforms/ios/build/emulator,SHARED_PRECOMPS_DIR=/Users/LAD09/Projetos/app_garcom/app_garcom/platforms/ios/build/sharedpch

I got the same error xcodebuild: error: The project 'Ábc.xcodeproj' does not contain a target named 'Ábc'. after adding a non-ASCII special characters (i.e. Á) within the ‘name’ tags (i.e. <name>Ábc</name>) of config.xml, which refers is the App ID Description.

I resolved the error by replacing the non-ASCII special characters (i.e. Á) with ASCII characters (i.e. A).

1 Like