Skip to content

Fix missing CFBundleShortVersionString#2716

Open
GautamKumarOffical wants to merge 1 commit into
ReactiveX:mainfrom
GautamKumarOffical:fix/add-cfbundleshortversion
Open

Fix missing CFBundleShortVersionString#2716
GautamKumarOffical wants to merge 1 commit into
ReactiveX:mainfrom
GautamKumarOffical:fix/add-cfbundleshortversion

Conversation

@GautamKumarOffical

Copy link
Copy Markdown

Fixes #2687

Version.xcconfig defines RX_VERSION and the Info.plists reference $(RX_VERSION), but the xcconfig was never actually linked to any build configuration in the Xcode project. So the variable never resolves and CFBundleShortVersionString ends up empty when building with Carthage.

Changes:

  • Added Version.xcconfig as a PBXFileReference and linked it in the project
  • Set it as baseConfigurationReference for all 3 project-level build configs (Debug, Release, Release-Tests)
  • Bumped RX_VERSION from 6.10.1 to 6.10.2 to match the latest tag

Version.xcconfig exists but was never referenced in the Xcode project,
so $(RX_VERSION) in Info.plists never resolved. Add it as
baseConfigurationReference for the project-level build configs and
bump version to 6.10.2.
@GautamKumarOffical GautamKumarOffical changed the title Fix-missing-CFBundleShortVersionString Fix missing CFBundleShortVersionString Jun 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Missing CFBundleShortVersionString causing app upload failures on 6.10.0

1 participant