diff --git a/packages/stream_chat_v1/ios/fastlane/Fastfile b/packages/stream_chat_v1/ios/fastlane/Fastfile index ec2adc8..15e7ecd 100644 --- a/packages/stream_chat_v1/ios/fastlane/Fastfile +++ b/packages/stream_chat_v1/ios/fastlane/Fastfile @@ -40,7 +40,8 @@ platform :ios do firebase_app_distribution( app: "1:674907137625:ios:cafb9fb076a453c4d7f348", - groups: "ios-stream-testers" + groups: "ios-stream-testers", + skip_waiting_for_build_processing: true ) end end \ No newline at end of file