Commit dab2e9f9 authored by Marius Rackwitz's avatar Marius Rackwitz

Merge pull request #3989 from CocoaPods/mr-framework-support-ux

[Copy] Framework support is out of beta
parents bea0e1e6 5d810129
......@@ -421,9 +421,8 @@ module Pod
swift_pods = pod_targets.select(&:uses_swift?)
unless swift_pods.empty?
raise Informative, 'Pods written in Swift can only be integrated as frameworks; this ' \
'feature is still in beta. Add `use_frameworks!` to your Podfile or target to opt ' \
'into using it. ' \
raise Informative, 'Pods written in Swift can only be integrated as frameworks; ' \
'add `use_frameworks!` to your Podfile or target to opt into using it. ' \
"The Swift #{swift_pods.size == 1 ? 'Pod being used is' : 'Pods being used are'}: " +
swift_pods.map(&:name).to_sentence
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment