SwiftValidatorCommunity/SwiftValidator

Pod install breaks field level actions in Storyboard

C6silver opened this issue · 1 comments

When installing via pods field level actions in the SB are no longer available. For existing fields that have actions, you get a yellow warning icon that when you hover over it says: "UITextField is no longer a valid event source". You only get 3 "Received Actions" related to "toggleBoldface, toggleItalics, and toggleUnderline". All other actions are no longer available.

This is upon install with no code yet written. As soon as I remove the this from the pod and the project, the normal events return in the SB.

Xcode 8.1 (8B62)
pod 'SwiftValidator', :git => 'https://github.com/jpotts18/SwiftValidator.git', :tag => '4.0.0'

I have encountered the same problem and after a loooong search I found that Xcode 8 has problems with the use of Extensions (example: https://forums.developer.apple.com/thread/66022). After more searching I found this thread.

I tested the same as @C6silver did and indeed: when I remove the SwiftValidator from my project everything returns back to normal. Please investigate and fix if possible. I would love to put back your great solution in my project

My Xcode: Version 8.2.1 (8C1002)