Reputation: 2795
I am trying to build Xcode project in Jenkins, I was able to successfully run my first Jenkins project. After compilation it gave me "app" bundle.
Now i'm trying to archive the bundle, but I'm getting the following error
"You have to provide a value for either the marketing or technical version. Found neither."
I tried playing with configuration but nothing seems to be working.
Upvotes: 5
Views: 1977
Reputation: 2795
Xcode has a built-in tool called agvtool. Agvtool only works if you have "Apple generic" version system in settings.
Change the version system to "Apple generic" in target settings.
Upvotes: 2