Skip to content

iOS app store minimum OS Version

Summary

I'm trying to build on iOS and I encounter a problem validating the packet for sending to the Apple Store, I tried to change the minimum version in the info.plist to be the same as on the Unity project , but the error remains the same.

Minimal project and steps to reproduce

  1. Include the VLC plugin in your project
  2. Add VLC Player to your Scene
  3. Build the app
  4. Validate before upload

What is the current bug behavior?

Asset validation failed Invalid Bundle. The bundle ./Frameworks/VLCUnityPlugin.framework does not support the minimum OS Version specified in the Info.plist. (ID: df335203-619b-4cd7-878f-638e6aee297d)

Environment

  • OS: 14
  • Version N/A
  • Device: N/A
  • LibVLC version and architecture 4.0.0-dev-27576-gd3f41ff02a
  • LibVLCSharp version 4.0.0.0
  • VLC Unity plugin version 0.2.1
  • Scripting backend used il2cpp
  • Xcode Version : 15.0 / 15.1 / 15.2 / 15.3