liferay / liferay-mobile-sdk

Other
47 stars 56 forks source link

Version number iTunes issue #22

Closed asotog closed 8 years ago

asotog commented 8 years ago

Hi there,

We are having version number complain from iTunes when trying to release application using Liferay Mobile SDK, we are using cocoapods, please check screen shot attached, it complains about the version number format:

screen shot 2016-01-25 at 3 57 09 pm

i noticed that you haven't changed yet the code in podspec from repository: Pod::Spec.new do |s| s.name = "Liferay-iOS-SDK" s.module_name = "LRMobileSDK" s.version = "6.2.0.22"

brunofarache commented 8 years ago

Hey @asotog,

We are going to fix that on next release. For now you can manually set the version to something that has 2 dots instead of 3. Search for the Mobile SDK's Info.plist in Xcode and change that before archiving.

asotog commented 8 years ago

Thanks we did that to solve the issue meanwhile