• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

AIR 32 - Issue AOT might crash

New Here ,
Mar 14, 2019 Mar 14, 2019

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.

TOPICS
Air beta

Views

562

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Mar 16, 2019 Mar 16, 2019

Copy link to clipboard

Copied

LATEST

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.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines