HEIC Images Crash Simulator While Using Share Extension on XCode 12 Beta 6

I've noticed that selecting the simulator's default HEIC image (pink flowers) as a share extension item will cause the simulator (running iOS 14.0) to crash on XCode 12 Beta 6. All other default images work as intended, it seems to be the HEIC image causing the issue.

I believe the crash is present on all devices. I'm not sure if this is 100% reproducible as I think it may have worked once randomly during my tests before it stopped working again. You should be able to reproduce this bug by:
  1. Creating a brand new project with a default Share Extension; and

  2. Trying to import the HEIC image from the simulator.

Is this a known issue?

I also face this issue please suggest solution

Same here:

  • iPhone 11 (Simulator, iOS 15.0, fresh after erase)
  • iOS Deployment Target 13.0
  • Photo Gallery
  • Pink Flowers image
  • Share with own share extension

leads to "Unable to Share - There was an error while preparing to share. Please try again later." The log message is:

2021-11-16 13:26:53.061484+0100 MobileSlideShow[12293:604801] Image conversion request C8DC5D30-0BF6-42E3-8BE9-7EE6FB72366B (url output) (attempt 1 of 2) unsuccessful completion: Error Domain=PAMediaConversionServiceErrorDomain Code=2 "(null)" UserInfo={PAMediaConversionServiceErrorSourceResourceSummaryKey=<PAMediaConversionResourceRoleMainResource=IMG_0006.HEIC>}
2021-11-16 13:26:53.061771+0100 MobileSlideShow[12293:604801] Image format conversion failed: Error Domain=PAMediaConversionServiceErrorDomain Code=2 "(null)" UserInfo={PAMediaConversionServiceErrorSourceResourceSummaryKey=<PAMediaConversionResourceRoleMainResource=IMG_0006.HEIC>}
2021-11-16 13:26:53.062316+0100 MobileSlideShow[12293:604728] [PhotoKit] [PHAssetExportRequest] Error while processing resources: Error 

Any help appreciated.

HEIC Images Crash Simulator While Using Share Extension on XCode 12 Beta 6
 
 
Q