I am building a flutter chat app,
here on running it on an ios device, I am getting the below error.
ld: building for iOS Simulator, but linking in dylib built for iOS, file '/Users/drole/Documents/chat/ios/Pods/AgoraRtcEngine_iOS/AgoraAIDenoiseExtension.framework/AgoraAIDenoiseExtension' for architecture arm64
What should I do to resolve the error,
I’ve tried surfing on the internet but I don’t get a proper solution.
2
Answers
in Podfile add this
in Podfile add this or check this link
https://github.com/mapbox/mapbox-gl-native-ios/issues/487#issuecomment-1163332686