Skip to content

Podfile missing MinimumOSVersion #4

Closed
@frankcalise

Description

@frankcalise

Upon submitting to the app store, I received the following error:

[logs] This might take a few minutes. Please don't interrupt the script.
[logs] [altool] 2024-01-28 18:45:33.968 *** Error: Asset validation failed Invalid Bundle. The bundle Balance.app/Frameworks/powersync-sqlite-core.framework does not support the minimum OS Version specified in the Info.plist. (ID: 0e66e9b9-a7e2-4cd8-a592-6c644f447519) (90208)

It looks like the build_pod.sh script could be updated with this change:
https://github.com/powersync-ja/powersync-sqlite-core/blob/main/build-pod.sh#L10-L29

 <key>MinimumOSVersion</key>
  <string>X.Y</string>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions