[ 
https://issues.apache.org/jira/browse/CB-13003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16085391#comment-16085391
 ] 

jcesarmobile commented on CB-13003:
-----------------------------------

Those are warnings on the cordova-plugin-file.

It happens with CLI 7 because cordova-ios 4.4.0 (pinned by CLI 7), sets the 
deployment target to iOS 9, while the cordova-ios version pinned on CLI 6.5.0 
sets the deployment target to iOS 8.

Xcode only shows deprecate warnings for the current deployment target version 
or lower. As those were deprecated on iOS 9, when the deployment target is set 
to iOS 8 they won't be shown.


> Warning build blank project ios
> -------------------------------
>
>                 Key: CB-13003
>                 URL: https://issues.apache.org/jira/browse/CB-13003
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: cordova-ios
>         Environment: Xcode 8.3.2 (8E2002)
> Cordova 7.0.1
> Cordova ios 4.4.0
> Mac OS 10.12.5
>            Reporter: Romain Brenet
>            Assignee: Shazron Abdullah
>
> 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.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to