-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compiled version of the TiUIEx module #2
Comments
I'll start uploading to S3. Here's the current version of the module compiled with the Titanium 3.0.0.GA SDK: https://pegli.github.s3.amazonaws.com/com.obscure.tiuiex-iphone-1.0.zip |
HI Pegli, Thanks for the really quick response. Tried to download the module but I get an AccessDenied from S3. Cheers, |
Sorry, the permissions on the S3 bucket weren't set correctly. Please try again now. p. |
Hi Pegli, I downloaded the version from your S3. Installed it to my project but with the export to an ipa file I still get. The following error: [TRACE] : �� �Ld "build/Release-iphoneos/WappZapp Junior.app/WappZapp Junior" normal armv7 I have set the minimum iOS version to 5.0. It somehow still fails on the armv7 build. Any ideas? |
Hi Pegli, already some thoughts on the issues above. Still running in to armv7 build errors. Did exactly what you told. No results yet unfortenately. |
I really would like to use this module on my app. But I keep getting the following error: [ERROR] : �� �** BUILD FAILED ** Any idea how to fix this? |
Can you download the latest build from S3 and try again? I've made some changes that should fix the problem with the missing TiUITabGroupProxy. I also added a test Titanium app at https://pegli.github.s3.amazonaws.com/tiuiex-testproject.zip that you should be able to unzip and run. |
Hi Paul, thanks for the quick response. I downloaded the latest module from you S3 account but it unfortunately did not help. I also tested the test project but I get the same error message: [ERROR] : �� �** BUILD FAILED ** Any ideas? I could reinstall everything including Titanium Studio? |
Well, the good news is that now I can reproduce the problem myself, so I'll see what I can do to get it fixed. |
Good to hear. I there is any thing I can do to help let me know. |
It turns out that this is a bug in the Titanium SDK. I've filed an issue here: https://jira.appcelerator.org/browse/TC-1908 You should be able to build and run your app in the simulator using
I'm sorry that the workaround is so complex. I'll update this issue when the SDK is fixed or if I find a better way around this. |
Here's a workaround to try: add the following function to your app.js file, remove the build directory, and rebuild for the device: function COMPILER_TRICK() {
Ti.UI.createImageView();
Ti.UI.createTab();
} You don't need to actually call this function. The purpose is to trick the Titanium compiler into including the two classes that it is leaving out. |
Try this. Create assets/com.obscure.TiUIEx.js file.
|
Hi Pegli, I copy pasted you ImageView extension at: https://github.com/pegli/TiUIEx/blob/master/mobile/iphone/Classes/ComObscureTiUIExImageView.m to the NappUI Module: https://github.com/wienke/NappUI/blob/master/Classes/TiUIImageView%2BExtended.m It does not work so far but I hope Mads can help out. Just to let you know. Cheers, |
I really love this module. Is there a compiled version of this module available? I have been searching the entire Github rep but couldn't find it.
Cheers,
Wienke
The text was updated successfully, but these errors were encountered: