-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
Description
Platform
iOS
Plugin
package_info_plus
Version
8.0.2
Flutter SDK
3.19.5
Steps to reproduce
I checked the release notes and it's said that the issue was resolved in 6.0.0.
The Apple submission to production works fine. This issue only comes when I am submitting a testflight for external testing - Public Link.
Pre-requisite:
- Have an iOS app
- Add Flutter as a module
- Flutter pubsec.yaml has package_info_plus: ^8.0.2
Steps to reproduce:
Generate the ipa.
Submit the iOS app to TestFlight for Public Link.
Observation:
ITMS-91065: Missing signature - Your app includes “Frameworks/package_info_plus.framework/package_info_plus”, which includes package_info_plus, an SDK that was identified in the documentation as a commonly used third-party SDK.
If a new app includes a commonly used third-party SDK, or an app update adds a new commonly used third-party SDK, the SDK must include a signature file.
Please contact the provider of the SDK that includes this file to get an updated SDK version with a signature.
For details about verifying the code signature for a third-party SDK, visit: https://developer.apple.com/documentation/xcode/verifying-the-origin-of-your-xcframeworks.
Apple Developer Relations
Code Sample
pubsec.yaml
package_info_plus: ^8.0.2
Logs
ITMS-91065: Missing signature - Your app includes “Frameworks/package_info_plus.framework/package_info_plus”, which includes package_info_plus, an SDK that was identified in the documentation as a commonly used third-party SDK.
If a new app includes a commonly used third-party SDK, or an app update adds a new commonly used third-party SDK, the SDK must include a signature file.
Please contact the provider of the SDK that includes this file to get an updated SDK version with a signature.
For details about verifying the code signature for a third-party SDK, visit: https://developer.apple.com/documentation/xcode/verifying-the-origin-of-your-xcframeworks.
Apple Developer Relations
Flutter Doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.19.5, on macOS 15.3.2 24D81 darwin-arm64, locale en-US)
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 16.3)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2023.3)
[✓] IntelliJ IDEA Ultimate Edition (version 2022.3.1)
[✓] VS Code (version 1.101.2)
[✓] VS Code (version 1.95.2)
[✓] Connected device (3 available)
[✓] Network resources
• No issues found!
Checklist before submitting a bug
- I searched issues in this repository and couldn't find such bug/problem
- I Google'd a solution and I couldn't find it
- I searched on StackOverflow for a solution and I couldn't find it
- I read the README.md file of the plugin
- I'm using the latest version of the plugin
- All dependencies are up to date with
flutter pub upgrade
- I did a
flutter clean
- I tried running the example project