Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-28508] iOS: Hyperloop 7.0.0+ should enforce correct min TiSDK

GitHub Issuen/a
TypeBug
PriorityCritical
StatusClosed
ResolutionFixed
Resolution Date2021-07-28T15:07:07.000+0000
Affected Version/sn/a
Fix Version/sRelease 10.0.1
ComponentsiOS
Labelsbuild, hyperloop, ios, regression
ReporterGary Mathews
AssigneeGary Mathews
Created2021-07-21T21:38:02.000+0000
Updated2021-07-28T15:07:07.000+0000

Description

- Hyperloop 7.0.0+ currently enforces minimum SDK 9.2.0 which requires i386 and armv7 architectures. These are missing in 7.0.0+ due to iOS 11 dropping support for 32-bit architectures. - Hyperloop 7.0.0+ should enforce Titanium SDK 10.0.0 as the minimum OR contain i386 and armv7 architectures for backwards compatibility. - If an older version of Hyperloop (6.0.2) is not specified in tiapp.xml when using older SDKs (9.2.0), the build will fail.
Undefined symbols for architecture i386

Comments

  1. Gary Mathews 2021-07-21

    master: https://github.com/appcelerator/hyperloop.next/pull/356
  2. Joshua Quick 2021-07-22

    PR (titanium_mobile): https://github.com/appcelerator/titanium_mobile/pull/12905

JSON Source