diff --git a/runtime/runtime.m b/runtime/runtime.m index 90c6ac02fb0f..6a9d1d0f5384 100644 --- a/runtime/runtime.m +++ b/runtime/runtime.m @@ -2315,7 +2315,7 @@ -(void) xamarinSetGCHandle: (int) gc_handle; } // Then in a framework named as the assembly - snprintf (root, sizeof (root), "%s/Frameworks/%s.framework/%s.framework/MonoBundle", app_path, aname, aname); + snprintf (root, sizeof (root), "%s/Frameworks/%s.framework/MonoBundle", app_path, aname); if (xamarin_locate_assembly_resource_for_root (root, culture, resource, path, pathlen)) { LOG_RESOURCELOOKUP (PRODUCT ": Located resource '%s' from framework '%s': %s\n", resource, aname, path); return true;