Not able to debug Flash project on my connected iPhone

已回答

Hello!

I am new here, coming from Flash Builder, running on Windows 10. I tried to import my Flash Builder project into IntelliJ first but was totally lost then. So I decided to start from the beginning and set up a new "hello world" project in IntelliJ. I can let it run on a simulated iPhone but when I try to debug it on my connected iPhone IntellJ gives me an error (why ever I cannot copy that error message, so I write down a part of the message here):

------------------------------

Warning! Could not locate iTunesMetadata.plist in archive. 

[...]

Failed to verify code signature of

[...]

------------------------------

I used the same .p12 certificate and the same provisioning profile which worked for my app debugging in Flash Builder. But I think I still missed to set up some parameters which I enter in the projectname-app.XML file. For example the application-identifier and the keychain-access-groups. But how and where can I enter such values? I was not able to find any helpful documentations. I would totally appreciate any help!

 

Best regards

Marc

 

0
正式评论

Thank you for the screenshots and the sample project. I don't see any configuration problems with this project.

Unfortunately, we don't have enough experience with writing real AIR applications, so we can't say for sure what is the root cause of the problem.

IntelliJ IDEA calls ADT tool from the AIR SDK for creating IPA packages and for installing the application on a device. The ADT command line docs are here: https://help.adobe.com/en_US/air/build/WS5b3ccc516d4fbf351e63e3d118666ade46-7fd9.html. By the way, are you using the latest AIR SDK from Harman? You may try to run ADT directly from the command line and play with the command line options, maybe you'll be able to find the working combination or the root cause of the problem.

AIR developers forums and Harman support channels might be more helpful as people there have real experience with AIR applications.

Hi Marcophono Could you provide a screenshot showing the error and upload your hello-world project at https://uploads.jetbrains.com (do not forget to specify the UploadID)

0

Thank you, Egor! Attached two screenshots from the error message (I had to scroll down for the second screenshot) and the upload ID is  2022_04_04_Kico98KeuGiX49nP

 

Thak you very much!

Marc

0

P.S.: Funny that your board software gave me the name "Github2". :) I changed it now to "Marcophono".

0

Aaah! Application descriptor -> Custom template -> Create

That creates the XML file I was looking for! :) It seems that I can handle that file in the way I am used to. No I must find out how to add the ANEs, feather and stuff and then let's go! :-)

 

Best regards

Marc

0

请先登录再写评论。