skip to Main Content

Since IOS 14.3 WkWebView supports Camera access but when i grant the permission it starts the camera but freezes on first frame. xCode gives me this in debug i’m new to this and don’t really no what i means i’ve tried to load others sites with working examples with out luck. Also tried Google so it must be something with this "’com.apple.tccd’ sandbox extension". I’ve already allowed camera and audio in info.plist which allowed me to "start" camera but then i freezes at first frame.

 Could not create a 'com.apple.tccd' sandbox extension

 [WebRTC] Unable to create com.apple.tccd sandbox extension

2

Answers


  1. Having a similar issue with an audio-only setup. Building with XCode 12.5.1 (instead of XCode 13) makes it work for me (I’m testing both side-by-side). However, it still outputs the error. Hope this works for you, too, in the meantime, until we find a proper solution.

    Login or Signup to reply.
  2. Having the exact same issue when building with Xcode 13.
    I noticed that the issue does not occur when the html file is loaded over https but only when it is a local file (a file that is included in the bundle)

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search