Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pod install breaks field level actions in Storyboard #171

Open
C6silver opened this issue Nov 28, 2016 · 1 comment
Open

Pod install breaks field level actions in Storyboard #171

C6silver opened this issue Nov 28, 2016 · 1 comment

Comments

@C6silver
Copy link

C6silver commented Nov 28, 2016

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'

@dennisoverbeeke
Copy link

dennisoverbeeke commented Jan 5, 2017

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants