The following error occurred after update Xcode 11.6 (11E708)
allan304 opened this issue · 1 comments
Incompatible block pointer types sending 'void (^)(DBFILESListFolderResult * _Nullable __strong, DBFILESListFolderError * _Nullable __strong, DBRequestError * _Nullable __strong)' to parameter of type 'void (^ _Nonnull)(DBFILESGetTemporaryLinkResult * _Nullable __strong, DBFILESGetTemporaryLinkError * _Nullable __strong, DBRequestError * _Nullable __strong)'
but it was successful with the Xcode 11.4
ObjectiveDropboxOfficial.framework version is 3.4.0.
Incompatible block pointer types sending 'void (^)(DBFILESListFolderResult * _Nullable __strong, DBFILESListFolderError * _Nullable __strong, DBRequestError * _Nullable __strong)' to parameter of type 'void (^ _Nonnull)(DBFILESGetTemporaryLinkResult * _Nullable __strong, DBFILESGetTemporaryLinkError * _Nullable __strong, DBRequestError * _Nullable __strong)'
but it was successful with the Xcode 11.4
ObjectiveDropboxOfficial.framework version is 3.4.0.
Now I delete ObjectiveDropboxOfficial.framework, use Cocoapods, the ObjectiveDropboxOfficial version is 4.0.0, but
still get this error.