Kasper Weibel Nielsen-Refs

Results 11 comments of Kasper Weibel Nielsen-Refs

xcov 1.7.5, Xcode 12.2, Command example: > xcov --html_report false --only_project_targets -s BandLibrary --derived_data_path ./DerivedData -o ./ -f bandlibrary.xcresult Xcov would then complain with > /Users/jenkins/.rvm/gems/ruby-2.6.5@unit_test/gems/xcov-1.7.5/lib/xcov/manager.rb:225:in `rename': Directory not empty...

I second this. Apple stated at WWDC that the run time complexity for Auto Layout had been decreased from exponential to linear in iOS12.

This issue is a bit old but does anyone know if there since has been any work done to support metal on MacOS e.g. through https://github.com/gfx-rs/gfx or https://github.com/gfx-rs/wgpu-rs ?

Same here. iOS14 only. This started when we upgraded from 10.13.0 to 10.28.5

Our app has a long startup time. The Xcode organizer reports many hangs in `objc_copyClassList` during Realm initialization. I profiled our app and most of the init time (~60%, 300ms...

> Manually setting the objectTypes @tgoyne We tested setting `objectTypes` and it eliminated the hang time in `objc_copyClassList`. Thanks!

Seems like the same as this one https://github.com/realm/realm-swift/issues/7941

If any of you have an idea for a good solution to this issue I would be terribly happy to see it :-) I could use it right now. Manipulating...