ios - Minimum OS Version Mismatch -


i trying set ios 8.1 minimum deployment target in xcode 6.1 on submission itunes connect "invalid binary" error.

minimum os version mismatch - minimum os version (lc_version_min_iphoneos) in binary ('8.0') architecture ('armv7') differs minimumosversion ('8.1') in info.plist.

minimum os version mismatch - minimum os version (lc_version_min_iphoneos) in binary ('8.0') architecture ('arm64') differs minimumosversion ('8.1') in info.plist.

any idea how resolve this?

you need set deployment target both in info.plist , in build settings (iphoneos_deployment_target, named ios deployment target) . @ build log , check -miphoneos-version-min flag set correctly.


Comments

Popular posts from this blog

matlab - "Contour not rendered for non-finite ZData" -

delphi - Indy UDP Read Contents of Adata -

qt - How to embed QML toolbar and menubar into QMainWindow -