[
https://issues.apache.org/jira/browse/CB-11031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dan Imhoff updated CB-11031:
----------------------------
Description:
When the Cordova app name contains a non-ascii character, builds fail for
cordova-ios 4.x. Reverting to 3.9.2 results in successful iOS builds again.
See original issue: https://github.com/driftyco/ionic-platform-issues/issues/71
{code:text}
Building project : /Users/dan/ionic/testday/platforms/ios/testdåy.xcodeproj
Configuration : Debug
Platform : device
Build settings from command line:
ARCHS = armv7 arm64
CONFIGURATION_BUILD_DIR =
/Users/dan/ionic/testday/platforms/ios/build/device
SDKROOT = iphoneos9.2
SHARED_PRECOMPS_DIR = /Users/dan/ionic/testday/platforms/ios/build/sharedpch
VALID_ARCHS = armv7 arm64
Build settings from configuration file
'/Users/dan/ionic/testday/platforms/ios/cordova/build-debug.xcconfig':
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES
CODE_SIGN_IDENTITY = iPhone Developer
ENABLE_BITCODE = NO
GCC_PREPROCESSOR_DEFINITIONS = DEBUG=1
HEADER_SEARCH_PATHS = "$(TARGET_BUILD_DIR)/usr/local/lib/include"
"$(OBJROOT)/UninstalledProducts/include"
"$(OBJROOT)/UninstalledProducts/$(PLATFORM_NAME)/include"
"$(BUILT_PRODUCTS_DIR)"
IPHONEOS_DEPLOYMENT_TARGET = 8.0
OTHER_LDFLAGS = -ObjC
SWIFT_OBJC_BRIDGING_HEADER =
$(PROJECT_DIR)/$(PROJECT_NAME)/Bridging-Header.h
TARGETED_DEVICE_FAMILY = 1,2
xcodebuild: error: The project 'testdåy.xcodeproj' does not contain a target
named 'testdåy'.
Error: Error code 65 for command: xcodebuild with args:
-xcconfig,/Users/dan/ionic/testday/platforms/ios/cordova/build-debug.xcconfig,-project,testdåy.xcodeproj,ARCHS=armv7
arm64,-target,testdåy,-configuration,Debug,-sdk,iphoneos,build,VALID_ARCHS=armv7
arm64,CONFIGURATION_BUILD_DIR=/Users/dan/ionic/testday/platforms/ios/build/device,SHARED_PRECOMPS_DIR=/Users/dan/ionic/testday/platforms/ios/build/sharedpch
{/code}
was:
When the Cordova app name contains a non-ascii character, builds fail for
cordova-ios 4.x. Reverting to 3.9.2 results in successful iOS builds again.
See original issue: https://github.com/driftyco/ionic-platform-issues/issues/71
{code}
Building project : /Users/dan/ionic/testday/platforms/ios/testdåy.xcodeproj
Configuration : Debug
Platform : device
Build settings from command line:
ARCHS = armv7 arm64
CONFIGURATION_BUILD_DIR =
/Users/dan/ionic/testday/platforms/ios/build/device
SDKROOT = iphoneos9.2
SHARED_PRECOMPS_DIR = /Users/dan/ionic/testday/platforms/ios/build/sharedpch
VALID_ARCHS = armv7 arm64
Build settings from configuration file
'/Users/dan/ionic/testday/platforms/ios/cordova/build-debug.xcconfig':
CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES
CODE_SIGN_IDENTITY = iPhone Developer
ENABLE_BITCODE = NO
GCC_PREPROCESSOR_DEFINITIONS = DEBUG=1
HEADER_SEARCH_PATHS = "$(TARGET_BUILD_DIR)/usr/local/lib/include"
"$(OBJROOT)/UninstalledProducts/include"
"$(OBJROOT)/UninstalledProducts/$(PLATFORM_NAME)/include"
"$(BUILT_PRODUCTS_DIR)"
IPHONEOS_DEPLOYMENT_TARGET = 8.0
OTHER_LDFLAGS = -ObjC
SWIFT_OBJC_BRIDGING_HEADER =
$(PROJECT_DIR)/$(PROJECT_NAME)/Bridging-Header.h
TARGETED_DEVICE_FAMILY = 1,2
xcodebuild: error: The project 'testdåy.xcodeproj' does not contain a target
named 'testdåy'.
Error: Error code 65 for command: xcodebuild with args:
-xcconfig,/Users/dan/ionic/testday/platforms/ios/cordova/build-debug.xcconfig,-project,testdåy.xcodeproj,ARCHS=armv7
arm64,-target,testdåy,-configuration,Debug,-sdk,iphoneos,build,VALID_ARCHS=armv7
arm64,CONFIGURATION_BUILD_DIR=/Users/dan/ionic/testday/platforms/ios/build/device,SHARED_PRECOMPS_DIR=/Users/dan/ionic/testday/platforms/ios/build/sharedpch
{/code}
> non-ascii letters in app name causes build failures
> ---------------------------------------------------
>
> Key: CB-11031
> URL: https://issues.apache.org/jira/browse/CB-11031
> Project: Apache Cordova
> Issue Type: Bug
> Components: iOS
> Environment: Node version: v5.1.0
> Cordova version: 6.1.1
> cordova-ios version: 4.1.0
> Xcode 7.2.1
> Build version 7C1002
> Reporter: Dan Imhoff
> Labels: cordova-ios-4.0.x
>
> When the Cordova app name contains a non-ascii character, builds fail for
> cordova-ios 4.x. Reverting to 3.9.2 results in successful iOS builds again.
> See original issue:
> https://github.com/driftyco/ionic-platform-issues/issues/71
> {code:text}
> Building project : /Users/dan/ionic/testday/platforms/ios/testdåy.xcodeproj
> Configuration : Debug
> Platform : device
> Build settings from command line:
> ARCHS = armv7 arm64
> CONFIGURATION_BUILD_DIR =
> /Users/dan/ionic/testday/platforms/ios/build/device
> SDKROOT = iphoneos9.2
> SHARED_PRECOMPS_DIR =
> /Users/dan/ionic/testday/platforms/ios/build/sharedpch
> VALID_ARCHS = armv7 arm64
> Build settings from configuration file
> '/Users/dan/ionic/testday/platforms/ios/cordova/build-debug.xcconfig':
> CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES = YES
> CODE_SIGN_IDENTITY = iPhone Developer
> ENABLE_BITCODE = NO
> GCC_PREPROCESSOR_DEFINITIONS = DEBUG=1
> HEADER_SEARCH_PATHS = "$(TARGET_BUILD_DIR)/usr/local/lib/include"
> "$(OBJROOT)/UninstalledProducts/include"
> "$(OBJROOT)/UninstalledProducts/$(PLATFORM_NAME)/include"
> "$(BUILT_PRODUCTS_DIR)"
> IPHONEOS_DEPLOYMENT_TARGET = 8.0
> OTHER_LDFLAGS = -ObjC
> SWIFT_OBJC_BRIDGING_HEADER =
> $(PROJECT_DIR)/$(PROJECT_NAME)/Bridging-Header.h
> TARGETED_DEVICE_FAMILY = 1,2
> xcodebuild: error: The project 'testdåy.xcodeproj' does not contain a target
> named 'testdåy'.
> Error: Error code 65 for command: xcodebuild with args:
> -xcconfig,/Users/dan/ionic/testday/platforms/ios/cordova/build-debug.xcconfig,-project,testdåy.xcodeproj,ARCHS=armv7
>
> arm64,-target,testdåy,-configuration,Debug,-sdk,iphoneos,build,VALID_ARCHS=armv7
>
> arm64,CONFIGURATION_BUILD_DIR=/Users/dan/ionic/testday/platforms/ios/build/device,SHARED_PRECOMPS_DIR=/Users/dan/ionic/testday/platforms/ios/build/sharedpch
> {/code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]