[JIRA] [xcode-plugin] (JENKINS-26368) Technical Version / Marketing Version Not Updating

2015-01-19 Thread parke...@gmail.com (JIRA)












































 
James Parker
 edited a comment on  JENKINS-26368


Technical Version / Marketing Version Not Updating
















I'm trying to figure this out, but still not sure how to fix the problem. I've tried updating cocoa pods and install xcodeproj, still not getting anywhere. 



























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







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [xcode-plugin] (JENKINS-26368) Technical Version / Marketing Version Not Updating

2015-01-19 Thread parke...@gmail.com (JIRA)














































James Parker
 commented on  JENKINS-26368


Technical Version / Marketing Version Not Updating















I'm trying to figure this out, but still not sure how to fix the problem. 



























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







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [xcode-plugin] (JENKINS-26368) Technical Version / Marketing Version Not Updating

2015-01-09 Thread parke...@gmail.com (JIRA)














































James Parker
 created  JENKINS-26368


Technical Version / Marketing Version Not Updating















Issue Type:


Bug



Assignee:


Unassigned


Attachments:


jenkinslogfile.txt



Components:


xcode-plugin



Created:


09/Jan/15 4:32 PM



Description:


I updated my build server to Yosemite so that I could start building iOS 8 projects. At that time my builds stopped replacing / updating the technical  marketing values within the projects plist file. 

When I look at the log file (see attached) I see that it appears to be setting the information correctly, but at the bottom you can see that it's not actually using that information.

I've made sure that the plist file is being referenced correctly in all locations and I'm not using any kind of relative path such as ${src} for it's file path. 


Build version 6A2008a
Fetching marketing version number (CFBundleShortVersionString) from project.
[Project] $ /usr/bin/agvtool mvers -terse1
No marketing version found (CFBundleShortVersionString).
Marketing version (CFBundleShortVersionString) found in project configuration: .
Fetching technical version number (CFBundleVersion) from project.
[Project] $ /usr/bin/agvtool vers -terse
No marketing version found (CFBundleVersion)
Technical version (CFBundleVersion) found in project configuration: .
Updating marketing version (CFBundleShortVersionString) to: 0.1.13
[Project] $ /usr/bin/agvtool new-marketing-version 0.1.13
Setting CFBundleShortVersionString of project Project to: 
0.1.13.

Updating CFBundleShortVersionString in Info.plist(s)...

Cannot find "Project.xcodeproj/../keyINFOPLIST_FILE/key"
Updating technical version (CFBundleVersion) to: 0.1.13.216
[Project] $ /usr/bin/agvtool new-version -all 0.1.13.216
Setting version of project Project to: 
0.1.13.216.

Also setting CFBundleVersion key (assuming it exists)

Updating CFBundleVersion in Info.plist(s)...

Cannot find "Project.xcodeproj/../keyINFOPLIST_FILE/key"


Marketing version (CFBundleShortVersionString) used by Jenkins to produce the IPA: 0.1.13
Technical version (CFBundleVersion) used by Jenkins to produce the IPA: 0.1.13.216



** BUILD SUCCEEDED **

Cleaning up previously generated .ipa files
Cleaning up previously generated .dSYM.zip files
Packaging IPA
[Project] $ /usr/libexec/PlistBuddy -c "Print :CFBundleVersion" "/Users/userXXX/.jenkins/workspace/ProjectXXX/build/Project.app/Info.plist"
[Project] $ /usr/libexec/PlistBuddy -c "Print :CFBundleShortVersionString" "/Users/userXXX/.jenkins/workspace/ProjectXXX/build/Project.app/Info.plist"
Packaging Project.app = /Users/userXXX/.jenkins/workspace/ProjectXXX/build/Project-0.1.13-0.1.13.4.ipa
[Project] $ /usr/bin/xcrun -sdk iphoneos PackageApplication -v "/Users/userXXX/.jenkins/workspace/ProjectXXX/build/Project.app" -o "/Users/userXXX/.jenkins/workspace/ProjectXXX/build/Project-0.1.13-0.1.13.4.ipa"
Packaging application: '/Users/userXXX/.jenkins/workspace/ProjectXXX/build/Project.app'
Arguments: output=/Users/userXXX/.jenkins/workspace/ProjectXXX/build/Project-0.1.13-0.1.13.4.ipa  verbose=1





Environment:


Jenkins v1.585, Xcode Plugin v1.4.7




Project:


Jenkins



Labels:


xcode
argvtool




Priority:


Minor



Reporter:


James Parker

























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







-- 
You 

[JIRA] [xcode-plugin] (JENKINS-15118) Avgtool does not Find Project File when Setting Technical Version in Xcode Build Step for Workspace-Based Project

2015-01-09 Thread parke...@gmail.com (JIRA)














































James Parker
 updated  JENKINS-15118


