Known Issues - iOS
This page will let you updated with iOS SDK's known issues with its resolution.
Issue : 1 (v2.1.7)
dyld[714]: Symbol not found: _$s8SocketIO0A11ClientEventO10disconnectyA2CmFWC
Referenced from: <05E9044F-1375-3422-93A5-8FD03C2C2317> /private/var/containers/Bundle/Application/69D9AF7A-2C02-4754-A8E6-9B47C42275B4/SPMExampleSocketIO.app/Frameworks/VideoSDKRTC.framework/VideoSDKRTC
Expected in: <F6BDB4BF-60BC-3E1F-9BEA-DF53DD5595B7> /private/var/containers/Bundle/Application/69D9AF7A-2C02-4754-A8E6-9B47C42275B4/SPMExampleSocketIO.app/Frameworks/SocketIO.framework/SocketIO
Solution
-
Run pod install twice to resolve this issue.
-
If running pod install twice doesn't resolve the issue, then add the script to end of pod file given below.
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['BUILD_LIBRARY_FOR_DISTRIBUTION'] = 'YES'
end
end
end
- After adding the script, follow the below steps:
1. Clean build folder
2. Clean derived data of project
3. Run `pod repo update`
4. Run `pod update`
5. Run project
Got a Question? Ask us on discord