【发布时间】:2017-05-21 03:01:20
【问题描述】:
我的 iPhone 应用有一组 UI 自动化测试用例。 这些测试在 iOS 9 和 8 模拟器上运行良好,但是当我更改为最新的模拟器 (10.2) 时,我的终端出现此错误
objc[8642]: Class PLBuildVersion is implemented in both /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices (0x11f55b998) and /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices (0x11f37d880). One of the two will be used. Which one is undefined.
2017-01-06 10:50:51.918 myAPP[8642:947316] -canOpenURL: failed for URL: "gplus://" - error: "This app is not allowed to query for scheme gplus"
2017-01-06 10:50:52.142 MyAPP[8642:947316] [Crashlytics] Version 3.7.3 (114)
知道为什么会这样吗?有其他人经历过吗?
【问题讨论】:
标签: swift xcode ios-simulator xcode-ui-testing