hi,
I tried to compile the iOS client. I installed the pod with :
- sudo gem install cocoapods
- pod install
But now I have an issue with the line : "import InAppSettingsKit". The message is "no such module 'inAppSettingsKit' "
How to solve this issue ?
Sorry I'm a newbie in XCode....
Are you sure pod install
didn't return any errors? Are you sure you are opening correct workspace project?
Thank your answer
Sorry for my message. I found the issue, "pod install" didn't return any error but I started the xcodeproj file instead of xcworkspace
hi,
I tried to compile the iOS client. I installed the pod with :
But now I have an issue with the line : "import InAppSettingsKit". The message is "no such module 'inAppSettingsKit' "
How to solve this issue ?
Sorry I'm a newbie in XCode....