Unable to build air IOS app - asking SDK13

2020-07-16 Thread breizhman
Hi all, We are currently wrapping up a project Apache Flex/Air with latest available SDK Flex 4.16.1 Air 32. When it comes to load the app in testflight We get that error http://i.imgur.com/ohcqTO1.png http://i.imgur.com/688DGl4.png Does someone know if there is any plan from Adobe or Apache

Re: Unable to build air IOS app - asking SDK13

2020-07-16 Thread Piotr Zarzycki
Hello, Adobe stopped support for Air, Harman took over that. Maybe you need to update to their version [1] [1] https://airsdk.harman.com/ Thanks, Piotr czw., 16 lip 2020 o 13:47 breizhman napisał(a): > Hi all, > > We are currently wrapping up a project Apache Flex/Air with latest > available

Re: Unable to build air IOS app - asking SDK13

2020-07-16 Thread breizhman
Ho no damn. How hard it is to mix Flex and Air sdk together? The Apache Flex/Air downloader was doing it easy for us -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: Unable to build air IOS app - asking SDK13

2020-07-16 Thread Piotr Zarzycki
It looks easy [1] - I'm not sure if that instruction still apply to Harman Air. [1] https://helpx.adobe.com/x-productkb/multi/how-overlay-air-sdk-flex-sdk.html czw., 16 lip 2020 o 13:58 breizhman napisał(a): > Ho no damn. > > How hard it is to mix Flex and Air sdk together? > > The Apache Flex/

Re: Unable to build air IOS app - asking SDK13

2020-07-16 Thread breizhman
Nice will give it a try but I doubt it will be that easy! I just figured out last week how to automated builds for this app into Azure DevOps pipelines and it was hell :) Thanks for the links !! -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: Unable to build air IOS app - asking SDK13

2020-07-16 Thread Piotr Zarzycki
Good Luck! :) czw., 16 lip 2020 o 14:04 breizhman napisał(a): > Nice will give it a try but I doubt it will be that easy! > I just figured out last week how to automated builds for this app into > Azure > DevOps pipelines and it was hell :) > > Thanks for the links !! > > > > -- > Sent from: htt

Re: Unable to build air IOS app - asking SDK13

2020-07-16 Thread Frost, Andrew
Ks and helps to do these sorts of operations .. but it should be possible for anyone to throw something together (as an AIR application, of course...) thanks -Original Message- From: Piotr Zarzycki Sent: 16 July 2020 13:01 To: users@flex.apache.org Subject: [EXTERNAL] Re: Unable to build a

Re: Unable to build air IOS app - asking SDK13

2020-07-16 Thread Piotr Zarzycki
, of course...) > > thanks > > > -Original Message- > From: Piotr Zarzycki > Sent: 16 July 2020 13:01 > To: users@flex.apache.org > Subject: [EXTERNAL] Re: Unable to build air IOS app - asking SDK13 > > It looks easy [1] - I'm not sure if that

Re: Unable to build air IOS app - asking SDK13

2020-07-16 Thread breizhman
So if I underatand correctly I need to download flex sdk on one side http://www.apache.org/dyn/closer.lua/flex/4.16.1/binaries/apache-flex-sdk-4.16.1-bin.zip Adobe air sdk harman on the other. And mix the 2 together? -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: Unable to build air IOS app - asking SDK13

2020-07-16 Thread breizhman
Do you guys know where that airHome is define? If I Solution 1 Download mix AIR/FLEX sdk and just replace AIR it "works" but probably too nasty If I Solution 2 Download Air on one side and Flex on the other and put them together I get that error http://i.imgur.com/DKC1VZa.png I try to see whe

Re: Unable to build air IOS app - asking SDK13

2020-07-16 Thread Erik Thomas
It's not difficult to do this. Here are simple instructions for Mac. BTW, you don't need airHome (see FLEX_HOME below). The key here is to NOT user Finder to copy the AIR SDK over the Flex SDK. Doing that will end up with build errors for reasons I don't understand. Just use the command line for

Re: Unable to build air IOS app - asking SDK13

2020-07-16 Thread Erik Thomas
Sorry, there are a couple spaces in the commands that could mess you up. Here are the corrected commands, note that AIRSDK_Flex_MacOS is the directory created by double clicking the zip file. > cp -rf ~/Downloads/AIRSDK_Flex_MacOS/* ~/SDK4.16.1-H33.1.1.86 There was a space in the SDK path in my

Re: Unable to build air IOS app - asking SDK13

2020-07-16 Thread breizhman
Thanks a lot Eric that truly help -- Sent from: http://apache-flex-users.246.n4.nabble.com/