Native extension, compilation error in flex
Hello,
I use flex 4.6.
I try to include native extension in my AIR/IOS project, but when I compile, i always have a runtime error whatever the native extension i try.
Exemple :
VerifyError: Error #1014: Class com.custardbelly.air.extensions.battery.ios::Battery could not be found.
I link in my project properties the ane file and the associate swc file.
in the app xml file I have the right extensions tag :
<extensions>
<extensionID>com.custardbelly.ibattery</extensionID>
</extensions>
What do I wrong ?
Thanks.
PS : sorry for my english...![]()
