MxABC / LBXScan

A barcode and qr code scanner (二维码、扫码、扫一扫、ZXing、ZBar、iOS系统AVFoundation扫码封装,扫码界面效果封装)
MIT License
3.23k stars 678 forks source link

AssetsLibraryServices.framework 和 PhotoLibraryServices.framework 冲突 #79

Open qyfeng009 opened 7 years ago

qyfeng009 commented 7 years ago

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

qyfeng009 commented 7 years ago

http://stackoverflow.com/questions/39520499/class-plbuildversion-is-implemented-in-both-frameworks 这里有一些讨论,但是经我测试确实是LBXScan中的某个引起的,还没找到怎么解决

MxABC commented 7 years ago

是使用模拟器导致的?