13
zlot
4y

❤️ Swift ❤️
Compiling fails due to many inter-dependent errors (think database deadlocks).
1 - Comment the code that produces the "locking" error.
=> Code compiles.
2 - Uncomment the code that produces the "locking" error.
=> Code compiles.

My peepee hard

Comments
  • 0
    does the code compile when you *change* the *content* of the comments?

    what about when you add additional comments?

    what about when you change the single line comments to multiline comments? (on the same line and spread over multiple)

    Explore the failure.
  • 0
    Did you clear Derrived data? Sounds like Xcode cache is screwing things up
  • 2
    @gitpush Sure did, still "deadlocks" :)
  • 1
    @Wisecrack This is good advice, will try that next time for sure !
  • 1
    @zlot did you try abandoning xcode, I sometimes wish I could do it 😒
Add Comment