Closed AmirJabbari closed 4 months ago
@AmirJabbari
The issue seems to arise from having different minimum deployment targets for various targets within your application. For instance, if your main application has a deployment target set to iOS 12.0, while a service extension has a higher deployment target of iOS 16.0, it can lead to conflicts with shared dependencies like the "WebEngage" framework.
Both targets might attempt to fetch different versions of this framework, leading to compatibility issues.
To address this concern effectively, we strongly recommend following these steps:
We believe that by implementing these measures, you'll be able to resolve the current issue and prevent similar occurrences in the future.
Error (Xcode): Multiple commands produce 'build/ios/Debug-iphonesimulator/XCFrameworkIntermediates/WebEngage/Core/WebEngage.framework'
I have this error when running on ios flutter doctor -v Flutter (Channel stable, 3.22.2, on macOS 14.5 23F79 darwin-arm64, locale en-US) • Flutter version 3.22.2 on channel stable at /Users/amir/development/sdk/flutter • Upstream repository https://github.com/flutter/flutter.git • Framework revision 761747bfc5 (5 weeks ago), 2024-06-05 22:15:13 +0200 • Engine revision edd8546116 • Dart version 3.4.3 • DevTools version 2.34.3