We are running into an issue where breakpoints are not resolving on Xcode 14 (The same break points on Xcode 13.4.1 are working fine). They change to an outline when we run our app
This is code that is definitely executing. What's really strange is the break points will work occasionally, and work for a few runs before they stop working again.
I have tried all the usual fixes
- Cleaned the build
- Cleaned Derived data
- Restarted Xcode
- Restarted the machine
- Re-cloned the repo to see if starting fresh helps
I have also tried/verified
- Removing all symbol stripping
- Ensuring the DSYM is getting generated and is loaded in the debugger
- Removing all optimization options
- Tried the Xcode 14.1 beta
Does anyone have any suggestions?