We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d276ad2 commit 4df163dCopy full SHA for 4df163d
fastlane/Fastfile
@@ -17,7 +17,7 @@ buildcache_xcargs = 'CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++'
17
is_localhost = !is_ci
18
project_package_resolved = "#{xcode_project}/project.xcworkspace/xcshareddata/swiftpm/Package.resolved"
19
swift_environment_path = File.absolute_path('../Sources/StreamChatSwiftUI/Generated/SystemEnvironment+Version.swift')
20
-@force_check = false
+@force_check = true # FIXME
21
22
before_all do |lane|
23
if is_ci
0 commit comments