asconfigc: handle creation of symbolic links when unpacking ANEs#802
asconfigc: handle creation of symbolic links when unpacking ANEs#802ashikase wants to merge 1 commit intoBowlerHatLLC:mainfrom
Conversation
|
Thanks! I'll take a look when I get some free time. |
46dc749 to
0ea7f81
Compare
|
I'd like to get this merged. However I can't seem to get my hands on a known good ANE for macOS that contains symbolic links. I don't like merging something if I can't test to confirm that it works. After searching and failing to find existing open source ANEs that I could use without modifications, I tried modifying an ANE that contains a .framework bundle without any symlinks to manually add the typical symlinks related Versions/Current (the various ANEs that I found simply duplicated all of the files in the .framework bundle instead of using symlinks). What I found was that ADL crashes the first time I try to debug the app using the modified ANE (oddly, it works correctly the second time, which doesn't make sense because the files should be unchanged). Similarly, if I try to package the AIR app, ADT crashes with an exception. Presumably, when it encounters any of the symlinks stored the ANE zip file: |
Suggested fix for issue #801