Posts

Post not yet marked as solved
5 Replies
Having the same issue here
Post not yet marked as solved
2 Replies
Seeing the same thing with Xcode 11 GM Seed 2. Did you find any answers to this?This is the Log:[10:40:56]: ▸ 2019-09-18 10:40:56.781 xcodebuild[39220:75586306] [MT] DVTAssertions: Warning in /Library/Caches/com.apple.xbs/Sources/DVTiOSFrameworks/DVTiOSFrameworks-14802/IDEiOSSupportCore/DVTiPhoneSimulator.m:1890[10:40:56]: ▸ Details: [DVTiPhoneSimulator -primaryInstrumentsServer was called from the main thread[10:40:56]: ▸ Object: <DVTiPhoneSimulator: 0x7fe80f1d2ba0>[10:40:56]: ▸ Method: -primaryInstrumentsServerWithError:[10:40:56]: ▸ Thread: <NSThread: 0x7fe807c15600>{number = 1, name = main}[10:40:56]: ▸ Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
Post not yet marked as solved
4 Replies
Yes we are not sure either, we could update the code of the UI tests to look for the element on the new categories only for iOS 13, but that means for previous versions of iOS the code will be different, wouldn't like to have `if #available(iOS 13.0, *)` everywhere on our code
Post marked as solved
15 Replies
We are having the exact same issue. Xcode 11 beta 6 or 7 running on iOS 11 UIColor(named: "...") always returns nil