maximbilan / Language-Manager-iOS

Language Manager iOS
MIT License
233 stars 34 forks source link

Moving To Another Project Make library Not working unless restart the app !! #8

Closed AhmedShammala closed 8 years ago

AhmedShammala commented 8 years ago

testLanguage.zip Hi Guys , First of all your library was working with me Perfect before but now it's not that why i guess this happen with Xcode 7 release ? , ur project work Correctly but when Moving To Another Project Make library Not working unless Restart the app .

this my Project you can Try it https://www.mediafire.com/?v6le4xcm2qc2k11

PS : I see the isuee #2 and i added the required localization files but still problem exist . Thanks

RajChanchal commented 8 years ago

Same is with me.

AhmedShammala commented 8 years ago

@maximbilan can you please take a look Thanks

AhmedShammala commented 8 years ago

it's work finally ! Solution is Make PCH Header on the new project and import inside it the Define File import "Defines.h"

hardik06 commented 7 years ago

This demo is not working in Swift file. I have also created Bridge header to use this demo.

In LocationManager.m file, there is issue in [NSBundle setLanguage:code]; executing this line. See below code :

Please help me to resolve this issue.

AhmedShammala commented 7 years ago

@hardik06 u need to create Prefix Header file and set the path in Project Setting

hardik06 commented 7 years ago

@AhmedShammala Thank you so much. It's working now.