dropbox/dropbox-sdk-obj-c

The following error occurred after update Xcode 11.6 (11E708)

allan304 opened this issue · 1 comments

A6791701-150C-4A83-A93D-1E4EED6D27E9

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.

A6791701-150C-4A83-A93D-1E4EED6D27E9

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.