Re: SDK Version Issue for iOS

2019-03-12 Thread Erik Thomas
This link: https://labs.adobe.com/downloads/air.html Shows only download links for the AIR runtime, or AIR SDK & Compiler, or AIR SDK For Flex Developers. I downloaded the last one, thinking it may not include the compiler. I guess I'll try again

Re: SDK Version Issue for iOS

2019-03-12 Thread Alex Harui
Does build 103 have both Flex (no compiler) and regular versions (with compiler). You might have better luck with the one without the packaged compiler. In theory, there is also a way to override where the installer pulls the builds. You can create a local.properties file in the new folder

Re: SDK Version Issue for iOS

2019-03-12 Thread Olaf Krueger
> Is there some second step needed when overlaying a new AIR SDK over existing Flex/AIR SDK directory? Just a shoot in the dark: Did you check if the config files in /frameworks contain the right player and swf version?: air-config.xml airmobile-config.xml flex-config.xml Olaf -- Sent from:

Re: SDK Version Issue for iOS

2019-03-12 Thread Erik Thomas
Sorry to ask an old question again, but I copied the 103 build over my current FlexSDK directory created with the Flex SDK installer last week and it has hosed my builds: Error:[EventCommons]: java.lang.NoClassDefFoundError: flex2/tools/VersionInfo at

Re: SDK Version Issue for iOS

2019-03-12 Thread Piotr Zarzycki
Never mind. I miss last email and see that is beta still. wt., 12 mar 2019 o 09:41 Piotr Zarzycki napisał(a): > Hi Guys, > > In other words this build 103 wasn't released yet ? > > Thanks, > Piotr > > wt., 12 mar 2019 o 00:58 bilbosax napisał(a): > >> This is the post on Adobe where I asked

Re: SDK Version Issue for iOS

2019-03-11 Thread bilbosax
This is the post on Adobe where I asked the same question: https://forums.adobe.com/thread/2597960 I was directed to use the AIR 32 Beta that had been updated since AIR 32 was added to the Apache installer https://labs.adobe.com/downloads/air.html It worked for me like a charm. No issues so

Re: SDK Version Issue for iOS

2019-03-11 Thread Erik Thomas
Do you know where I can download the AIR SDK (build 103)? I am searching and can only find the older build for download. Thanks!

Re: SDK Version Issue for iOS

2019-03-11 Thread bilbosax
Yes, absolutely -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: SDK Version Issue for iOS

2019-03-11 Thread Erik Thomas
Thanks, Bill. So just copying the new AIR SDK over the existing Flex SDK directory that contains the AIR SDK installed from the installer works?

Re: SDK Version Issue for iOS

2019-03-11 Thread bilbosax
Sorry Erik, I am just now seeing this post. I had the exact same issue and posted a question about it over on the Adobe AIR forum. Apparently, the Apache installer uses and older AIR 32 release. When I installed AIR 32 directly from Adobe, it included the 12.1 SDK, and problem was solved. --

Re: SDK Version Issue for iOS

2019-03-11 Thread Lydecker
Well I thought this would work: ant -f installer.xml -Dair.sdk.url.server=http://labsdownload.adobe.com -Dair.sdk.url.folder=pub/labs/flashruntimes/air -Dair.sdk.url.file=AdobeAIRSDK.zip If I run it I get errors, but then if I run it again, it succeeds. Anywho - it seems the copying on top of

Re: SDK Version Issue for iOS

2019-03-11 Thread Lydecker
Hi - can someone please let me know how to use ANT (what's the command line to run) to get FLEX with AIR build 103? I Used the SDK installer to get build 89, then manually downloaded "AIR 32 SDK for Flex Developers Build 103". I copied the contents of that directory on-top of the AIR Flex SDK

Re: SDK Version Issue for iOS

2019-03-11 Thread Erik Thomas
Found the problem. Turns out the latest Flex 4.16.1 installer (as of last week) installs an older build of AIR SDK 32 that does not contain this fix: The installer installed this version of AIR: 32.0.0.89 But the iOS 12.1 SDK wasn't put into the AIR SDK until this build: 32.0.0.103 Is there

Re: SDK Version Issue for iOS

2019-03-10 Thread Kerogi
Eric, just released the app with following Distriqt ANEs and latest AIR 32.0.0.103. com.distriqt.Core com.distriqt.Firebase com.distriqt.PushNotifications com.distriqt.Location com.distriqt.firebase.Auth com.distriqt.GoogleIdentity

Re: SDK Version Issue for iOS

2019-03-08 Thread Erik Thomas
This thread explains the issue, and apparently AIR 32 really does fix this problem: https://forums.adobe.com/thread/2582887 So I guess it's the ANEs I'm using. I've contacted Distriqt but haven't yet heard back. I reviewed the github checkin comments

Re: SDK Version Issue for iOS

2019-03-08 Thread Alex Harui
Erik, Have you contacted the Adobe AIR team? -Alex On 3/8/19, 8:28 AM, "Erik J. Thomas" wrote: Has nobody else on this forum encountered this issue? Do none of you create iOS mobile apps with AIR? I'm still waiting on an answer from our ANE provider but we're receiving the 12.1 warning

Re: SDK Version Issue for iOS

2019-03-08 Thread Erik J. Thomas
Has nobody else on this forum encountered this issue? Do none of you create iOS mobile apps with AIR? I'm still waiting on an answer from our ANE provider but we're receiving the 12.1 warning on our app uploads and figure it must be our ANEs that may not be up-to-date. Just looking for a clue.

Re: SDK Version Issue for iOS

2019-03-06 Thread Erik J. Thomas
Well, the release notes for AIR 32 claim it uses iOS 12.1 so this must be related to some of my ANEs. Can anyone verify this error goes away with AIR 32 (if you have no ANEs or have recompiled your ANEs with iOS SDK 12.1? Thanks. Erik On Mar 5, 2019, at 4:15 PM, Erik J. Thomas wrote:

SDK Version Issue for iOS

2019-03-05 Thread Erik J. Thomas
Anyone else run into this error from Apple when uploading an app? "SDK Version Issue - This app was built with the iOS 12.0 SDK. Starting March 2019, all iOS apps submitted to the App Store must be built with the iOS 12.1 SDK or later, included in Xcode 10.1 or later." I built this app with