:wave: I’m trying to access `NSBundle.mainBundle....
# ios
n
👋 I’m trying to access
NSBundle.mainBundle.infoDictionary!!
values with using CoreFoundation constants like
kCFBundleVersionKey
but always getting
null
. If I use respective literal strings (like
"CFBundleVersion"
) it works like a charm. What am I missing here? The constants are
CFStringRef
, could it be the issue?
b
Feels like an interop bug. Worth reporting
n
Finally managed to file the issue: https://youtrack.jetbrains.com/issue/KT-38528 /cc @akapanina
🔥 1
👍 1