Photos framework: Connection to assetsd was interrupted or assetsd died

前端 未结 3 1330
长情又很酷
长情又很酷 2021-02-15 16:48

I am getting this error when I am trying to play multiple videos using this swift library (https://github.com/piemonte/player). Not sure if it\'s related to that player, or to t

3条回答
  •  清酒与你
    2021-02-15 17:48

    The issue is occurring because of the TargetSize only. The PHImageManagerMaximumSize option is the culprit. Set the CGSIZE as you want for the imageview.

提交回复
热议问题