-
Hi,
I have updated the manifest accordingly with the required changes to build package using TI SDK 6.3.0.GA.
But we are having following error while compiling.
rt/Titanium/mobilesdk/osx/6.3.…
-
When using remote images for a marker, a java exception is thrown that seems like some sort of security issue. This doesn't seem to be present in pre-3.0 versions.
Have tried this two different way…
-
```shell
Titanium SDK
SDK Version = 5.5.1.GA
SDK Path = /Users/macbookpro/Library/Application Support/Titanium/mobilesdk/osx/5.5.1.GA
Target Platform …
-
I have downloaded the module, cloned this repo, use `carthage bootstrap` under iOS folder to donwload dependencies, move to module's platform folder, replacing any framework already there and tried to…
-
Hi All,
I've been working successfully with this module for sometime and recently updated to SDK 7.0.2. That all worked fine, no problems building using etc....
I've since tried to build the mo…
-
I am working on a Appcelerator Titanium project, where the framework defines several globals that I would like to ignore.
Is there a suggested way to override them (through package.json for example) …
-
I think is bug of this module. On iOS it seems works fine
-
[Enter steps to reproduce:]
1. ...
2. ...
**Atom**: 1.24.0 x64
**Electron**: 1.6.16
**OS**: Mac OS X 10.13.3
**Thrown From**: [appcelerator-titanium](https://github.com/appcelerator/atom-app…
-
## The devDependency [eslint](https://github.com/eslint/eslint) was updated from `5.13.0` to `5.14.0`.
🚨 [View failing branch](https://github.com/appcelerator/titanium/compare/master...appcelerator:…
-
On iOS i have no problem, i only ask the permission for the camera
```
if (Ti.Media.hasCameraPermissions()) {
openQrcode();
} else {
Ti.Media.requestCameraPermissions(function(e) {
…