KNSemiModalViewController icon indicating copy to clipboard operation
KNSemiModalViewController copied to clipboard

error: linker command failed with exit code 1

Open ChinaiOS opened this issue 9 years ago • 3 comments

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)

ChinaiOS avatar Jan 23 '16 16:01 ChinaiOS

same as

Easyzhan avatar Jan 28 '16 12:01 Easyzhan

add typedef

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

kkkelicheng avatar Feb 17 '16 09:02 kkkelicheng

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

jesseteal avatar Dec 16 '17 18:12 jesseteal