AIR 25 BUG: unsupported address encoding of personality function in CIE for architecture arm64
I am trying to build an app using AIR 25 + heyzap with facebook audience network sdk on windows and got the following message:
ld: in C:\\Users\\Yaroslav\\AppData\\Local\\Temp\\11360509-d29b-41fb-a6ce-de352cab81be/FBAudienceNetwork.framework/FBAudienceNetwork(FNFLoopingAsset.o),
unsupported address encoding (39) of personality function in CIE for architecture arm64
And then build fails. I tried with latest 26 beta too with the same result.
I have also found that there was a similar issue in AIR17 (issue 3950027 : ld error “ld: in , unsupported address encoding (13) of personality function in CIE for architecture arm64 Compilation failed while executing : ld64" when packaging with WIN SDK. )
So it seems that it is an old bug which was fixed but then return back.
Is there any way to solve this problem now?
