Titanium JIRA Archive
Appcelerator Community (AC)

[AC-6440] Hyperloop breaks iPhone 5 builds

GitHub Issuen/a
TypeBug
Priorityn/a
StatusOpen
ResolutionUnresolved
Affected Version/sn/a
Fix Version/sn/a
ComponentsHyperloop
Labelsiphone
ReporterBeau Gibson
AssigneeFazlul Haque
Created2019-11-20T01:38:07.000+0000
Updated2019-12-25T06:54:23.000+0000

Description

Launching an app with the hyperloop module on an iPhone 5 simulator (iOS 10.3) will build successfully but fail to launch on the device. Removing Hyperloop from the tiapp.xml causes the app to launch correctly. This only affects iPhone 5. iPhone 5s, 6 and others running iOS 10.3 , and any device on higher iOS versions work correctly. The error reported when trying to launch follows:
[TRACE] [ioslib] iPhone 5 Simulator successfully focused
[TRACE] [ioslib] Installing the app
[TRACE] [ioslib] Launched app, but with error: Error: An error was encountered processing the command (domain=FBSOpenApplicationServiceErrorDomain, code=1):
The request to open "au.com.memberjungle.dev" failed.
The request was denied by service delegate (SBMainWorkspace) for reason: Unspecified.
Underlying error (domain=FBSOpenApplicationErrorDomain, code=1):
	The operation couldn’t be completed. (FBSOpenApplicationErrorDomain error 1.)
Steps to reproduce: Create a classic app with the following app.js
(function() {
	var window = Ti.UI.createWindow();
	window.open();
	alert("Hello world");
})();
Add the Hyperloop module for iPhone in tiapp.xml:
    <modules>
        <module platform="iphone">hyperloop</module>
    </modules>
Run on iPhone 5 (iOS 10.3). App will repeatedly try to launch and fail, with errors found in macOS Console.

Attachments

FileDateSize
IMG_0359.PNG2019-12-23T18:49:49.000+000029247

Comments

  1. Beau Gibson 2019-12-19

    @Shak is this going anywhere? this didn't used to break and completely crashes out on iPhone 5
  2. Fazlul Haque 2019-12-23

    Hello [~beaurepair], We have tested this issue on different iOS version devices and cannot reproduce it as an issue. *Test Environment:* SDK 8.3.0.GA Appcelerator Command-Line Interface, version 7.1.2 iPhone 6 Plus (iOS 12.4.4), iPod 5G (iOS 9.3.5) *Steps which I followed:* Used the steps mention on your ticket. *Results:* I can get an alert Hello world on physical iPhone devices. !IMG_0359.PNG|thumbnail!
  3. Beau Gibson 2019-12-23

    Works fine on iPhone 6 plus. As per my description, this does not work on iPhone 5 and iPhone 5s
  4. Nazmus Salahin 2019-12-25

    Hello [~beaurepair], We have tested this issue and could not reproduce this issue with the latest Ti SDK 8.3.0.GA on iPhone 5s (iOS 12.4.4). Can you please check this issue with iPhone 5s (iOS 12.4.4). Thanks
  5. Beau Gibson 2019-12-25

    This only affects iOS 10 (as in the description)

JSON Source