All Questions
Tagged with google-cast xcode
12 questions
0
votes
1
answer
112
views
Googlecast doesn't show Use Local Network dialogue
I'm using Googlecast for a few years now on my iOS radio-app. When migrating to Xcode 17.0 something broke within my implementation. When pressing the Googlecast button for the first time a Use Local ...
5
votes
2
answers
2k
views
How to change `applicationID` in Google Cast dynamically? iOS SDK
I initialize Google Cast SDK in my application: didFinishLaunching like that:
let criteria = GCKDiscoveryCriteria(applicationID: kGCKDefaultMediaReceiverApplicationID)
let options = GCKCastOptions(...
0
votes
2
answers
125
views
duplicate symbol in GoogleCastSDK-ios-4.4.7_static
Recently I bump the google-cast-sdk to the latest, while got this kind of build error as below
/Users/kxue/Documents/ios_trunk/Pods/google-cast-sdk/GoogleCastSDK-ios-4.4.7_static/GoogleCast....
-1
votes
1
answer
89
views
How to solve _OBJC_CLASS_$ reference error
We have a standalone video playback app, in which we have Chromecast working fine. Now we are trying to convert this app as a framework and add it in the parent app.
While building framework, ...
2
votes
2
answers
1k
views
Argument list too long: recursive header expansion failed at react-native-google-cast
I have a problem with building a app in Xcode. When i try to build the app it gives the following error.
Argument list too long: recursive header expansion failed at /Users/******/Documents/******/***...
1
vote
1
answer
1k
views
Google Cast. React-Native App. Xcode: ld: framework not found GoogleCast
I try to use Google Cast from this plugin and I have next error in Xcode while building project
ld: framework not found GoogleCast
clang: error: linker command failed with exit code 1 (use -v to see ...
3
votes
1
answer
816
views
Google Cast SDK not working on Xcode 9.4 simulator with wifi but works with ethernet
I'm trying to test an iOS app on the Xcode simulator and all networking is fine except for the Google Cast SDK can't find any Chromecasts on my network using wifi. The iMac that Xcode is running on ...
3
votes
1
answer
588
views
How to strip Google cast unused archs iOS | strip_unused_archs.sh
I've integrated Google cast support in my iOS app using official documentation and cocoapods. It's mentioned that before publishing app, you need to run shell script strip_unused_archs.sh to strip ...
2
votes
2
answers
930
views
Google Cast iOS SDK v3.3 archive upload issue
I use latest version of Xcode (8.2.1 b8C1002) and latest version of GoogleCast.framework (3.3.0)
Obviously i followed these steps to integrate the SDK
When i try to upload my archived application i ...
1
vote
1
answer
703
views
Google Cast Cocoapods in Xcode
Trying to use Google Cast 3.2.0 (via cocoapods) in my Swift project in Xcode, and I get an error when trying to run it in the simulator.
Ld /Users/nicholas/Library/Developer/Xcode/DerivedData/...
0
votes
1
answer
231
views
Chromecast iOS sender app issue: cannot add -ObjC to -lz for other Linker Flags
I'm trying to build an iOS Chromecast sender app. The instruction says to change the Other Linker Flags to -ObjC.
But my app already uses Other Linker Flags (-lz).
How do I reconcile these two ...
2
votes
3
answers
1k
views
Duplicate symbol error with GoogleCast.framework
I just started porting an Android app to iOS, and am hitting a major roadblock that I can't figure out despite scouring many similar questions.
I am attempting to follow the pattern implemented in ...