will1971 / google-cast-sdk

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

iOS google-cast-sdk framework doesn't contain module map #767

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The .framework file linked to in the current version of the google-cast-sdk 
framework for iOS doesn't contain a .modulemap. This makes it difficult to use 
in Swift projects. 

When importing directly in Swift, you'll get this error: http://d.mxg.io/qu9A 
("No such module "GoogleCast").
 You can still import the framework using a bridging header, but this isn't always possible (such as when being linked in a Swift framework). Adding a module map fixes this.

Original issue reported on code.google.com by max.goed...@gmail.com on 23 Feb 2016 at 9:55

GoogleCodeExporter commented 8 years ago
We are looking into the request and will update soon.

Original comment by vinot...@google.com on 24 Feb 2016 at 9:32

GoogleCodeExporter commented 8 years ago
The issue is fixed now and will expect to be included in SDK version 2.10.2 or 
2.10.3 

Original comment by vinot...@google.com on 26 Feb 2016 at 11:36