You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building the API Sampler app with xcode7 for deployment to a real device it fails as the cast library is was not compiled with bitcode enabled.
You can work around this by disabling bitcode in the build settings (enable all settings to see the option).
BUT this is likely to become a blocker at some point for ios when Apple makes bitcode a requirement rather than an option.
I believe that fixing this would require google to recompile the library in some way so it may not be something for the connectSDK team to fix but it is something to be aware of and maybe send a request to google which may be given more weight than if it comes from random individual developers.
The text was updated successfully, but these errors were encountered:
When building the API Sampler app with xcode7 for deployment to a real device it fails as the cast library is was not compiled with bitcode enabled.
You can work around this by disabling bitcode in the build settings (enable all settings to see the option).
BUT this is likely to become a blocker at some point for ios when Apple makes bitcode a requirement rather than an option.
I believe that fixing this would require google to recompile the library in some way so it may not be something for the connectSDK team to fix but it is something to be aware of and maybe send a request to google which may be given more weight than if it comes from random individual developers.
The text was updated successfully, but these errors were encountered: