-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't no longer build for Xamarin #8
Comments
You don't need to compile NGettext source to make it work with your project. Just use NuGet to install the NGettext package dependency into your project. NuGet is cross-platform, it has a CLI tool and can run on Mono too. It can automatically download the package, unpack it, choose the right assembly file for your project and link it into your project references. No need to include NGettext's source code project and compile it every time you build your application. |
Thanks neris for such an elaborate answer. Definitely support NGettext being able via NuGet cross-platform, it's great. When I tried to add it to a iOS project via NuGet the following error occurred:
|
OK I've made a PCL version of this library. It should work with Xamarin.ios. |
Confirmed working! Used |
Great! Thank you for your feedback. |
Using this library with Mono and Xamarin.iOS/Android, since ddcd8a2 removed the project files with the DNX upgrade. Which in turn makes it not cross-platform.
The text was updated successfully, but these errors were encountered: