Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
Xcode 8.3.2 (8E2002)
Cordova 7.0.1
Cordova ios 4.4.0
Mac OS 10.12.5
Description
Hello, I have lot of warning when I create a project with Cordova 7.0.1 and when I open Project in Xcode.
I have this without plugin, and no code.
/Plugins/cordova-plugin-file/CDVAssetLibraryFilesystem.m:193:5: 'ALAssetsLibraryAssetForURLResultBlock' is deprecated: first deprecated in iOS 9.0 - Use fetchAssetsWithLocalIdentifiers:options: on PHAsset to fetch assets by local identifier (or to lookup PHAssets by a previously known ALAssetPropertyAssetURL use fetchAssetsWithALAssetURLs:options from the Photos framework instead
/Plugins/cordova-plugin-file/CDVAssetLibraryFilesystem.m:196:65: 'defaultRepresentation' is deprecated: first deprecated in iOS 9.0 - Use PHImageRequestOptions with the PHImageManager from the Photos framework instead
Lot and lot Warning, I can build app and send to iPhone, but it not very well.
With 6.5, I have 0 Warning.