You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Dave Baddeley (JIRA)" <ji...@apache.org> on 2015/12/04 13:03:10 UTC

[jira] [Created] (CB-10135) The .xccurrentversion file does not get copied through to the platform folder breaking the iOS data model package

Dave Baddeley created CB-10135:
----------------------------------

             Summary: The .xccurrentversion file does not get copied through to the platform folder breaking the iOS data model package
                 Key: CB-10135
                 URL: https://issues.apache.org/jira/browse/CB-10135
             Project: Apache Cordova
          Issue Type: Bug
          Components: iOS, Plugman
    Affects Versions: 5.4.1
         Environment: iOS 10.10.5
            Reporter: Dave Baddeley


Insatlling a custom plugin for Cordova with an iOS implementation that has a data model package with multiple versions cannot be supported without manual steps being taken. Inside the data model package a lcoked hidden file is required by XCode called .xccurrentversion which holds XML to instruct XCode how to deal with the multiple versions of data model. The .xccurrentversion file is not copied over when adding the plugin to a project, which results in the iOS app not functioning, although it compiles.

The issue is fact it is hidden, as unhiding the file allows Plugman to copy the file, but then XCode is not happy as it expects the file to be hidden.

What is required that plugman simply copies the data model package in it's entirety included the .xccurrentversion file without changing the permissions.

We have had to add manual instructions for the moment to tell the user to copy the data model package in post adding the plugin. 



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