[TIMOB-10862] iOS: Tooling: Build fails if Application_Id field contains underscore ( '_' ).
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2016-08-24T19:15:23.000+0000 |
Affected Version/s | Release 2.1.3 |
Fix Version/s | n/a |
Components | iOS |
Labels | core, qe-ios090112 |
Reporter | Shyam Bhadauria |
Assignee | Eric Merriman |
Created | 2012-09-11T23:29:17.000+0000 |
Updated | 2017-03-16T21:33:48.000+0000 |
Description
It is not a regression. Issue exists as far as 2.1.2
Steps to reproduce:
1. Make a project with application id field having an underscore(eg - 'test_case')
2. Try to install this project on device having iOS 6.
Expected result
1. It should get installed successfully on device
Actual result
It gives an error mentioned below and build fails-
[ERROR] (null): error: CFBundleIdentifier 'com.appcelerator.Build_timob7674' contains illegal character '_'
[ERROR]
[ERROR] Error: Traceback (most recent call last):
App IDs with underscores are not supported. The iOS build will fail with a pretty error message:
Closing ticket as the issue won't fix.