Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • cerbero cerbero
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 99
    • Issues 99
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 34
    • Merge requests 34
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GStreamer
  • cerberocerbero
  • Issues
  • #144

Closed
Open
Created Apr 23, 2019 by Roman Shpuntov@roman.x149x

macOS framework: GStreamer bin file should to have minimum version for upload to AppStore

I tried to upload my app to AppStore without LC_VERSION_MIN_MACOSX, but unfortunately - there is some new requirements. I rebuilt GStreamer bin from libs and as a result I have the next: otool -l GStreamer

...

      cmd LC_VERSION_MIN_MACOSX
  cmdsize 16
  version 10.10
      sdk 10.14

...

With this bin everything is fine. I know about Info.plist (LSMinimumSystemVersion), but as far as I know in modern Xcode versions we have to use LC_VERSION_MIN_MACOSX inside bin.

Edited Apr 23, 2019 by Roman Shpuntov
Assignee
Assign to
Time tracking