Posts

Post not yet marked as solved
7 Replies
443 Views
I noticed a difference in NSDataDetector's behaviour between Xcode 12.5.1 and Xcode 13.1 when running my application's unit tests. I extracted the relevant parts in this playground, and posted the different results in the repository's README. You can simply run this playground using different Xcode versions and see it for yourself: https://github.com/vruzeda/NSDataDetector I'm not 100% to the cause (if it's Xcode 13, iOS 15 SDK, or anything else). I'm running the exact same code in the same Mac (running Big Sur 11.6.1), the "only" variable I changed were Xcode versions. Is this an expected change? Or is this a system bug? Thanks!
Posted Last updated
.