I just implemented the upload of an image to Firebase Storage using Alamofire upload and the Google JSON API. The image is well stored on Firebase but an error is displayed (below) in the console blocking the recovery of the Google API response. And thus blocking access for the download link. Does anyone have an idea of the problem? I looked for a solution without success for the moment .. It's from a PerfectSwift API, not iOS project
2018-11-29 15:27:58.500127+0100 MyProject[8310:273737] SecTaskLoadEntitlements failed error=22 cs_flags=20, pid=8310
2018-11-29 15:27:58.500217+0100 MyProject[8310:273737] SecTaskCopyDebugDescription: MyProject[8310]/0#-1 LF=0
2018-11-29 15:31:58.596861+0100 MyProject[8310:275558] [BoringSSL] nw_protocol_boringssl_get_output_frames(1301) [C1.1:2][0x105153860] get output frames failed, state 8196
2018-11-29 15:31:58.596944+0100 MyProject[8310:275558] [BoringSSL] nw_protocol_boringssl_get_output_frames(1301) [C1.1:2][0x105153860] get output frames failed, state 8196
2018-11-29 15:31:58.597211+0100 MyProject[8310:275558] TIC Read Status [1:0x0]: 1:57
2018-11-29 15:31:58.597233+0100 MyProject[8310:275558] TIC Read Status [1:0x0]: 1:57
Comments
Post a Comment