You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by "Andreas Sommer (JIRA)" <ji...@apache.org> on 2012/08/27 19:20:07 UTC

[jira] [Created] (CB-1280) iOS project template has missing VERSION file ("/VERSION: No such file or directory")

Andreas Sommer created CB-1280:
----------------------------------

             Summary: iOS project template has missing VERSION file ("/VERSION: No such file or directory")
                 Key: CB-1280
                 URL: https://issues.apache.org/jira/browse/CB-1280
             Project: Apache Cordova
          Issue Type: Bug
          Components: iOS
    Affects Versions: 2.0.0
         Environment: Only since upgrade to Cordova 2.0.0
            Reporter: Andreas Sommer
            Assignee: Shazron Abdullah


The following reference is in the template "__TESTING__.xcodeproj/project.pbxproj", but that "VERSION" file is missing, leading to the compile error "/VERSION: No such file or directory".

{code:title=project.pbxproj}
                3053AC6F109B7857006FCFE7 /* VERSION in Resources */ = {isa = PBXBuildFile; fileRef = 3053AC6E109B7857006FCFE7 /* VERSION */; };
{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (CB-1280) iOS project template has missing VERSION file ("/VERSION: No such file or directory")

Posted by "Shazron Abdullah (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CB-1280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shazron Abdullah resolved CB-1280.
----------------------------------

    Resolution: Not A Problem

The VERSION file in the template refers to the VERSION file in CordovaLib, if the CordovaLib subproject was setup properly this won't be a problem. In any case, in 2.1.0 there is no more VERSION file reference in a template.
                
> iOS project template has missing VERSION file ("/VERSION: No such file or directory")
> -------------------------------------------------------------------------------------
>
>                 Key: CB-1280
>                 URL: https://issues.apache.org/jira/browse/CB-1280
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>    Affects Versions: 2.0.0
>         Environment: Only since upgrade to Cordova 2.0.0
>            Reporter: Andreas Sommer
>            Assignee: Shazron Abdullah
>
> The following reference is in the template "__TESTING__.xcodeproj/project.pbxproj", but that "VERSION" file is missing, leading to the compile error "/VERSION: No such file or directory".
> {code:title=project.pbxproj}
>                 3053AC6F109B7857006FCFE7 /* VERSION in Resources */ = {isa = PBXBuildFile; fileRef = 3053AC6E109B7857006FCFE7 /* VERSION */; };
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira