Fix: Fastlane pod install
This commit is contained in:
parent
d3aacb93e4
commit
445a1e9320
|
|
@ -26,6 +26,7 @@ platform :ios do
|
|||
lane :test do
|
||||
cocoapods(
|
||||
podfile: "Example/Podfile",
|
||||
try_repo_update_on_error: true,
|
||||
)
|
||||
|
||||
swiftlint(
|
||||
|
|
|
|||
Loading…
Reference in New Issue