joltup / rn-fetch-blob

A project committed to making file access and data transfer easier, efficient for React Native developers.
MIT License
2.84k stars 784 forks source link

Incompatible block pointer types sending 'void (^)(NSData *__strong, NSString *__strong, NSString *__strong)' to parameter of type 'void (^)(NSData *__strong, NSString *__strong)' #524

Open timothyouano opened 4 years ago

timothyouano commented 4 years ago

I'm having issue building with rn-fetch-blob on IOS, not sure how to go about this. It says: Incompatible block pointer types sending 'void (^)(NSData __strong, NSString strong, NSString *strong)' to parameter of type 'void (^)(NSData __strong, NSString __strong)'

It has Semantic Issue and Arc Semantic Issue, you can see it in the photo below: Screen Shot 2020-01-16 at 4 07 37 PM

mohit746 commented 3 years ago

Any solutions? i am also facing the same

Liqiankun commented 3 years ago

@timothyouano How did you solve this issue?

rahmanharoon commented 3 years ago

Did you solve this issue @timothyouano