-
-
Notifications
You must be signed in to change notification settings - Fork 72
Closed
Description
The simulator doesn't throw any errors but I see the following when testing on an actual device:
CONSOLE LOG file:///app/tns_modules/nativescript-imagepicker/viewmodel.js:313:28: Ignored result: <PHCollectionList: 0x17017fbc0> 1DB0A9D3-8279-4259-91AC-67BAAEA1F6C7/L0/020, title:"iPhoto Events", subtitle:"(null)" collectionListType=2/100
CONSOLE LOG file:///app/tns_modules/nativescript-imagepicker/viewmodel.js:313:28: Ignored result: <PHCollectionList: 0x174177d00> BDCB00E0-3FA1-4682-826C-3AF6D6671300/L0/020, title:"iPhoto Events", subtitle:"(null)" collectionListType=2/100
I see this behaviour in the sample-ImageUpload and my own app.
┌──────────────────┬─────────────────┬────────────────┬───────────────┐
│ Component │ Current version │ Latest version │ Information │
│ nativescript │ 2.5.2 │ 2.5.2 │ Up to date │
│ tns-core-modules │ 2.5.1 │ 2.5.1 │ Up to date │
│ tns-android │ │ 2.5.0 │ Not installed │
│ tns-ios │ 2.5.0 │ 2.5.0 │ Up to date │
└──────────────────┴─────────────────┴────────────────┴───────────────┘
jacquesdeklerk