fulldecent / FDTake

Easily take a photo or video or choose from library
MIT License
319 stars 121 forks source link

Localisation lost after switching to pods using frameworks #55

Closed cakper closed 9 years ago

cakper commented 9 years ago

Hello,

I've recently changed way my pods are installed (added use_frameworks! flag) and now strings are not localised (just getting standard keys like chooseFromLibrary). Is there a problem on my side or something that I need to change in the library? I'm happy to prepare a PR if you let me know where this needs to be fixed.

Thanks, Kacper.

fulldecent commented 9 years ago

I haven't used pods yet with Swift. Here is another related issue https://github.com/Quick/Nimble/issues/104

I hope there is an expert that can provide more advice here.

AnthonyMDev commented 9 years ago

+1 Same issue here. Cocoa pods now has Swift support. If I have some extra time this weekend, I can look into making this work with Swift frameworks. No promises though. :P

cakper commented 9 years ago

@AnthonyMDev I didn't have much time to look into it, for now I manually set text properties on the controller itself