Closed callmephil closed 1 month ago
Hello @callmephil, thanks for reporting I will let the team know but I don't really have an estimate for a fix. This issue appears to be caused by XCode 16 removing support for bitcode so in the meantime you can try stripping the bitcode from the framework.
Hello @callmephil, thanks for reporting I will let the team know but I don't really have an estimate for a fix. This issue appears to be caused by XCode 16 removing support for bitcode so in the meantime you can try stripping the bitcode from the framework.
Hey Matt thanks for replying! Do you have any idea how can I strip the bitcode from the framework?
You could try this link and if that doesn't work you will likely need to use XCode 15 to build your application.
You could try this link and if that doesn't work you will likely need to use XCode 15 to build your application.
Thanks! It doesn't seem to work, we went with XCode 15 for now.
Have you checked the docs and existing issues?
SDK
Flutter
Porcupine package version
3.0.3
Framework version
PvPorcupine.framework (found inside the xcframework in Pods)
Platform
iOS
OS/Browser version
iOS 14+
Describe the bug
I’m trying to submit my app to the App Store, but there is an error during the publishing process. The upload fails with the following error related to the PvPorcupine.framework:
PvPorcupine.framework includes bitcode, which is no longer supported by App Store submissions.
Steps To Reproduce
Expected Behavior
The app should successfully upload to App Store Connect without issues related to bitcode in the PvPorcupine.framework.