You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Dimitar Kerezov (JIRA)" <ji...@apache.org> on 2016/12/14 09:25:59 UTC

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

Dimitar Kerezov created CB-12247:
------------------------------------

             Summary: 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: Plugman
    Affects Versions: 1.4.0
            Reporter: Dimitar Kerezov
            Priority: Minor


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 --symlink 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