TypeError: Error #2007: Parameter Possible symbol clash in multiple swfs, abcenv must be non-null
AIR for iOS 3.9 beta - Oct 9, 2013 update. Also AIR 3.8 throws the same errors.
The exception is thrown only when doing an AOT compile (quick compile works fine).
It is thrown as soon as an external SWF containing ABC is loaded into the current ApplicationDomain.
The "Main" SWF doesn't contain anything special (at all), so I have no idea what the "possible symbol clash" is.
Possible hint: why is everything in my stack trace doubled up?
Anyone know what the heck this error is talking about and whether it's something I have the faintest hope of fixing before I need to release thing thing in two days' time?
What is "abcenv"? And how do I set it to non-null?
| Main Thread (Suspended: TypeError: Error #2007: Parameter Possible symbol clash in multiple swfs, abcenv must be non-null.) | ||
| view::EnvironmentButtonView/init [no source] | ||
| view::EnvironmentButtonView/init [no source] | ||
| flash.display::Sprite [no source] | ||
| flash.display::Sprite [no source] | ||
| flash.display::MovieClip [no source] | ||
| flash.display::MovieClip [no source] | ||
| flash.display::Sprite [no source] | ||
| flash.display::Sprite [no source] | ||
| flash.display::MovieClip [no source] | ||
| flash.display::MovieClip [no source] |
