takecian / SwiftRater

A utility that reminds your iPhone app's users to review the app written in pure Swift.
MIT License
356 stars 42 forks source link

App Store Connect Operation Error Invalid Bundle. The bundle at 'BalGuide.app/Frameworks/SwiftRater.framework' contains disallowed file 'Frameworks'. #20

Closed JulesMoorhouse closed 5 years ago

JulesMoorhouse commented 5 years ago

I'm getting the following error when I upload to the app store

App Store Connect Operation Error Invalid Bundle. The bundle at 'BalGuide.app/Frameworks/SwiftRater.framework' contains disallowed file 'Frameworks'.

takecian commented 5 years ago

How do you integrate SwiftRater? I need more detailed information.

JulesMoorhouse commented 5 years ago

Cocoapods and I’m using the latest version of SwiftRater. Also the latest release version of Xcode. And using Objective C

JulesMoorhouse commented 5 years ago

This fixed the issue for me...

https://stackoverflow.com/a/35591792/450456