Commit 30a64932 authored by Samuel E. Giddins's avatar Samuel E. Giddins

[PodTarget] Clarify that subspecs across different build configs might come

parent 5d3f5147
...@@ -80,8 +80,8 @@ module Pod ...@@ -80,8 +80,8 @@ module Pod
else else
raise Informative, "The subspecs of `#{pod_name}` are linked to " \ raise Informative, "The subspecs of `#{pod_name}` are linked to " \
"different build configurations for the `#{target_definition}` " \ "different build configurations for the `#{target_definition}` " \
'target. CocoaPods does not support subspecs across different ' \ 'target. CocoaPods does not currently support subspecs across ' \
'build configurations.' 'different build configurations.'
end end
end 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