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

error: linker command failed with exit code 1 #75

Open
ChinaiOS opened this issue Jan 23, 2016 · 3 comments
Open

error: linker command failed with exit code 1 #75

ChinaiOS opened this issue Jan 23, 2016 · 3 comments

Comments

@ChinaiOS
Copy link

After the addition, the following questions arise:
ld: 1 duplicate symbol for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

@Easyzhan
Copy link

same as

@kkkelicheng
Copy link

add typedef

typedef NS_ENUM(NSUInteger, KNSemiModalTransitionStyle) {
KNSemiModalTransitionStyleSlideUp,
KNSemiModalTransitionStyleFadeInOut,
KNSemiModalTransitionStyleFadeIn,
KNSemiModalTransitionStyleFadeOut,
};

@jesseteal
Copy link

Thank you @kkkelicheng . I just had to update some ancient code for iPhone X and this saved me.

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

4 participants