gingerbeur / google-cast-sdk

Automatically exported from code.google.com/p/google-cast-sdk
0 stars 0 forks source link

Xcode fails to compile for upgrade to 2.6 from 2.5 - Semantic issue #562

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Update cast-sdk to 2.6.0 from 2.5 for XCode 6.3 and Cocoapods 0.36.3 and IOS

What is the expected output? What do you see instead?
Project does not compile 
Semantic issue
Pods/google-cast-sdk/GoogleCastSDK-2.6.0-Release/GoogleCast.framework/Headers/GC
KDevice.h:26:28: Default initialization of an object of const type 'const 
NSInteger' (aka 'const int')

GoogleCastSDK-2.6.0-Release/GoogleCast.framework/Headers/GCKDevice.h:26:56: Add 
an explicit initializer to initialize 'kGCKDeviceCapabilityVideoOut'

Device capability flag for video out. */
GCK_EXPORT const NSInteger kGCKDeviceCapabilityVideoOut;
/** Device capability flag for video in. */
GCK_EXPORT const NSInteger kGCKDeviceCapabilityVideoIn;
/** Device capability flag for audio out. */
GCK_EXPORT const NSInteger kGCKDeviceCapabilityAudioOut;
/** Device capability flag for audio in. */
GCK_EXPORT const NSInteger kGCKDeviceCapabilityAudioIn;'  

What version of the product are you using? On what operating system?
IOS, 0.36.3

Please provide any additional information below.

Original issue reported on code.google.com by ryanheit...@gmail.com on 14 Apr 2015 at 9:29

GoogleCodeExporter commented 9 years ago

Original comment by jonathan...@google.com on 14 Apr 2015 at 5:12

GoogleCodeExporter commented 9 years ago
Issue 573 has been merged into this issue.

Original comment by na...@google.com on 27 Apr 2015 at 9:19

GoogleCodeExporter commented 9 years ago
This issue should be fixed in the recent SDK release. Please see the release 
notes: https://developers.google.com/cast/docs/release-notes

Original comment by jonathan...@google.com on 11 May 2015 at 7:40