NSURL *url = [NSURL URLWithString: address];
NSString *body = [NSString stringWithFormat: @"%@", webViewString];
NSMutableURLRequest *request = [[NSMutableURLRequest alloc]initWithURL: url];
[request setHTTPMethod: @"POST"];
[request setHTTPBody: [body dataUsingEncoding: NSUTF8StringEncoding]];
[_paymentWebView loadRequest: request];
我加載的UIWebView,但我在我的應用這個錯誤,當我嘗試通過UIWebView
訪問PayUMoney支付網關在上面的代碼,但它表明這個錯誤,我在使用AFNetworking
其他API調用。 請幫我解決這個錯誤。UIWebView的iOS中不加載
objc [4933]:類PLBuildVersion在兩個/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/AssetsLibraryServices實現。 framework/AssetsLibraryServices(0x12487e998)和/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices(0x1246a3d38)。將使用兩者之一。哪一個是不確定的。**
此錯誤不與webview相關。 – Poles
請參考:http://stackoverflow.com/questions/39521667/class-plbuildversion-is-implemented-in-both-applications –