[Bug]: IOS : upload version to store
osama450 opened this issue · 10 comments
What happened?
i get this 2 issues when upload version to store :
Asset validation failed (90206)
Invalid Bundle. The bundle at 'Runner.app/PlugIns/OneSignalNotificationServiceExtension.appex' contains disallowed file 'Frameworks'. (ID: 53a5c750-38f5-4b2b-ab38-ab2a435d49ed)
Asset validation failed (90205)
Invalid Bundle. The bundle at 'Runner.app/PlugIns/OneSignalNotificationServiceExtension.appex' contains disallowed nested bundles. (ID: 0506a1cf-0cb0-4ffb-ba90-0fc8dcdd8362)
Steps to reproduce?
1 : try to upload version from xcode
What did you expect to happen?
.
OneSignal Flutter SDK version
5.1.6
Which platform(s) are affected?
- iOS
- Android
Relevant log output
No response
Code of Conduct
- I agree to follow this project's Code of Conduct
Hi @osama450, your two error messages look similar to this Apple thread: https://forums.developer.apple.com/forums/thread/17732.
Can you take a look and see if you are able resolve?
If not, you can share your Podfile and what is under the OneSignalNotificationServiceExtension's Frameworks and Libraries section:
@osama450 I believe the issue is that the cocoapods in the Notification Service Extension target have been set to Embed & Sign. Try changing that to Do Not Embed.
hi @chuanpham i fixed it by make the build option like tthat :