As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
Thank you for bringing this to our attention, we are looking into this issue now and will be getting back to you with more information as it becomes available.
Thanks,
Damien Bell
said
over 8 years ago
Nico,
Can you take a look at this guide http://docs.appcelerator.com/titanium/release-notes/?version=3.5.0.RC#modules and let me know if you're able to build with 64-bit as a target?
Thanks,
N
Nico Barelmann
said
over 8 years ago
The "problem" is - the library from kinvey is just a js. file not a really xcode module - or am i getting something wrong?
I don't have a clue, how to combine these things.
Damien Bell
said
over 8 years ago
Nico,
We're still unsure why xCode is giving you this error. As you're aware, Javascript is not a compiled language so there is nothing stopping it from being 64-bit in nature (since it is just plain text and isn't reliant on any client-side architecture). We are looking into the cause of your problem and will get back to you as soon as possible.
Thanks,
N
Nico Barelmann
said
over 8 years ago
That would be great! Cause at the moment it's not possible to upload any new app/update using Kinvey to the iTunes Store.
Damien Bell
said
over 8 years ago
Nico:
Can you create us a sample app of this error and toss it on github? That will save us the issue of having to reproduce the issue.
Thanks,
N
Nico Barelmann
said
over 8 years ago
Hi,
https://github.com/nuborian/KinveySdk64Example
Problem:
I can't say if it works with the newest Kinvey SDK, cause of the problem mentioned in another post in this forum.
So i used my old SDK - and the error is:
> Script Error Couldn't find module: jsOAuth-1.3.3 for architecture: i386
> [ERROR] : Script Error Module "Kinvey-backbone" failed to leave a valid exports object
> [ERROR] : ErrorController is up. ABORTING showing of modal controller
Hope this helps.
Best, Nico
Damien Bell
said
over 8 years ago
Thank you for your help Nico,
For the time being we had another developer that suffered from the same issue say that they were able to work around this by grabbing jsOauth from another source (maybe github? They didn't specify... https://github.com/bytespider/jsOAuth ).
Could you give that a shot for me? I'll follow up on this issue today.
Thanks,
N
Nico Barelmann
said
over 8 years ago
Hey,
i have removed all references in the kinvey.js (changing them just to "jsoauth.js" and using the newest version from the github link you mentioned -
works. =)
Damien Bell
said
over 8 years ago
Nice, I'll let our team know that this might be a quick fix.
Thanks Nico :)
f
fahad86
said
over 8 years ago
~~are you sure that you are requiring the file as require('kinvey') and not as require('kinvey.js')~~
Nico Barelmann
regarding to the new guidelines fo apple, every app has to be 64bit "ready" if you wanna push it through the store since 1. feb 2015.
I am using the backbone.js lib with titanium alloy.
Problem:
Titanium shows me an error, that the module (kinvey.js) doesn't have the right architecture.
Error from Titanium:
> [ERROR] : Script Error Couldn't find module: kinvey_1_1_9.js for architecture: x86_64
>
Any Idea ?! (Fast help would be great :) )
best, Nico