PPAssetsActionController
PPAssetsActionController copied to clipboard
accessing photo gallery not working
In the device (iPhone 7 – iOS 12.1.2) with permission granted for NSCameraUsageDescription, NSPhotoLibraryUsageDescription
only the camera is showing, without any picture from the gallery.
I'm using the basic example:
let assetsPicker = PPAssetsActionController(with: [])
assetsPicker.delegate = self
present(assetsPicker, animated: true, completion: nil)
this code works in simulator, showing pictures from photo gallery
Looks like it's trying to load the pictures, but something is throwing the following errors:
2019-01-17 13:56:27.934695-0300 Erudito[8228:2082240] [MC] System group container for systemgroup.com.apple.configurationprofiles path is /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
2019-01-17 13:56:27.937157-0300 Erudito[8228:2082240] [MC] Reading from public effective user settings.
2019-01-17 13:56:28.185163-0300 Erudito[8228:2082320] [Generic] Failed to load image data for asset <PHAsset: 0x106b91df0> 38D71E9B-1676-4D4D-B7AA-E0AE0CDE1285/L0/001 mediaType=1/8, sourceType=1, (3024x4032), creationDate=2019-01-17 02:24:18 +0000, location=1, hidden=0, favorite=0 with format 9999
2019-01-17 13:56:28.185984-0300 Erudito[8228:2082320] [Generic] Failed to load image data for asset <PHAsset: 0x106b91c40> 135E8504-2BC6-42BF-88E4-474826FD3413/L0/001 mediaType=1/8, sourceType=1, (3024x4032), creationDate=2019-01-17 02:24:15 +0000, location=1, hidden=0, favorite=0 with format 9999
2019-01-17 13:56:28.186091-0300 Erudito[8228:2082320] [Generic] Failed to load image data for asset <PHAsset: 0x106b91a90> 9B8A0A33-A32B-4372-83DC-85AC3E7327A1/L0/001 mediaType=1/8, sourceType=1, (3024x4032), creationDate=2019-01-17 02:24:07 +0000, location=1, hidden=0, favorite=0 with format 9999
2019-01-17 13:56:28.186148-0300 Erudito[8228:2082320] [Generic] Failed to load image data for asset <PHAsset: 0x106b918e0> 024C7CEF-E6B6-42A0-9049-79A22D188D13/L0/001 mediaType=1/8, sourceType=1, (3024x4032), creationDate=2019-01-17 00:32:58 +0000, location=1, hidden=0, favorite=0 with format 9999
2019-01-17 13:56:28.186235-0300 Erudito[8228:2082320] [Generic] Failed to load image data for asset <PHAsset: 0x106b91730> 78978963-3449-4DD6-B149-2C6216133E5E/L0/001 mediaType=1/8, sourceType=1, (3024x4032), creationDate=2019-01-17 00:32:57 +0000, location=1, hidden=0, favorite=0 with format 9999
2019-01-17 13:56:28.186322-0300 Erudito[8228:2082320] [Generic] Failed to load image data for asset <PHAsset: 0x106b91580> 6E9C82D4-EDE8-4A00-B134-1BB96FDAE5FA/L0/001 mediaType=1/8, sourceType=1, (3024x4032), creationDate=2019-01-17 00:32:54 +0000, location=1, hidden=0, favorite=0 with format 9999
2019-01-17 13:56:28.186379-0300 Erudito[8228:2082320] [Generic] Failed to load image data for asset <PHAsset: 0x106b913d0> 697BBBEE-A1AF-454A-BBD6-8C22C5358E2A/L0/001 mediaType=1/8, sourceType=1, (3024x4032), creationDate=2019-01-17 00:32:50 +0000, location=1, hidden=0, favorite=0 with format 9999
2019-01-17 13:56:28.186541-0300 Erudito[8228:2082320] [Generic] Failed to load image data for asset <PHAsset: 0x106b91220> E3340354-519A-4A33-B779-E2E0AD5B8F08/L0/001 mediaType=1/8, sourceType=1, (3024x4032), creationDate=2019-01-17 00:32:49 +0000, location=1, hidden=0, favorite=0 with format 9999
2019-01-17 13:56:28.186955-0300 Erudito[8228:2082320] [Generic] Failed to load image data for asset <PHAsset: 0x106b91070> 98ACD6E7-C6F9-4E38-82C4-528D71570E7C/L0/001 mediaType=1/0, sourceType=1, (982x1280), creationDate=2019-01-16 22:33:16 +0000, location=0, hidden=0, favorite=0 with format 9999
2019-01-17 13:56:28.187019-0300 Erudito[8228:2082320] [Generic] Failed to load image data for asset <PHAsset: 0x106b90ec0> CFC763C1-E9DF-49EB-B642-54AF524BDFF2/L0/001 mediaType=1/0, sourceType=1, (1269x1653), creationDate=2019-01-16 22:32:09 +0000, location=0, hidden=0, favorite=0 with format 9999
2019-01-17 13:56:28.187103-0300 Erudito[8228:2082320] [Generic] Failed to load image data for asset <PHAsset: 0x106b90d10> 35FFC0FC-8C46-4CB8-A98D-5379EF94CED7/L0/001 mediaType=1/0, sourceType=1, (720x500), creationDate=2019-01-16 22:31:12 +0000, location=0, hidden=0, favorite=0 with format 9999
2019-01-17 13:56:28.187159-0300 Erudito[8228:2082320] [Generic] Failed to load image data for asset <PHAsset: 0x106b90b60> 54C5EBB2-FD99-4E1F-B4A1-6E459AB93C7B/L0/001 mediaType=1/0, sourceType=1, (249x291), creationDate=2019-01-16 22:27:46 +0000, location=0, hidden=0, favorite=0 with format 9999
2019-01-17 13:56:28.187287-0300 Erudito[8228:2082320] [Generic] Failed to load image data for asset <PHAsset: 0x106b8e130> B6D2E67F-7DDF-450D-B98A-B19919C642DC/L0/001 mediaType=1/0, sourceType=1, (920x920), creationDate=2019-01-16 22:24:39 +0000, location=0, hidden=0, favorite=0 with format 9999
2019-01-17 13:56:28.187350-0300 Erudito[8228:2082320] [Generic] Failed to load image data for asset <PHAsset: 0x106b8df80> 628228FD-2E3D-48D2-A715-203843C57CC2/L0/001 mediaType=1/8, sourceType=1, (3024x4032), creationDate=2019-01-16 20:47:10 +0000, location=1, hidden=0, favorite=0 with format 9999
2019-01-17 13:56:28.187473-0300 Erudito[8228:2082320] [Generic] Failed to load image data for asset <PHAsset: 0x106b8d5c0> 65D260DA-CC35-4C08-BF1F-E6ADA53A57BF/L0/001 mediaType=1/8, sourceType=1, (3024x4032), creationDate=2019-01-16 13:31:08 +0000, location=1, hidden=0, favorite=0 with format 9999
2019-01-17 13:56:28.187599-0300 Erudito[8228:2082320] [Generic] Failed to load image data for asset <PHAsset: 0x106b8d410> 4658B3B1-A7C6-4B54-8B18-797B02475FFB/L0/001 mediaType=1/8, sourceType=1, (3024x4032), creationDate=2019-01-16 13:30:35 +0000, location=1, hidden=0, favorite=0 with format 9999
2019-01-17 13:56:28.187654-0300 Erudito[8228:2082320] [Generic] Failed to load image data for asset <PHAsset: 0x106b8e8b0> 82374CEC-22EA-423F-BEDB-63DEADDDCE62/L0/001 mediaType=1/10, sourceType=1, (4032x3024), creationDate=2019-01-16 12:48:10 +0000, location=1, hidden=0, favorite=0 with format 9999
2019-01-17 13:56:28.187728-0300 Erudito[8228:2082320] [Generic] Failed to load image data for asset <PHAsset: 0x106b8e500> 2861A3A3-F3EA-4E3C-81A9-6C946B2D8ABE/L0/001 mediaType=1/0, sourceType=1, (780x520), creationDate=2019-01-16 03:25:45 +0000, location=0, hidden=0, favorite=0 with format 9999
2019-01-17 13:56:28.187786-0300 Erudito[8228:2082320] [Generic] Failed to load image data for asset <PHAsset: 0x106b8cc10> 45890583-5D68-455B-A6AF-9BE80F5232B7/L0/001 mediaType=1/0, sourceType=1, (719x1280), creationDate=2019-01-16 02:49:31 +0000, location=0, hidden=0, favorite=0 with format 9999
Hey @mromanuk , thanks for reporting the issue!
Haven't been supporting this project for a while, and don't think that will have time in the near future unfortunately. Having said that, PRs are very welcome. 👍
I stackoverflowed the issue and it looks like there might be couple of causes:
- memory pressure;
- the fact that images are not downloaded from icloud.
Could you take a look at the link and see if it helps?