Native Extensions + FDT 5
I am using FDT 5 and trying to use IOS native extensions. I am pulling my hair out because every time I try running the application locally I get the following error: "Not supported native extensions profile"
So I've tried scouring the web to find solutions and I've tried the following and these are the results:
1. Renaming the ANE file to a SWC file and including it to the class path. Results: Nothing, same error
2. Tried adding extendedDesktop. Results: Error changes to "invalid profile specified 'Application does not support current profile'"
3. Tried manually adding the ane file to the class path. Results: Nothing
"Not supported native extensions profile" is the error that I just can't get around. Again, this is when I test locally in FDT (not on the device)
