- Xcode8.2.1报错,日志如下:
objc[2770]: Class PLBuildVersion is implemented in both /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices (0x11a708998) and /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices (0x1195f3880). One of the two will be used. Which one is undefined. - 大概意思就是在AssetsLibraryServices.framework和PhotoLibraryServices.framework都有PLBuildVersion 类的实现,但是不知道用哪一个。目前处理崩溃的方案是:
- 在info.plist添加:
Key
:Privacy - Photo Library Usage DescriptionValue
:$(EXECUTABLE_NAME) photo use - 在info.plist添加:
Key
:Privacy - Camera Usage DescriptionValue
:$(EXECUTABLE_NAME) camera use - 这样就可以解决崩溃的问题了,但是具体原因还没有查清楚,可能是依赖了Facebook SDK,也有可能是Xcode的问题。
关于Class PLBuildVersion is implemented in both崩溃的处理
最后编辑于 :
©著作权归作者所有,转载或内容合作请联系作者
- 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
- 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
- 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
推荐阅读更多精彩内容
- PLEASE READ THE FOLLOWING APPLE DEVELOPER PROGRAM LICENSE...
- 导入PCH文件之后报错,找不到NSString,UIKit,Foundation等,报错: error: expe...