Build for ios with air on linux #3547
Unanswered
ladigitale
asked this question in
Q&A
Replies: 2 comments
-
We don't support packaging for iOS on a Linux machine. Packaging up requires a number of separate executable files - in the SDK under /lib/aot/bin - and we don't have Linux variants of those currently.. That said .. it may be possible to get this working. Certainly if you considered the "remote linking on mac" feature, which would mean we don't need an "ld" linker binary, which is the tricky one. The other tools:
So it might be possible to do this, if people really wanted to... |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you for the answer |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've just switched from windows to linux.
No problem building for android, but when I build for ios the AIr SDK gives me this error:
“SDK is missing file MainWindow.nib."
Does anyone have this kind of problem?
Thanks a lot.
Beta Was this translation helpful? Give feedback.
All reactions