Skip to main content

You are viewing Agora Docs forBetaproducts and features. Switch to Docs

How can I fix black, green, or pixelated video when a Web client and a Native client communicate with each other?

When deploying the Xcode project to an iOS device for debugging, the following error occurs:


_1
Error: Signing for "Runner" requires a development team. Select a development team in the Signing & Capabilities editor (in target 'Runner' from project 'Runner').

Issue cause

On the iOS platform, all apps require a developer signature certified by Apple to verify the source and security of the app. If Xcode fails to detect a valid development team or certificate, it will not be able to complete the compilation and deployment of the app.

Solution

Refer to Apple's official instructions to configure a valid development team and certificate.

vundefined