Getting error "Symbol not found" when adding AEPAssurance .xcframework file to app.
We are trying to add AEPAssurance framework manually to our iOS project which is mix of objective-c and swift. For that first we cloned the repo: https://github.com/adobe/aepsdk-assurance-ios
and then we ran the "Make archive" command to extract the .xcframework file and then we are trying to add that XCFramework file in our project but we are facing this error Symbol not found. we tried adding it in empty swift project also but still the error is same. Any solution for same
We raised the issue in AEPAssurance repo it self, more details could be found in this link:
https://github.com/adobe/aepsdk-assurance-ios/issues/41
