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
{{ message }}
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.
When add in a Podfile use_frameworks! to work with Swift libraries appear an error in POPSpringAnimation.h in line where declare interface
the line: @interface POPSpringAnimation : POPPropertyAnimation
the error: Duplicate interface definition for class 'POPSpringAnimation'
The text was updated successfully, but these errors were encountered:
edugonzlz
changed the title
Duplicate interface definition for class 'POPSpringAnimation'
Duplicate interface definition for class 'POPSpringAnimation' error
Jan 3, 2017
It's likely too difficult to debug this remotely; could you provide the full text of the error (including where it was seen as originally defined; the compiler being run; etc) or post a sample project to try locally? Thanks.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When add in a Podfile
use_frameworks!
to work with Swift libraries appear an error in POPSpringAnimation.h in line where declare interfacethe line:
@interface POPSpringAnimation : POPPropertyAnimation
the error:
Duplicate interface definition for class 'POPSpringAnimation'
The text was updated successfully, but these errors were encountered: