Yo, a weird problem cropped up in a project I've only had going for ~7 days: Xcode will not build the embedded frameworks, and so autocompletion and syntax highlighting is broken for references to classes and methods - this, in turn, causes Syntax highlighting to freak-the-f-out when I'm continuing in spite of its failure.
Anyone else have this problem before?
It's annoying because I can't remember all of the new functions calls for Swift 3 and then the fact that syntax highlighting all over seems to react negatively to a randomly line...
I _can_ build them independently and it'll start to work, but will randomly break until I rebuild the frameworks, then rebuild my app. It works, but it's an annoying solution to something that should be working in the first place.
Only happening with embedded frameworks, too. Cocoapod frameworks work perf.
Ugh, Xcode.
Anyone else have this problem before?
It's annoying because I can't remember all of the new functions calls for Swift 3 and then the fact that syntax highlighting all over seems to react negatively to a randomly line...
I _can_ build them independently and it'll start to work, but will randomly break until I rebuild the frameworks, then rebuild my app. It works, but it's an annoying solution to something that should be working in the first place.
Only happening with embedded frameworks, too. Cocoapod frameworks work perf.
Ugh, Xcode.