Copy link to clipboard
Copied
Hi
during the build for Apple IOS I receive this message:
Warning: Method "AOTBuildOutput-0000000001_50:25252:com.esri.ags.layers.supportClasses::MapServiceInfo/willTrigger " have either rest or argument usage unlike it's builtin base class's method.
AOT might crash in these situations as there is no support for arguments in the builtin classes.
The classes (in a library) are not changed and with AIR 28 I can build without any problem.
Some one know what is this issue and how i can resolve?
Thanks
M.
Copy link to clipboard
Copied
The warning explains the problem.
"Method willTrigger have either rest or argument usage unlike it's builtin base class's method."
It's a problem with the way that method is written in your action script library and needs to be fixed there.