Invalid Binary Error (iOS)

Hi,

Just uploaded a new build. No issues using application loader. After a few mins of the binary processing, I get a notification from iTunes Connect saying invalid binary. Here’s what they say in the email. I don’t use calendar, photo library or camera in my app. Some googling shows that other people have run into this issue as of a few days ago. Any quick solution Corona? Latest Xcode, latest daily build 2961. Appears to be iOS 10 related from the googling stuff I found. Here was 1 persons solution:

http://stackoverflow.com/questions/39647761/itunes-connect-invalid-binary

error.png

Fixed it. Add the following to your build.settings in the iPhone section:

NSCalendarsUsageDescription = "Advertisement would like to use calendar.", NSPhotoLibraryUsageDescription = "Advertisement would like to store a photo.", NSCameraUsageDescription = "Advertisement would like to store a photo.",

Can also reference below thread:

https://forums.coronalabs.com/topic/65510-ios-10-and-xcode-8/

Fixed it. Add the following to your build.settings in the iPhone section:

NSCalendarsUsageDescription = "Advertisement would like to use calendar.", NSPhotoLibraryUsageDescription = "Advertisement would like to store a photo.", NSCameraUsageDescription = "Advertisement would like to store a photo.",

Can also reference below thread:

https://forums.coronalabs.com/topic/65510-ios-10-and-xcode-8/