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 ea0769b commit 8d5e788Copy full SHA for 8d5e788
fastlane/Fastfile
@@ -112,7 +112,7 @@ platform :ios do
112
pod_push(path: pod[:spec], allow_warnings: true, synchronous: true)
113
rescue StandardError => e
114
raise e unless e.message =~ /Unable to accept duplicate entry/i
115
- UI.warn("Version already exists. Ignoring")
+ UI.important("Version already exists. Ignoring")
116
end
117
118
0 commit comments