openbakery / gradle-xcodePlugin

gradle plugin for building Xcode Projects for iOS, watchOS, macOS or tvOS
Apache License 2.0
457 stars 127 forks source link

Adds missing architecture for arm64-only builds #410

Closed fonkadelic closed 5 years ago

fonkadelic commented 5 years ago

I've noticed that for arm64-only builds the architectures of the Swift libs must contain armv7. If the arch is not included the build gets rejected similar to #407. Just did an AppStore upload for verification and the processing was successful.

mathiasnagler commented 5 years ago

👍

renep commented 5 years ago

Can you test Version: 0.15.5.develop.146

fonkadelic commented 5 years ago

@renep Looks good!