Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing xcframework properties #5

Merged
merged 6 commits into from
Jan 30, 2024
Merged

Add missing xcframework properties #5

merged 6 commits into from
Jan 30, 2024

Conversation

rkistner
Copy link
Contributor

@rkistner rkistner commented Jan 29, 2024

Reported issue when submitting to App Store / TestFlight:

[logs] ERROR: [ContentDelivery.Uploader] Asset validation failed (90530) Invalid MinimumOSVersion. Apps that only support 64-bit devices must specify a deployment target of 8.0 or later. MinimumOSVersion in 'abc.app/Frameworks/powersync-sqlite-core.framework' is ''.
[logs] ERROR: [ContentDelivery.Uploader] Asset validation failed (90360) Missing Info.plist value. A value for the key 'MinimumOSVersion' in bundle abc.app/Frameworks/powersync-sqlite-core.framework is required.
[logs] ERROR: [ContentDelivery.Uploader] Asset validation failed (90057) The bundle 'Payload/abc.app/Frameworks/powersync-sqlite-core.framework' is missing plist key. The Info.plist file is missing the required key: CFBundleShortVersionString. Please find more information about CFBundleShortVersionString at https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleshortversionstring
[logs] ERROR: [ContentDelivery.Uploader] Asset validation failed (90056) This bundle Payload/abc.app/Frameworks/powersync-sqlite-core.framework is invalid. The Info.plist file is missing the required key: CFBundleVersion. Please find more information about CFBundleVersion at https://developer.apple.com/documentation/bundleresources/information_property_list/cfbundleversion
[logs] ERROR: [ContentDelivery.Uploader] Asset validation failed (90208) Invalid Bundle. The bundle abc.app/Frameworks/powersync-sqlite-core.framework does not support the minimum OS Version specified in the Info.plist.

Fixes #4.

Also fixes a couple of release-related issues.

@rkistner rkistner changed the title Add MinimumOSVersion 11.0 Add missing xcframework properties Jan 30, 2024
stevensJourney
stevensJourney previously approved these changes Jan 30, 2024
@rkistner rkistner merged commit b475c74 into main Jan 30, 2024
22 checks passed
@rkistner rkistner deleted the minimum-ios-version branch January 30, 2024 09:08
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.

Podfile missing MinimumOSVersion
2 participants