[TIMOB-19571] iOS: App names with special characters break the build
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2015-09-23T17:19:06.000+0000 |
Affected Version/s | Release 5.0.0 |
Fix Version/s | Release 5.1.0, Release 5.0.1 |
Components | iOS |
Labels | n/a |
Reporter | Chris Barber |
Assignee | Chris Barber |
Created | 2015-09-23T15:30:01.000+0000 |
Updated | 2015-09-23T20:52:58.000+0000 |
Description
If you change the name of your app to "Pinión" and build, it errors out:
[INFO] Invoking xcodebuild
[DEBUG] Invoking: DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild build -target Pinión -configuration Debug -scheme Pinión -derivedDataPath /Users/chris/appc/workspace/testapp5/build/iphone -destination "platform=iOS Simulator,id=FA9941AA-A14E-405D-A76F-1472C47CBFED,OS=9.0"
[TRACE] User defaults from command line:
[TRACE] IDEDerivedDataPathOverride = /Users/chris/appc/workspace/testapp5/build/iphone
[ERROR] xcodebuild: error: The project named "Pinión" does not contain a scheme named "Pinión". The "-list" option can be used to find the names of the schemes in the project.
Master PR: https://github.com/appcelerator/titanium_mobile/pull/7226 5_0_X PR: https://github.com/appcelerator/titanium_mobile/pull/7227
Verified fixed, using: MacOS 10.11 (15A279b) Studio 4.3.0.201509151348 Ti SDK 5.0.1.v20150923102330 Appc NPM 4.2.0 Appc CLI 5.0.2-19 Ti CLI 5.0.4 Alloy 1.7.10 Arrow 1.2.62 Xcode 7.0 (7A218) Node v0.10.37 Java 1.7.0_45 production Special characters in the app name no longer prevent building.