diff --git a/xcode/fastlane/Fastfile b/xcode/fastlane/Fastfile index 8c7fcbdcd4..71a11d8451 100644 --- a/xcode/fastlane/Fastfile +++ b/xcode/fastlane/Fastfile @@ -62,6 +62,7 @@ platform :ios do workspace: 'omim.xcworkspace', scheme: 'OMaps', configuration: 'Release', + destination: 'generic/platform=iOS', silent: false, clean: false, include_symbols: true,