嘿伙计们,所以我正在尝试为 iPhone 开发一个应用程序,现在我非常难过。我曾尝试使用联系人编辑器 - ANE(http://extensionsforair.com/extensions/contact-editor/#comment-7488),但出现错误:
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()
我确保我在 ActionScript 构建路径下包含了正确的文件路径,除此之外我不知道我还能做什么。我确实得到了类似 ContactsSimpe() 函数的函数,它在查找函数时会提示。所以我知道它正在连接,但是一旦我在 flash pro 中编译和测试,我就会收到这个错误。以下是一些可能有帮助的代码:
code....
import pl.mllr.extensions.contactEditor.ContactEditor;
public class soscode extends MovieClip {
var contactEditor:ContactEditor;
public function soscode() {
stop();
init();
contactEditor.getContacts();
}
code...
在左侧的项目窗口中,本机扩展的 .swc 文件位于参考文件夹中。就是这样。
我真的需要一些帮助,如果你能帮我一把,我将不胜感激!
大卫,
如果您需要其他任何东西,请告诉我。