Loading a Silverlight website in a WebFrame when built for 32-bit Intel Architecture
问题 I am using a WebFrame to load a request to a website that is running Microsoft SilverLight. When I build my application using the 64-bit Intel architecture (x86_64), it runs fine. However, because I must use a third party library built for 32-bit Intel, I must build my application using that architecture. When I do that, I get the following error message <Error>: clip: empty path. prior to a second call to - (void) webView:(WebView *)sender didFinishLoadForFrame:(WebFrame *)frame and my