ibireme / YYWebImage

Asynchronous image loading framework.
MIT License
3.56k stars 615 forks source link

使用pod 集成后,控制台多了Class PLBuildVersion is implemented in both #166

Open Joneze opened 7 years ago

Joneze commented 7 years ago

objc[3261]: Class PLBuildVersion is implemented in both /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices (0x107d95998) and /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices (0x107b14880). One of the two will be used. Which one is undefined.

集成后 才出现的这个输出信息。找遍goggle 都没解决,难道就我一个人才出现的么?

AgoniNemo commented 7 years ago

这是AssetsLibrary和PhotoLibrary两个库同时使用,系统不知道用哪个库引起的警告

MdWhat commented 7 years ago

这个警告可以消除吗? 该如何消除呢? 发自网易邮箱大师 在2017年04月11日 17:57,Nemo 写道: 这是AssetsLibrary和PhotoLibrary两个库同时使用,系统不知道用哪个库引起的警告

—You are receiving this because you are subscribed to this thread.Reply to this email directly, view it on GitHub, or mute the thread.

{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/ibireme/YYWebImage","title":"ibireme/YYWebImage","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open in GitHub","url":"https://github.com/ibireme/YYWebImage"}},"updates":{"snippets":[{"icon":"PERSON","message":"@AgoniNemo in #166: 这是AssetsLibrary和PhotoLibrary两个库同时使用,系统不知道用哪个库引起的警告"}],"action":{"name":"View Issue","url":"https://github.com/ibireme/YYWebImage/issues/166#issuecomment-293210111"}}}

shang1219178163 commented 7 years ago

我的程序在这里崩溃了,你们都只是提示吗?我命好苦