Saqib Saud
Saqib Saud

Reputation: 2795

Jenkins Archiving fails says :"You have to provide a value for either the marketing or technical version. Found neither."

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. Configurations (already tried with empty fields)

Upvotes: 5

Views: 1977

Answers (1)

Saqib Saud
Saqib Saud

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. Target settings

Upvotes: 2

Related Questions