You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
It turns out that Swift compiler will compile(
EmitSwiftModule
command) whole files declared insource_files
of podspec.If any file import Fabric stuff is compiled by Swift, then it breaks compiling.
It is because of Swift Compiler Can't compile C++.
At a first glance, we doesn't need Swift at all for using
KakaoMapsSDK
. But If it is, we should hack podspec configuration like this way.And more great example about it is react-native-vision-camera podspec.
He separated modules with subspec.
Yes, Fabric interoperability with Swift is not so good at now.
Creating a subspec for
.h
imports Fabric stuffand separating files will be a valid solution.
Beta Was this translation helpful? Give feedback.
All reactions