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
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
- 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
What's really strange is the break points will work occasionally and will work for a few runs and then stop working again. Does anyone have any suggestions?