Skip to content
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

iOS system exception "You should reference the NuGet package" #28

Closed
riandesign opened this issue Feb 21, 2017 · 14 comments
Closed

iOS system exception "You should reference the NuGet package" #28

riandesign opened this issue Feb 21, 2017 · 14 comments

Comments

@riandesign
Copy link

I installed the NuGet in PCL and iOS and also configurated the iCloud Kit on developer.apple, but I got this error:

System.Exception: This functionality is not implemented in the portable version of this assembly. You should reference the NuGet package from your main application project in order to reference the platform-specific implementation.

@Proyoyo
Copy link

Proyoyo commented Feb 21, 2017

You need to link the iOS dll files from your iOS project. To find the required dll, go to the NuGet package -> lib -> MonoTouch10 -> select the 2 dll files there & add it to your iOS project reference.

@jfversluis
Copy link
Contributor

I shouldn't reference it like that, you should install it as a NuGet also on your iOS project.

@riandesign
Copy link
Author

But the problem is the NuGet is outdated and it doesn't work on iOS at all.

@jfversluis
Copy link
Contributor

@riandesign I will look into it, please try not to go through every issue and report the error you have. Once is enough. I will try to find some time tomorrow to have a look.

@Buckley-James
Copy link

I am having the exact same issue with the nuget. Did this ever get fixed and if so how?

@GlenConway
Copy link

I'm having the same issue with an iOS project. Don't understand why this issue is closed if it's still a problem.

@Char0394
Copy link

I'm having the same issue! Any news about it?

@ahmedelashkerpersonal
Copy link

Same issue

@caiorios
Copy link

caiorios commented Aug 8, 2017

I am facing the same issue. Any clean solution?

@sravanthiakula
Copy link

Me too have the same issue? An update on it?

@CarlosJeJe
Copy link

Someone found the solution?

@CarLoOSX
Copy link

same problem

@CarLoOSX
Copy link

tested in a blank project

@jfversluis
Copy link
Contributor

@CarLoOSX this is fixed on the fork of this in my repo and accompanied NuGet.

In an effort to further develop this plugin I have moved it into my own account: https://github.com/jfversluis/FilePicker-Plugin-for-Xamarin-and-Windows.

Please look for the pre-release package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests