Search code examples
iosxcodeapp-store-connectgoogle-cast

Google Cast iOS SDK v3.3 archive upload issue


I use latest version of Xcode (8.2.1 b8C1002) and latest version of GoogleCast.framework (3.3.0)

Obviously i followed these steps to integrate the SDK

When i try to upload my archived application i found these issues

enter image description here

someone had this trouble and found a solution?

Thanks in advance


Solution

  • iOS Sender v3.3 added a shell script strip_unused_archs.sh to the SDK package that strips unused architectures from an app bundle. This enables submitting to the App Store. For example, this script removes simulator slices, which are included in the framework but are not allowed in the App Store.