[TIMOB-15131] iOS7: Build failed when the minimum iOS version is set to 7.0
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-09-13T23:02:10.000+0000 |
Affected Version/s | Release 3.1.3 |
Fix Version/s | 2013 Sprint 19, 2013 Sprint 19 API, Release 3.1.3, Release 3.2.0 |
Components | iOS |
Labels | build, ios7, qe-3.1.3, qe-testadded |
Reporter | Olga Romero |
Assignee | Vishal Duggal |
Created | 2013-09-12T21:14:53.000+0000 |
Updated | 2014-02-24T22:02:35.000+0000 |
Description
Build failed when min ios version is set to 7.0 in tiapp.xml
To reproduce:
1. Create or use default app
2. Add
<ios>
<min-ios-ver>7.0</min-ios-ver>
</ios>
to tiapp.xml
Compile for simulator or package for disrtibution
Actual result:
deploy type production:
** BUILD FAILED **
[ERROR] : The following build commands failed:
[ERROR] : Ld build/Release-iphoneos/vishals.app/vishals normal armv7
[ERROR] : (1 failure)
deploy type development
[ERROR] : ** BUILD FAILED **
[ERROR] : The following build commands failed:
[ERROR] : Ld build/Debug-iphonesimulator/vishals.app/vishals normal i386
[ERROR] : (1 failure)
Attachments
File | Date | Size |
---|---|---|
ios7.txt | 2013-09-12T21:14:53.000+0000 | 50616 |
pull pending master - https://github.com/appcelerator/titanium_mobile/pull/4688 3_1_X - https://github.com/appcelerator/titanium_mobile/pull/4689
Verified fixed. Built successfully for simulator and build for distribution using the iOS minimum version set to 7.0 TiSDK 3.1.3.v20130913160104 TiStudio 3.1.3.201309132456 CLI 3.1.2.GA Alloy 1.2.2-cr Mac OS X 10.8.4 Closing.