diff --git a/fastlane/Fastfile b/fastlane/Fastfile index c48df2e1..573eb815 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -69,7 +69,7 @@ platform :ios do lane :tests do scan(scheme: "FlexLayout", - project: "FlexLayout.xcodeproj") + workspace: "FlexLayout.xcworkspace") end lane :doc do