简体   繁体   中英

VIMNetworking with pod install error

It's possible use this library with pod install? My project already uses pod install and when I add this library, crash with:

"(UIImageView+AFNetworking.o) ld: 76 duplicate symbols for architecture i386 clang: error: linker command failed with exit code 1 (use -v to see invocation)"

VIMNetworking worked out its Cocoapods issues - see https://github.com/vimeo/VIMNetworking

The Podfile entries that worked for me were

pod 'VIMNetworking', '~>5.4.2'

pod 'VIMVideoPlayer', '~>5.4.2'

and deleting the line for AFNetworking since the VIMNetworking pulls AFNetworking in as a dependecy.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM