You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a projet buit on iphone using sdk 8.1 and obfuscator (clang) as compiler : ok, it is working fine
Recently I moved my project to use it with ios SDK9.1 => compilation error due to the following typedef max_align_t
We can find this typedef in stddef.h of the obfusctor and the one from de sdk9.1, but it has 2 different size : long double vs double
This typedef was not defined with ios sdk8
The text was updated successfully, but these errors were encountered:
I have a projet buit on iphone using sdk 8.1 and obfuscator (clang) as compiler : ok, it is working fine
Recently I moved my project to use it with ios SDK9.1 => compilation error due to the following typedef max_align_t
We can find this typedef in stddef.h of the obfusctor and the one from de sdk9.1, but it has 2 different size : long double vs double
This typedef was not defined with ios sdk8
The text was updated successfully, but these errors were encountered: