• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Adobe Air 23 ADT replacement against Xcode 8.0 + IOS 10 Simulator

Explorer ,
Oct 22, 2016 Oct 22, 2016

Copy link to clipboard

Copied

Hi!

I've checked Appcelerator Studio that use ioslib library from Node.  I've done ADT replacement that after installation works nice.  You can now run IOS build on the simulator.

Check this archive: http://www.directdreams.pl/files/FB-iossimulator.tgz

Best regards,

Piotr

PS: And waiting for official working ADT

TOPICS
Development

Views

300

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Oct 22, 2016 Oct 22, 2016

Copy link to clipboard

Copied

Hi Piotr,

with regards to your "src" folder and MANIFEST.MF in your package.

Do you place these in the src folder of your Flash Builder project ?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Oct 22, 2016 Oct 22, 2016

Copy link to clipboard

Copied

"src" folder could be removed.  It is only with open source of com.adobe.air.ADT.class that handle communication between Flash Builder and Simulator. 

Rest of folders are necessary.  /Application/Adobe Flash Builder/sdks/4.15.0    you can change for that you have choosen in the project. You can find there new adt in the bin directory or oryginal adt.jar renamed to adt.orig.jar and new adt.jar with class compiled from src.

/usr/local/bin and /usr/local/Cellar  directories are like in "brew" convention.  In  /usr/local/Cellar/adt/0.1 you will find node-modules from Appecelerator Studio based on ioslib and two files adt and run.js.  Script shell adt logging to ~/Desktop/adt.log for development and testing purpose .   If you don't want logging just rem echos in that file.

Best,

Piotr

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Oct 22, 2016 Oct 22, 2016

Copy link to clipboard

Copied

For proper IOS app packaging I suggest use original linker:

Zrzut ekranu 2016-10-22 o 18.46.38.png

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Oct 22, 2016 Oct 22, 2016

Copy link to clipboard

Copied

One more thing I forgot...

Please edit file /usr/local/Cellar/adt/0.1/adt and set proper ADT:

Right now is:

ADT="/Applications/Adobe Flash Builder 4.7/sdks/4.15.0/bin/adt"

You can change it to:

ADT="/Applications/Adobe Flash Builder 4.7/sdks/current/bin/adt"

and make a soft link in /Applications/Adobe Flash Builder 4.7/sdks/

$ cd "/Applications/Adobe Flash Builder 4.7/sdks"

$ ln -s 4.15.0 current

or other you are using.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Oct 22, 2016 Oct 22, 2016

Copy link to clipboard

Copied

LATEST

This solution only works with IOS Simulator for now.  Installing and launching application on physical device could be broken right now.  I will provide soon proper /usr/local/Cellar/adt/current/adt script with detection.

In case of running application on physical device use simple script adt:

-----------8<-----------8<-----------8<-----------8<-----------

#!/bin/sh

ADT="/Applications/Adobe Flash Builder 4.7/sdks/current/bin/adt"

"$ADT" $*

-----------8<-----------8<-----------8<-----------8<-----------

Best,

Piotr

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines