You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/01/05 20:07:58 UTC

[jira] [Commented] (CB-12247) Symlinking resource files leads to inability to install app on iOS 10

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

ASF GitHub Bot commented on CB-12247:
-------------------------------------

Github user asfgit closed the pull request at:

    https://github.com/apache/cordova-ios/pull/281


> Symlinking resource files leads to inability to install app on iOS 10
> ---------------------------------------------------------------------
>
>                 Key: CB-12247
>                 URL: https://issues.apache.org/jira/browse/CB-12247
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>    Affects Versions: 1.4.0
>            Reporter: Dimitar Kerezov
>            Assignee: Shazron Abdullah
>            Priority: Minor
>              Labels: Plugman, ios10
>             Fix For: cordova-ios@4.4.0
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> Softlinking resource files (.wav files for example(https://github.com/apache/cordova-plugin-dialogs/tree/master/src/ios/CDVNotification.bundle)) leads to some unexpected behavior. Said resource files are stored as symbolic links inside the .ipa and the app cannot be installed on iOS 10.
> Instead of creating symbolic link create regular links - it is better than copying the files performance-wise and the solution is more robust.
> Steps to reproduce:
> 1. Create a new project
> 2. Add iOS platform
> 3. Install cordova-plugin-dialogs with --link option
> 4. Build
> 5. Deploy
> Expected result: Successful deployment
> Actual result: kAMDWriteError error code 0xe8000005



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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