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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to