I am using ProximiioMapbox
cocoapod library, and it says i can not import it on XCode 12.
It compiles well after pod install
, but when i add import ProximiioMapbox
in a swift file, it shows error like the title of this question.
Here are the ways i tried.
- Clean Build Folder
- Remove
Derived data
and restart XCode. - In Podfile, I tried to set the config.build_settings[
SWIFT_VERSION
] =5.2.4
// also tried 5.0, 5.1, 4.2 - removed
Podfile.lock
, andpod deintegrate
andpod install
. also triedpod update
.
None of those worked, Anyone knows how i can solve this? As far as i am concerned, ProximiioMapbox
sdk was compiled with Swift 5.2.
Dont' close this question. No answers on stackoverflow for cocoapod framework
.