ImebraCodecFactory::saveXXX must have the attribute swift_error(nonnull_error)

Issue #235 closed
Paolo Brandoli repo owner created an issue

The save methods of the objective-c class ImebraCodecFactory must have the attribute

__attribute__((swift_error(nonnull_error)));

so when used in swift the error can be propagated as exception.

Comments (4)

  1. Log in to comment