AIR iOS getQualifiedDefinitionNames()

176 Views Asked by At

When i compile the iOS version, the ApplicationDomain.currentDomain.getQualifiedDefinitionNames() function returns a vector with length 0.

OS X, Windows, and Android versions work fine, but not the iOS version.

I have tested it with fast and AOT compilation. Also, i have created a simple project with this single line with the same result. AIR versions tested are 3.9 and 4.0.

I don't know if it is a known bug or something is wrong. What could be the cause?

0

There are 0 best solutions below