[TIMOB-19384] iOS9: Upgrade touchid module to support bitcode
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2015-08-21T09:08:44.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:31:23.000+0000 |
Updated | 2015-09-02T00:10:56.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.touchid/pull/17 Titanium mobile PR: https://github.com/appcelerator/titanium_mobile/pull/7056
APPROVED. PRs merged.
Closing ticket as fixed.Verified that the
libti.touchid.a
contains multiplesectname __bitcode
entries in ti.touchid 1.2.0. 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 ti.touchid: 1.2.0 Node: v0.10.38 OS: Yosemite (10.10.5)