tomazsaraiva
6/22/2018 - 9:38 AM

Apple Distribution

// location of provision profiles
~/Library/MobileDevice/Provisioning\ Profiles

// check ipa supported architectures
lipo -info cmpshopspot.iOS.app/cmpshopspot.iOS
// result: Architectures in the fat file: cmpshopspot.iOS.app/cmpshopspot.iOS are: armv7 arm64

// disable Device specific builds when building for all architectures