nek023 / Lin

Xcode plugin that provides auto-completion for NSLocalizedString.
http://questbe.at/lin/
MIT License
1.23k stars 97 forks source link

Not working for Xcode 7.2 (7C68) #59

Closed yiboyu closed 8 years ago

yiboyu commented 8 years ago

@antonjn Any fixes? =)

raheelahmad786 commented 8 years ago

Same here just downloaded and build it, not showing in toolbar xCode editor section.

nek023 commented 8 years ago

It works on my Xcode 7.2 (7C68) so I need more information.

e.g.

raheelahmad786 commented 8 years ago

Hi,

  1. Do you use Alcatraz or not ------- No i am not using it. Using the manual process.
  2. Swift or Obj-C ------- Objective-C
  3. How many strings files are contained in your project ------- 300+
  4. Which function do you use to localize string ------- NSLocalizedString
nek023 commented 8 years ago

@raheelahmad786

Thanks.

Same here just downloaded and build it, not showing in toolbar xCode editor section.

Does this mean that the auto-completion popup is not shown? Or the popup is shown but there are no correct items?

yiboyu commented 8 years ago

@questbeat If I may speak for him, the auto-completion popup is not showing at all.

yiboyu commented 8 years ago

Just upgraded to Xcode 7.2.1(7C1002) and it seems to be working again =)

Closing this issue.