URLSessionUploadTask getting automatically cancelled instantly

前端 未结 3 1816
心在旅途
心在旅途 2020-12-17 20:49

I\'m having this weird issue in which a newly created URLSessionUploadTask gets cancelled instantly. I\'m not sure if it\'s a bug with the current beta of Xcode

3条回答
  •  醉梦人生
    2020-12-17 21:23

    Are you by any chance using a third party library such as Ensighten? I had the exact same problem in XCode 8 beta (works fine in XCode 7) and all of my blocks with nil parameters were causing crashes. Turns out it was the library doing some encoding causing the issue.

提交回复
热议问题