1

I am currently using Xcode 8.3.3 and if I'm using a UIWebView I am getting this error you can see down below and then in some projects or some times the WebView doesn't work and in others it does. I already testet it with an empty project and yes it is the UIWebView that is causing these issues.

objc[11182]: Class PLBuildVersion is implemented in both /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices (0x11df63cc0) and /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices (0x11dd7a6f0). One of the two will be used. Which one is undefined.

Thanks in Advance :)

Edit: also using WKWebView doesn't changed anything. Got still the same issue.

T Thomas
  • 11
  • 3
  • might [duplicate](https://stackoverflow.com/questions/39520499/class-plbuildversion-is-implemented-in-both-frameworks), I think it just a warning – xxi Aug 10 '17 at 10:12

2 Answers2

3

Please try to use WKWebView instead of UIWebView. It works for me. Hope this will help you. Click here for more

Ved Rauniyar
  • 1,539
  • 14
  • 21
0

I have this warning in the app, everytime I access the debugger. Seems to be a Xcode issue. I use web views in the app but they are not impacted by this warning. I think the warning issue and your webview issue are not related

Marco Pappalardo
  • 935
  • 6
  • 23