Hello, I just imported an iOS framework to my KMM ...
# ios
u
Hello, I just imported an iOS framework to my KMM project (then again by converting it into a Pod), but it does not show all the classes, attributes, and functions the framework has. When I directly add this dependency on XCode for other projects, I can access all the missing classes, attributes, and functions. Is there anyone experienced such situation?
s
I had errors with Cocoapods import which require the
LANG
environment variable to be
en_US
I had to add this:
export LANG=en_US.UTF-8
to the
~/.zprofile
file (I'm using zsh)