Adobe-Runtime-Support
Adobe-Runtime-Support copied to clipboard
[ios]Compilation failed while executing : compile-abc
0x004A2471 (0x032428F8 0x00000000 0x032428D8 0x03242940)
0x00007FF79094CFC4 (0x000000DFF84FE180 0x0000000000000000 0x000000DFF84FE180 0x00007FF79094D15E) 0x00007FF79094D8BA (0x000005F4AB017210 0x000005F4AB416920 0x000005F4AB017150 0x000005F4AB416A58) 0x00007FF790A184ED (0x000000DFF84FE300 0x000000DFF84FE300 0x000005F4ACC88050 0x000000DFF84FE140) 0x00007FF790A18663 (0x000005F4AB416920 0x000002CA113B8180 0x0000000000000E63 0x000000DFF84FE470) 0x00007FF790A18180 (0x000005F4AB416920 0x000000DFF84FE470 0x000000DFF84FE390 0x0000000000000001) 0x00007FF7909E3027 (0x000005F4AB416830 0x000000DF00000000 0x000000DF00000000 0x000000DF00000000) 0x00007FF7909DCC28 (0x000005F4AB416830 0x000005F4AC0909B8 0x000005F4AC090840 0x000005F4AC0909B8) 0x00007FF79093D488 (0x0000023C46118B60 0x000002759CC5E689 0x000002759CC5E688 0x0000000000000001) 0x00007FF790936D95 (0x000000DFF84FEC00 0x000002759CC5E688 0x0000000000000047 0x000000DF00000000) 0x00007FF790924639 (0x00007FF7918B78A0 0x0000023C46118B60 0x000000DFF84FEC20 0x000002CA113B8180) 0x00007FF7908CDB53 (0x0000000000000000 0x000002CA00006545 0x0000023C3ADA7C30 0x000000000000E630) 0x00007FF7908CB349 (0x000002CA10F61000 0x0000000000000014 0x000002CA00000010 0x000002CA10F73200) 0x00007FF7908D132F (0x0000023C3A6BE270 0x0000000000000000 0x0000000000000011 0x0000000000000000) 0x00007FF7908D25E0 (0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000) 0x00007FF79180BEE8 (0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000) 0x00007FF890B57BD4 (0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000), BaseThreadInitThunk() + 0x14 bytes(s) 0x00007FF891DCCED1 (0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000), RtlUserThreadStart() + 0x21 bytes(s)
Compilation failed while executing : compile-abc
Curious as to why compile-abc is outputting lots of 64-bit values, normally that would be compile-abc-64 whereas compile-abc is 32-bit; what OS version are you using? Any chance you could show the whole command line plus all outputs from the start?
thanks
switch(_type){
case 0:
break;
}
this code will get aot compile-abc error
I have deleted this code and it compiles successfully. Can consider compiler optimizations or not
Curious as to why compile-abc is outputting lots of 64-bit values, normally that would be compile-abc-64 whereas compile-abc is 32-bit; what OS version are you using? Any chance you could show the whole command line plus all outputs from the start?
thanks
As long as this code exists to compile ipa, this problem will occur on mac and window. Any airsdk version
FYI this is a duplicate of #2025 (or the other way round) and will be fixed soon ..