[TIMOB-19385] iOS9: Upgrade map module to support bitcode
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2015-08-21T09:55:15.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 5.0.0 |
Components | iOS |
Labels | n/a |
Reporter | Chee Kiat Ng |
Assignee | Chee Kiat Ng |
Created | 2015-08-20T09:34:11.000+0000 |
Updated | 2015-09-01T23:30:30.000+0000 |
Description
using Xcode 7 with
-fembed-bitcode
in *OTHER_CFLAGS*
You can verify by using otool -l library.a > output
Check the output file for a sectname __bitcode
PR: https://github.com/appcelerator-modules/ti.map/pull/118 titanium mobile PR: https://github.com/appcelerator/titanium_mobile/pull/7055
PRs merged.
Closing ticket as fixed. Verified there are multiple
sectname __bitcode
sections in iOS ti.map module's libti.map.a. Tested on: Appc CLI NPM: 4.2.0-1 Appc CLI Core: 5.0.0-33 Arrow: 1.2.52 SDK: 5.0.0.v20150901105514 iOS ti.map: 2.4.0 Node: v0.10.38 OS: Yosemite (10.10.5)