ConnectSDK / Connect-SDK-iOS

iOS source project for Connect SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error building project with ConnectSDK pod

vladimirkoff opened this issue · comments

I am having an issue building my project with ConnectSDK installed. I've come across such errors before, but increasing deployment target for all of the dependencies used to help. But I've tried this now - did not help. I've been struggling with this error for 3 days now. Maybe someone has a solution? Would be extremely grateful.

Screenshot 2023-09-29 at 10 53 38

An my Podfile

` platform :ios, '14.0'

target 'ConnectTest' do

use_frameworks!

pod 'ConnectSDK'

end`

with google cast framework you need an physical device to build.

with google cast framework you need an physical device to build.

Oh, got it, thanks friend! But when launching on physical device, it doesn't search for any devices in the network and returns such log every second:

Screenshot 2023-10-11 at 10 38 55

Maybe any ideas how to solve it?