【发布时间】:2017-01-24 00:49:13
【问题描述】:
iOS 10 / Xcode 8 GM 构建获得以下内容,以前从未在 Xcode 7 上使用过。有什么想法吗?
objc[25161]:PLBuildVersion 类在两者中都实现 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices (0x12049a910) 和 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices (0x1202c4210)。将使用两者之一。哪一个是未定义的。
(注意:似乎只发生在模拟器中,不会出现在真实设备上)。
【问题讨论】:
-
您在项目中使用的是 Fabric 还是其他 Twitter 3rd 库?
-
我不使用推特。也许 Firebase 也会导致这种情况?
-
@noellee like Zac 我在我的项目中使用了fabric,我也有同样的错误
-
@Yitschak 我使用 firebase 也得到了这个。
-
是的,我正在使用 Fabric 和 Crashlytics (v3.8.2)