Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-6788] iOS: Update bad ARCHS_STANDARD_32_BIT settings in jscore project

GitHub Issuen/a
TypeBug
PriorityCritical
StatusClosed
ResolutionFixed
Resolution Date2011-12-20T13:05:30.000+0000
Affected Version/sn/a
Fix Version/sSprint 2011-51, Release 2.0.0, Release 1.8.1
ComponentsiOS
Labelsn/a
ReporterStephen Tramer
AssigneeStephen Tramer
Created2011-12-20T10:53:06.000+0000
Updated2012-01-20T13:32:01.000+0000

Description

This doesn't affect us because we haven't had to compile a new JSCore against iOS 5 (yet) but it's coming. This suffers from the same problem as the debugger, where the ARCHS_STANDARD_32_BIT redefinition excludes armv6 symbols from the library.

Comments

  1. Stephen Tramer 2011-12-20

    TESTING

    ---- 1. Build a new JSCore using the "buildit.sh" script 2. Run the following commands in terminal and make sure that they have output:
       nm build/libTiCore.a 2>/dev/null | grep armv6
       nm build/libTiCore.a 2>/dev/null | grep armv7
       nm build/libTiCore.a 2>/dev/null | grep i386
       
  2. Stephen Tramer 2011-12-20

    Leaving fixversion open since this doesn't affect a current release of titanium_mobile; it's futureproofing.
  3. Thomas Huelbert 2012-01-18

    clean up - closing

JSON Source