Skip to content

Fix: missing CFBundleShortVersionString#2696

Open
ori-hime wants to merge 1 commit intoReactiveX:mainfrom
ori-hime:fix-missing-CFBundleShortVersionString
Open

Fix: missing CFBundleShortVersionString#2696
ori-hime wants to merge 1 commit intoReactiveX:mainfrom
ori-hime:fix-missing-CFBundleShortVersionString

Conversation

@ori-hime
Copy link
Copy Markdown

This PR fixes #2687.

The issue where CFBundleShortVersionString was missing has been resolved.
The root cause was that the project's build configuration was missing the baseConfigurationReference to Version.xcconfig.
This PR adds the reference to all build configurations for consistency.

(In my environment, running tests targeting the iOS 26.2 simulator was difficult, so I ran all-tests.sh on iOS 26.0.)


A small suggestion for future releases:

I noticed that the RX_VERSION in Version.xcconfig was not updated to 6.10.2 when the 6.10.2 tag was released.
This PR updates the version to 6.10.2 to match the latest tag.

To prevent this from happening again, it would be great if you could ensure that Version.xcconfig is updated as part of the official release process for future versions (like 6.10.3).

Thank you for your consideration and for maintaining this great library!

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