diff --git a/xcode/fastlane/Fastfile b/xcode/fastlane/Fastfile index 09f2376965..e9c3ebefe8 100644 --- a/xcode/fastlane/Fastfile +++ b/xcode/fastlane/Fastfile @@ -66,6 +66,7 @@ platform :ios do workspace: 'omim.xcworkspace', scheme: 'OMaps', configuration: 'Release', + silent: false, clean: false, include_symbols: true, include_bitcode: true,