Regex
Regex copied to clipboard
=~ and !~ don't work
I installed library with the latest cocoapods
target 'CardSampleTestTask' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
# Pods for CardSampleTestTask
pod 'CrossroadRegex'
target 'CardSampleTestTaskTests' do
inherit! :search_paths
# Pods for testing
end
target 'CardSampleTestTaskUITests' do
# Pods for testing
end
end
Opened the project as a workspace and I have an error Cannot find operator '!~' in scope