Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-6771] iOS: Update bad ARCHS_STANDARD_32_BIT settings in debugger project

GitHub Issuen/a
TypeBug
PriorityCritical
StatusClosed
ResolutionFixed
Resolution Date2011-12-20T12:31:39.000+0000
Affected Version/sRelease 2.0.0
Fix Version/sSprint 2011-51, Release 2.0.0, Release 1.8.1
ComponentsiOS
Labelsn/a
ReporterStephen Tramer
AssigneeStephen Tramer
Created2011-12-19T16:12:03.000+0000
Updated2012-01-20T13:31:59.000+0000

Description

Apple helpfully updated their standard architecture definition for 32-bit platforms to be "armv7" only in XCode 4.2. We still support armv6 devices, and this build setting needs to be upgraded in the debugger to allow device builds.

Comments

  1. Stephen Tramer 2011-12-20

    TESTING

    ---- Testing against titanium_debugger: 1. Build a new debugger using the "buildit.sh" script 2. Run the following commands in terminal and make sure they have output:
       nm build/libti_ios_debugger.a 2>/dev/null | grep armv6
       nm build/libti_ios_debugger.a 2>/dev/null | grep armv7
       nm build/libti_ios_debugger.a 2>/dev/null | grep i386
       
    Testing against titanium_mobile: Make sure that the project builds.
  2. Thomas Huelbert 2012-01-18

    closing

JSON Source