-
Notifications
You must be signed in to change notification settings - Fork 376
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
iOS System.IO.FileNotFoundException: Could not load file or assembly 'FFImageLoading.Transformations' or one of its dependencies #245
Comments
Any idea @daniel-luberda ? |
I have exactly this error, which of course is a major blocker |
var ignore = new CircleTransformation(); @molinch We could add something like |
@daniel-luberda That resolved it. Thank you. Edit: That meaning your suggestion to add the CirleTransformation. |
Might want to remark this in the documentation |
I solved by adding a reference to missing type before // workaround for iOS compilation
// @url https://github.com/UXDivers/Grial-UI-Kit-Support/issues/52#issuecomment-230461937
var workaround = typeof(CustomControls.ExtendedPicker); |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Very similar to issue #170 except I'm calling the init in AppDelegate.cs.
` [Register ("AppDelegate")]
public partial class AppDelegate : global::Xamarin.Forms.Platform.iOS.FormsApplicationDelegate
{
public override bool FinishedLaunching (UIApplication app, NSDictionary options)
{
CachedImageRenderer.Init ();
I've tried to uninstall and re-install all FFImageLoading packages and dependencies (because I saw it suggested elsewhere) from the common project and iOS project but didn't help.
The text was updated successfully, but these errors were encountered: