You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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'
The text was updated successfully, but these errors were encountered: