[TIMOB-19390] iOS9: Rebuild SDK dependent libs to support bitcode
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2018-02-04T16:07:44.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | n/a |
Reporter | Chee Kiat Ng |
Assignee | Unknown |
Created | 2015-08-21T02:48:01.000+0000 |
Updated | 2018-08-02T22:20:08.000+0000 |
Description
Just need to rebuild the following:
- tiprofiler
- tidebugger
- ticore
- tiverify
- libAPSHTTPClient.a
- libAPSAnalytics.a
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
APSHTTPClient PR: https://github.com/appcelerator/APSHTTPClient/pull/29 APSAnalytics PR: https://github.com/appcelerator/aps_sdk/pull/277 TiVerify PR: https://github.com/appcelerator/titanium_verify/pull/18 with these replaced, and
[~pec1985], I'm unfamiliar with building for Ticore, tidebugger, and tiprofiler. It'll be great if you can look into it and see whether it is easy to rebuild as according to the ticket requirement?
PRs merged. Will resolve ticket once the other libs can be rebuilt with bitcode.
tijscore PR: https://github.com/appcelerator/tijscore/pull/30 titanium_debugger PR: https://github.com/appcelerator/titanium_debugger/pull/39 titanium_profiler PR: https://github.com/appcelerator/titanium_profiler/pull/14 titanium_mobile PR: https://github.com/appcelerator/titanium_mobile/pull/7521
[~cng] Noticed [this PR](https://github.com/appcelerator/titanium_mobile/pull/7521), can you resolve the merge problems or should we wait?
Wait. It's not working correctly. And it's still not top priority.
Resolve as
Won't Fix
as the related libraries will move away. The debugger and profiler have already been replaced by the native debuggers (Chrome / Safari) and TiCore will go in SDK 8.Closing old "Won't fix" tickets. If you disagree, please reopen.