Is anyone else still experiencing really flakey au...
# multiplatform
s
Is anyone else still experiencing really flakey autocomplete in XCode of types defined in Kotlin? Half the time Xcode seems to just not be able to find the objc bridging header and autocomplete just dies Any tips?
d
Yes, all the time. It seems to have gotten better recently, maybe due to Xcode 14.3.1, but it’s not great. I also wonder whether the method of including the shared framework into the Xcode influences the reliability of autocomplete. We’re using an SPM package with a
.binaryTarget
. Might be different if one uses CocoaPods etc.
s
Glad I'm not alone. I'm linking statically with the "embedAndLink" Xcode step. I've managed to get autocomplete working by renaming my build configuration to "Debug". (it was previously "Debug-Dev" Absolutely no idea why the hell that fixes it but it seems to