Redefinition of module 'AEPMobileServices'
Hi,
We are trying to add the AEPMobileService.xcframework along with bunch of other frameworks to our xcode project. We are not using any dependancy manager to add frameworks in the project, we are adding them manually.
As soon as we add the frameworks and try to build the app we get the error: Redefinition of module 'AEPMobileServices'
We are using xcode 12.4 and our project is mix of swift and objective-C