Questions tagged [appcelerator-hyperloop]

Use for programming or development questions related to Appcelerator's Hyperloop solution to access any (3P) API for developing Native Mobile Apps using JavaScript. Please always include the "appcelerator" tag as well and do not use the "hyperloop" tag which is something else.

See the Tag Info on for more information.

53 questions
6
votes
1 answer

Hyperloop and Google Mobile Ads SDK

I'm trying to use Google-Mobile-Ads-SDK in my appcelerator project since ti.admob (https://github.com/appcelerator-modules/ti.admob) doesn't seem to support rewarded ads. So I created a Podfile in the top project directory: install! 'cocoapods', …
6
votes
2 answers

Appcelerator Hyperloop vs. Plain Titanium Modules

I've started playing around with Appcelerator Hyperloop. While it seems great to access native APIs from JS from day zero, it does raise a few questions about architecture of the platform and the performance. Currently (AFAIK) a Titanium app has a…
3
votes
0 answers

Script Error Couldn't find module: hyperloop/ for architecture: x86_64

When trying to use Appcelerator Hyperloop and include a third party library i always get this error tried four different library. The docs state add the podfile. pod "BAFluidView" https://github.com/antiguab/BAFluidView Run pod install and it…
user1503606
  • 2,818
  • 10
  • 36
  • 69
3
votes
0 answers

Titanium Hyperloop app does not compile due to too small libhyperloop.a lib file

I can't compile my titanium + hyperloop application. The compiler complains about the filesize of my libhyperloop.a, which is 2 bytes. Does this mean the file is corrupt, and does someone knows a workaround? I have inspected the file in both…
3
votes
1 answer

Hyperloop unknown or unsupported type (UIAlertController)

I'm trying out Hyperloop. And I'm trying to run a custom swift script I have in my project (like shown in the exmaple). Here's my swift code: import UIKit public class MySwiftCode : NSObject { func SayHello() { let alertController =…
developer82
  • 11,911
  • 18
  • 76
  • 134
3
votes
2 answers

Can't run Hyperloop project

I've downloaded the latest SDK from master as explained here: http://builds.appcelerator.com/#master I've also downloaded the latest Hyperloop from here http://labs.appcelerator.com/project/55f74a9f421c44837717716b/Hyperloop-Module and followed the…
developer82
  • 11,911
  • 18
  • 76
  • 134
2
votes
2 answers

How do I change the home/back button icon in the actionbar in Titanium using native code?

I would like to change the back/home button icon in Titanium. I am able to do this using the Theme. However I would like to change the icon at runtime after I apply the theme. The actionbar in titanium does not have any property or method to change…
Searock
  • 5,488
  • 8
  • 58
  • 95
2
votes
1 answer

How to access delivered UNNotifications in Titanium Hyperloop on iOS?

I'm creating an application in Titanium and I'm using hyperloop to access different parts of the native API's and this has been working great. But now I'm trying to count the notifications a user has received based on notification id, but this…
2
votes
0 answers

Hyperloop for Bluetooth LE communication in iOS app?

Can anyone point me to some examples or direction on how I could use Hyperloop to integrate a bluetooth device in my Titanium iOS app? Seems like it should be possible but I've never done Objective-C or native iOS development and I'm not sure the…
2
votes
1 answer

How to fix "Hyperloop.defineClass must return a class definition into a variable" exception in Titanium?

I'm trying to do the simplest thing in Appcelerator Hyperloop to define/create my own class, but it's causing my builds to fail (can't build for the simulator or a device) with a build-time error from the console. I just started with a new blank…
Kevin Southworth
  • 363
  • 2
  • 10
2
votes
0 answers

Failed to enable Hyperloop

Using a Pro account, I created a new app (using Studio), when tried to enable Hyperloop, the popup of progress just disappear without any message and still hyperloop disabled. After checking the Studio logs, I found an error and a suggestion of…
reymundolopez
  • 116
  • 1
  • 5
2
votes
2 answers

Hyperloop error when processing Cocoapods dependencies

After downloading the hyperloop-examples files, and running appc ti build -p ios, I get errors when Hyperloop finds the CocoaPods dependencies. The exact error text is: [ERROR] An error occurred during build after 3s 372ms [ERROR] pod install…
2
votes
0 answers

Titanium hyperloop module and TiShadow

Has anyone tried using the new Titanium Hyperloop module (in beta currently) in an app that is compiled and distributed via TiShadow app? Since TiShadow app isn't Alloy, I'm not sure if Hyperloop module will work with TiShadow, which would be a…
2
votes
1 answer

Can Hyperloop be used to do background work or spawn new threads?

I'm wondering if the Appcelerator Titanium Hyperloop module can be used to spawn new threads or do background work that will not block the main UI thread? In other words, I have an expensive or long-running data processing task but I want to run it…
2
votes
2 answers

How much legacy Objective-C code can Hyperloop work with?

Hyperloop looks like an exciting way forward for Appcelerator. I've read the very basic Hyperloop docs and watched the intro video. In the intro video I can see that simple Swift or Objective-C files can be used, I'm interested to find out how much…
SimonB
  • 31
  • 2
1
2 3 4