Has anyone tried kotlin native with Xcode 11 beta ...
# kotlin-native
p
Has anyone tried kotlin native with Xcode 11 beta yet? I’m trying to use a framework with the cocoapods plugin and the header won’t compile.
message has been deleted
Might be totally unrelated to Xcode 11 beta.
Actually, is
dummy.h
created by cocoapods?
Okay, so changing
FOUNDATION_EXPORT
to
extern
fixes the build. Not sure about the root cause.
s
Please make sure you’ve opened
.xcworkspace
, not
.xcodeproj
.
p
Yeah, I’m using the workspace.
s
I can’t reproduce this with cocoapods sample. Could you share the reproducer?