Error #1014 - Native Extension
Hey guys I am developing an Iphone app and one of the features is to be able to grab stuff from contact list. Now I had no idea on how to go about that except with a native extension when on a PC. So I linked it and everything and I get the hints for in when trying to call functions from the ane. The extension I am using is http://extensionsforair.com/extensions/contact-editor/#comment-7488 - contact editor. I'm confused on why I am getting the following error:
VerifyError: Error #1014: Class pl.mllr.extensions.contactEditor::ContactEditor could not be found.
at runtime::ContentPlayer/loadInitialContent()
at runtime::ContentPlayer/playRawContent()
at runtime::ContentPlayer/playContent()
at runtime::AppRunner/run()
at ADLAppEntry/run()
at global/runtime::ADLEntry()
I am developing in Flash Builder 4.6 premium, I was using just flash pro but people said flash builder is better.
David