after a few months I'm updating my app with new features but when I tried it on my iPod 4th gen, it crashed.
Everything is well on Android 4.4 and on simulator.
The only answer I found is about Facebook SDK not supporting iOS 6 anymore: did you updated the FB SDK to 4? could this be related?
Thanks
The current Facebook SDK is 3.14 you can use an older version and also use versioned builds to reproduce an old build exactly as it was.
Related
Last week, I downloaded Sencha Architect version 4.2.9. It installed Sencha Cmd version 7.3 and version 7.3 of the ExtJS framework as a part of the installation process. However, 7.3 is not available as a separate download on the Support site as it would typically be. Why is that?
Current download is only 7.2.0.66 - If you got 7.3 I'd say that was an accidental leak of 7.3 if you got it...
I'm only getting
both support portal and npm are only supplying 7.2 series
Would love a copy of 4.2.9 if you have one... I can't seem to get that either.
Ext JS 73 is now available on support portal.
I took over a project using AngularJS, Ionic and Bootstrap to create hybrid apps for mobile devices.
Prior to upgrade to XCode 7 all went well. I updated my HTML-, CSS- and JS-code in editor, ran grunt run:ios to create platform code and opened XCode. From there I built the .ipa-file without any issues (justwith some warnings, which could be ignored).
However since using XCode 7 (needed for iOS 8- and iOS 9-devices), the splascreen will be shown incorrectly. Meaning: Rotated with 90°.
Note #1: The splashscreen and the app have to be Landscape-only.
Note #2: When running grunt run:android, all is well on the Android-based device.
Any idea what to do in order to get the old correct state again?
There is a known bug in the cordova-plugin-splashscreen plugin relating to your issue ( Issue CB-10244 ). Try to update this plugin to cordova-plugin-splashscreen#3.1.0 by re-adding it:
cordova plugin rm cordova-plugin-splashscreen
cordova plugin add cordova-plugin-splashscreen
I've installed the Eclipse plug-in for both GWT and Appengine on 3 different machines, all with Juno (4.2). In each case, I get the following error:
"The selected App Engine SDK is not valid: Failed to initialize App Engine SDK at (path)."
Reinstalling the SDK does not make any difference. Here is more info. about the different configurations I've tried:
Ubuntu 12.0.4, Java 7, Eclipse 4.2
Mac OSX 10.8.5, Java 7, Eclipse 4.2-32 bit
Mac OSX 10.8.5, Java 7, Eclipse 4.2-64 bit
Mac OSX 10.6.8, Java 6, Eclipse 4.2-64 bit
Any suggestions for what may be going wrong and configs I could try? Thanks!
I was getting the error "Failed to initialize App Engine SDK at '..path'" in Eclipse 4.3(Kepler) with Google App Engine SDK 1.8.5 and Java SDK 1.7.0_01
When I updated the Java SDK to 1.7.0_41 (latest one) this error disappeared.
Great relief!!
I can confirm that using win7/sun jdk1.6.0_45/eclipse 4.2/gae sdk 1.8.4 the error occurred when updating to 1.8.5+ and that updating the jre that eclipse runs in to sun 1.7.0_45 solved the issue.
I can now add gae SDKs above 1.8.4.
I'm not sure why we could'nt have an error modal in eclipse to that effect.
I found my issue was that I was trying to use the app engine plugin for eclipse 4.3. I just downloaded the new eclipse and it works now. Sorry, thats the best I have..
I had the same problem and Nicky Jaidev's post helped me.
I had to update the Java Sdk to 1.7.
But also you have to update the eclipse.ini:
-vm
C:/Program Files/Java/jdk1.7.0_45/bin/javaw.exe
If you don't change this, it will keep failing.
My guess is that the AppEngine SDK version is intended for other version of Eclipse.
For Eclipse 4.2 (Juno), use this link: https://dl.google.com/eclipse/plugin/4.2
Follow the installation guide here if you unsure about how to install plugins through Eclipse directly: https://developers.google.com/eclipse/docs/install-eclipse-4.2
I had the same issue with app engine plugin for Eclipse 4.2 (well, it was the Android Developer Tools version), on Mac
OS 10.8.4.
After I saw this warning about Java 6 not being supported, https://developers.google.com/appengine/docs/java/gettingstarted/installing, I upgraded to the latest version of Java 7 and it worked.
My iMac Version is 10.8.2,installed Xcode 4.5.2. Xcode project iOS Deployment target is 4.3, and Base SDK iOS 6.0. I am trying develop an application which can be run from 3G. Base SDK showing only IOS 6.0 but not listing any lower versions, also installed iPhone 5.0 simulator.
but no use.
Following are my questions
1) How Xcode will show Base SDK lower versions than IOS 6.0?
2) How we can can support Different IOS versions?
Please let me know the right direction,, Thanks in advance..
Have a look at this question.
It explains how to publish to older iOS targets.
Does Cordova 1.9 work on iOS 6?
I'll be working on it on Xcode 4.5.
I've already installed Cordova 2.0 and it is troublesome issues.
CordovaLib
MainViewController.m
AppDelegate.m
Should I downgrade to Phonegap / Cordova to 1.9 or upgrade to Cordova 2.1? Please advise?
In my condition,I met many bugs when I building Apps by Cordova 1.9 on IOS6.
Even though we can run Cordova 1.9 on IOS6,but the plugins issue or other strange problems would make you tired.
So please upgrade it and face the truth.
I just managed to compile my app with iOS6 SDK with Cordova 1.9.
Make sure you remove armv7s from "Valid Architectures" in your app's "Build Settings". However, this means, you won't be able to target iPhone 5.
(Thanks to Apple, iPhone5 is not available for purchase yet in my country anyways!!, So I still have time to upgrade Cordova :) )
I am still waiting for Cordova 2.2 release. You can check bug reports of Cordova and decide for your own case.