Heyzap / unityads-ane

A thin wrapper around the Unity Ads Android and iOS SDK for use on Heyzap's mediation.
https://deveopers.heyzap.com/docs
MIT License
6 stars 1 forks source link

Changed Info.plist to solve problem with uploading to appstore #2

Closed sadensmol closed 8 years ago

sadensmol commented 8 years ago

http://stackoverflow.com/questions/32622899/itms-90535-unable-to-publish-ios-app-with-latest-google-signin-sdk

removed Executable File from plist.info

ekilah commented 8 years ago

The error was this: error

ERROR ITMS-90535: "Unexpected CFBundleExecutableKey. The bundle at 'Payload/MyApp.app/UnityAds.bundle' does not contain a bundle executable. If this bundle intentionally does not contain an executable, consider removing the CFBundleExecutable key from its Info.plist and using a CFBundlePackageType of BNDL. If this bundle is part of a third-party framework, consider contacting the developer of the framework for an update to address the issue."

wcoastsands commented 8 years ago

This bug was fixed with the release of Unity Ads SDK 1.5.1. Replace the UnityAds.bundle and UnityAds.framework found in the ios/Vendor directory with those in the latest Unity Ads SDK repo.