Start a new topic
Text
-[IINKEditor export_:mimeType:overrideConfiguration:error:]::558 export failed: editor is not associated with a part
Dear Zhang Lizhi,
currently, the error is indicated: you created an editor but did not set a part to the latyer.
in ObjC, you shall proceed as done in our code samples: [self.editorViewController.editor setPart:[package getPartAt:0 error:nil]];
Best regards,
Olivier
错误,-[IINKEditor export_:mimeType:overrideConfiguration:error:] :: 558导出失败:编辑器未与零件关联
Thank you for your help。
zhang lizhi
-[IINKEditor export_:mimeType:overrideConfiguration:error:]::558 export failed: editor is not associated with a part
Dear Zhang Lizhi,
currently, the error is indicated: you created an editor but did not set a part to the latyer.
in ObjC, you shall proceed as done in our code samples: [self.editorViewController.editor setPart:[package getPartAt:0 error:nil]];
Best regards,
Olivier
- Oldest First
- Popular
- Newest First
Sorted by Oldest Firstzhang lizhi
错误,-[IINKEditor export_:mimeType:overrideConfiguration:error:] :: 558导出失败:编辑器未与零件关联
Olivier @MyScript
Dear Zhang Lizhi,
currently, the error is indicated: you created an editor but did not set a part to the latyer.
in ObjC, you shall proceed as done in our code samples: [self.editorViewController.editor setPart:[package getPartAt:0 error:nil]];
Best regards,
Olivier
zhang lizhi
Thank you for your help。