Home > Software design >  ZEGO Express SDK error with: Building for iOS Simulator, but the linked and embedded framework '
ZEGO Express SDK error with: Building for iOS Simulator, but the linked and embedded framework '

Time:03-02

I'm trying to integrated ZEGO Express SDK into my project.

When I run the project, it report an error: Building for iOS Simulator, but the linked and embedded framework 'ZegoExpressEngine.framework' was built for iOS iOS Simulator.

ZEGO Express SDK version:2.6.0

Xcode version: 12.3

Some one please help.

CodePudding user response:

Use ZEGO Express SDK with version higher than 2.8.0 should fix this problem. Check https://doc-zh.zego.im/faq/ios_simulator_problem for more details

  • Related