Avgtool does not Find Project File when Setting Technical Version in Xcode Build Step for Workspace-Based Project
















Change By:


James Parker
(09/Jan/15 5:18 PM)




Attachment:


jenkinslogfile.txt



























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







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [xcode-plugin] (JENKINS-15118) Avgtool does not Find Project File when Setting Technical Version in Xcode Build Step for Workspace-Based Project

2015-01-09 Thread parke...@gmail.com (JIRA)












































 
James Parker
 edited a comment on  JENKINS-15118


Avgtool does not Find Project File when Setting Technical Version in Xcode Build Step for Workspace-Based Project
















See the below issue for further information about the issues I'm having. 
https://issues.jenkins-ci.org/browse/JENKINS-26368



























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







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [xcode-plugin] (JENKINS-15118) Avgtool does not Find Project File when Setting Technical Version in Xcode Build Step for Workspace-Based Project

2015-01-09 Thread parke...@gmail.com (JIRA)














































James Parker
 commented on  JENKINS-15118


Avgtool does not Find Project File when Setting Technical Version in Xcode Build Step for Workspace-Based Project















I updated my build server to Yosemite so that I could start building iOS 8 projects. At that time my builds stopped replacing / updating the technical  marketing values within the projects plist file. 

When I look at the log file (see attached) I see that it appears to be setting the information correctly, but at the bottom you can see that it's not actually using that information.

I've made sure that the plist file is being referenced correctly in all locations and I'm not using any kind of relative path such as ${src} for it's file path. 


Build version 6A2008a
Fetching marketing version number (CFBundleShortVersionString) from project.
[Project] $ /usr/bin/agvtool mvers -terse1
No marketing version found (CFBundleShortVersionString).
Marketing version (CFBundleShortVersionString) found in project configuration: .
Fetching technical version number (CFBundleVersion) from project.
[Project] $ /usr/bin/agvtool vers -terse
No marketing version found (CFBundleVersion)
Technical version (CFBundleVersion) found in project configuration: .
Updating marketing version (CFBundleShortVersionString) to: 0.1.13
[Project] $ /usr/bin/agvtool new-marketing-version 0.1.13
Setting CFBundleShortVersionString of project Project to: 
0.1.13.

Updating CFBundleShortVersionString in Info.plist(s)...

Cannot find "Project.xcodeproj/../keyINFOPLIST_FILE/key"
Updating technical version (CFBundleVersion) to: 0.1.13.216
[Project] $ /usr/bin/agvtool new-version -all 0.1.13.216
Setting version of project Project to: 
0.1.13.216.

Also setting CFBundleVersion key (assuming it exists)

Updating CFBundleVersion in Info.plist(s)...

Cannot find "Project.xcodeproj/../keyINFOPLIST_FILE/key"


Marketing version (CFBundleShortVersionString) used by Jenkins to produce the IPA: 0.1.13
Technical version (CFBundleVersion) used by Jenkins to produce the IPA: 0.1.13.216



** BUILD SUCCEEDED **

Cleaning up previously generated .ipa files
Cleaning up previously generated .dSYM.zip files
Packaging IPA
[Project] $ /usr/libexec/PlistBuddy -c "Print :CFBundleVersion" "/Users/userXXX/.jenkins/workspace/ProjectXXX/build/Project.app/Info.plist"
[Project] $ /usr/libexec/PlistBuddy -c "Print :CFBundleShortVersionString" "/Users/userXXX/.jenkins/workspace/ProjectXXX/build/Project.app/Info.plist"
Packaging Project.app = /Users/userXXX/.jenkins/workspace/ProjectXXX/build/Project-0.1.13-0.1.13.4.ipa
[Project] $ /usr/bin/xcrun -sdk iphoneos PackageApplication -v "/Users/userXXX/.jenkins/workspace/ProjectXXX/build/Project.app" -o "/Users/userXXX/.jenkins/workspace/ProjectXXX/build/Project-0.1.13-0.1.13.4.ipa"
Packaging application: '/Users/userXXX/.jenkins/workspace/ProjectXXX/build/Project.app'
Arguments: output=/Users/userXXX/.jenkins/workspace/ProjectXXX/build/Project-0.1.13-0.1.13.4.ipa  verbose=1




























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







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [xcode-plugin] (JENKINS-15118) Avgtool does not Find Project File when Setting Technical Version in Xcode Build Step for Workspace-Based Project

2014-12-16 Thread parke...@gmail.com (JIRA)














































James Parker
 commented on  JENKINS-15118


Avgtool does not Find Project File when Setting Technical Version in Xcode Build Step for Workspace-Based Project















I'm not getting an error when I set this. Instead it's just not changing the version / build number from what is actually set in the project settings. It was working fine until I updated my build server to Yosemite and installed Xcode 6 alongside Xcode 5. I'm running the latest version of the Xcode plugin. 



























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







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.