-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[F REQ] ADT to correctly sign dynamic frameworks included packaged with iOS app #10
Comments
Surely a +1 on this one. To add to what @tuarua described, I must say that as the time goes, there will be more and more iOS libraries being developed with dynamic Frameworks. currently, you need to use some nasty shell scripts to strip the non-ARM archs and then use some other nasty shells to sign the frameworks and finally, as @tuarua mentioned, you need to resign the .ipa again. While the AIR-iOS-Packager is helping devs to speed up the process, it would be super great to see Adobe is doing all these things automatically in ADT to begin with. |
As @PrimaryFeather suggested, I created the Feature Request in Adobe Tracker also here: https://tracker.adobe.com/#/view/AIR-4198408 |
AIR 27 beta now auto signs dynamic frameworks. |
Air 28 has resolved issues with creating a valid ipa for AppStore. |
this issue not fixed completely i donT get why my comment was removed. |
Which comment was removed, @Xgamefactory? |
comment about that adobe air sdk still have issues signing ios third party dynamic frameworks after codesing on mac adobe still cannot generate proper ipa as it try codesign and messed properly codesigned framework with error =============================================================
============================================================= i think best solution will be add a custom flag as -platformsdk to bypass codesining on adobe air side for dynamic third party frameworks. adobe air ios sdk works as expected. |
this codesign problem still exists on lates air sdk 29.122 win |
Could you maybe create a new bug report on Adobe Tracker? Ideally with a small sample that showcases the problem? Adobe is probably not reviewing all the posts over here. And don't forget to post the link here so we can vote for it! |
Problem Description
To be able to build ANEs using Swift developers must use dynamic frameworks.
These frameworks when included are not signed correctly by adt and a complex bash based workflow is needed to package the final ipa file.
The current workflow workaround is
Known Workarounds
I have produced an AIR based tool to manage the resigning of Frameworks and AIR app but it's not ideal
https://github.com/tuarua/AIR-iOS-Packager
The text was updated successfully, but these errors were encountered: