QuickBlox / quickblox-ios-sdk

QuickBlox iOS SDK for messaging and video calling
https://quickblox.com/developers/IOS
MIT License
397 stars 358 forks source link

Unable to find matching .xcframework slice inPods/QuickBlox/Framework/Quickblox.xcframework Quickblox framework ios-x86_64-simulator ios-arm64' for the current build architectures (arm64 armv7). #1278

Closed ademozsayin closed 3 years ago

ademozsayin commented 3 years ago

I have installed Quickblox via pod and it works very well. When it comes to upload my app test flight it says "Unable to find matching .xcframework slice inPods/QuickBlox/Framework/Quickblox.xcframework Quickblox framework ios-x86_64-simulator ios-arm64' for the current build architectures (arm64 armv7)."

my cocoapod version is cocoapods-1.10.1 and pods for quickblox are pod 'QuickBlox', '~> 2.17.5' pod 'Quickblox-WebRTC', '~> 2.7.4' pod 'SVProgressHUD', '~> 2.2.5'

it says create a run script to skip this bug in documantary. I made a runc script and copy that bash "${BUILT_PRODUCTS_DIR}/${FRAMEWORKS_FOLDER_PATH}/QuickbloxWebRTC.framework/strip-framework.sh"

bu it stils no archieves for testflight. What causes that, any help please?