Abedalkareem / LanguageManager-iOS

A Language manager to handle changing app language without restarting the app. It supports iOS and tvOS.
MIT License
393 stars 66 forks source link

Cannot import pod in Objective-C project #58

Closed Lintom closed 3 years ago

Lintom commented 3 years ago

Hello. I have problem when try import pod in existing Objective-C project. I used @import LanguageManager_iOS, but class LanguageManager is absent.

error_import

error_import_2

Abedalkareem commented 3 years ago

Hi @Lintom, There is no support for Objective-C for now and I don't think it will be added.