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
<p>Support for building for the iOS Simulator on <strong>M1 Macs</strong> is in beta. It's not published to CocoaPods yet so the process is rather manual. See <ahref="https://developers.google.com/cast/docs/ios_sender#xcframework_beta">https://developers.google.com/cast/docs/ios_sender#xcframework_beta</a> for installation instructions. You'll also need to disable autolinking (see b.3) and add this library pod in Manual mode (b.2.iii).</p>
62
+
<p>Support for <strong>Arm Macs</strong> is in beta. Make sure you follow steps b.2.iii and b.3.</p>
<li><p>In your <code>ios/Podfile</code>, add <strong>one</strong> of these snippets:</p>
72
72
<ul>
73
73
<li><p>i. If you <ahref="https://developers.google.com/cast/docs/ios_sender/ios_permissions_changes#need_to_remove_guest_mode_support">don't need guest mode</a>, add</p>
pod <spanclass="hljs-string">'google-cast-sdk-no-bluetooth'</span>
76
-
# <spanclass="hljs-keyword">or</span><spanclass="hljs-keyword">for</span> iOS <spanclass="hljs-number">10</span>/<spanclass="hljs-number">11</span> support
# pod <spanclass="hljs-string">'google-cast-sdk-no-bluetooth'</span>, <spanclass="hljs-string">'4.6.1'</span>
78
78
</code></pre></li>
79
79
<li><p>ii. If you <ahref="https://developers.google.com/cast/docs/ios_sender/ios_permissions_changes#need_to_keep_guest_mode_support">want to support guest mode</a>, add</p>
pod <spanclass="hljs-string">'google-cast-sdk'</span>
82
-
# <spanclass="hljs-keyword">or</span><spanclass="hljs-keyword">for</span> iOS <spanclass="hljs-number">10</span>/<spanclass="hljs-number">11</span> support
# pod <spanclass="hljs-string">'google-cast-sdk'</span>, <spanclass="hljs-string">'4.6.1'</span>
84
84
</code></pre>
85
85
<p>To finish setting up guest mode, don't forget step 5 in the <ahref="setup#ios">Setup</a>.</p></li>
86
-
<li><p>iii. If you want to link the Google Cast SDK manually, add this and follow <ahref="https://developers.google.com/cast/docs/ios_sender#manual_setup">Manual Setup</a></p>
<p>If you need Guest Mode support, please create an issue.</p></li>
89
90
</ul></li>
90
91
<li><p>If you're using RN >= 0.60, and your <code>ios/Podfile</code> contains <code>use_native_modules!</code>, you'll need to disable autolinking for this package, otherwise the dependency you added in the previous step will conflict with the autolinked one. To do so, create <code>react-native.config.js</code> in the root of your project with this content:</p>
</span></div></article></div><divclass="docLastUpdate"><em>Last updated on 4/13/2022 by Petr Bela</em></div><divclass="docs-prevnext"><aclass="docs-next button" href="/docs/getting-started/setup"><span>Setup</span><spanclass="arrow-next"> →</span></a></div></div></div><navclass="onPageNav"><ulclass="toc-headings"><li><ahref="#expo">Expo</a></li><li><ahref="#ios">iOS</a></li><li><ahref="#android">Android</a></li><li><ahref="#chrome">Chrome</a></li></ul></nav></div></div><scripttype="text/javascript" src="https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.js"></script><script>
156
+
</span></div></article></div><divclass="docLastUpdate"><em>Last updated on 7/31/2022 by Petr Bela</em></div><divclass="docs-prevnext"><aclass="docs-next button" href="/docs/getting-started/setup"><span>Setup</span><spanclass="arrow-next"> →</span></a></div></div></div><navclass="onPageNav"><ulclass="toc-headings"><li><ahref="#expo">Expo</a></li><li><ahref="#ios">iOS</a></li><li><ahref="#android">Android</a></li><li><ahref="#chrome">Chrome</a></li></ul></nav></div></div><scripttype="text/javascript" src="https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.js"></script><script>
<p>Support for building for the iOS Simulator on <strong>M1 Macs</strong> is in beta. It's not published to CocoaPods yet so the process is rather manual. See <ahref="https://developers.google.com/cast/docs/ios_sender#xcframework_beta">https://developers.google.com/cast/docs/ios_sender#xcframework_beta</a> for installation instructions. You'll also need to disable autolinking (see b.3) and add this library pod in Manual mode (b.2.iii).</p>
62
+
<p>Support for <strong>Arm Macs</strong> is in beta. Make sure you follow steps b.2.iii and b.3.</p>
<li><p>In your <code>ios/Podfile</code>, add <strong>one</strong> of these snippets:</p>
72
72
<ul>
73
73
<li><p>i. If you <ahref="https://developers.google.com/cast/docs/ios_sender/ios_permissions_changes#need_to_remove_guest_mode_support">don't need guest mode</a>, add</p>
pod <spanclass="hljs-string">'google-cast-sdk-no-bluetooth'</span>
76
-
# <spanclass="hljs-keyword">or</span><spanclass="hljs-keyword">for</span> iOS <spanclass="hljs-number">10</span>/<spanclass="hljs-number">11</span> support
# pod <spanclass="hljs-string">'google-cast-sdk-no-bluetooth'</span>, <spanclass="hljs-string">'4.6.1'</span>
78
78
</code></pre></li>
79
79
<li><p>ii. If you <ahref="https://developers.google.com/cast/docs/ios_sender/ios_permissions_changes#need_to_keep_guest_mode_support">want to support guest mode</a>, add</p>
pod <spanclass="hljs-string">'google-cast-sdk'</span>
82
-
# <spanclass="hljs-keyword">or</span><spanclass="hljs-keyword">for</span> iOS <spanclass="hljs-number">10</span>/<spanclass="hljs-number">11</span> support
# pod <spanclass="hljs-string">'google-cast-sdk'</span>, <spanclass="hljs-string">'4.6.1'</span>
84
84
</code></pre>
85
85
<p>To finish setting up guest mode, don't forget step 5 in the <ahref="setup#ios">Setup</a>.</p></li>
86
-
<li><p>iii. If you want to link the Google Cast SDK manually, add this and follow <ahref="https://developers.google.com/cast/docs/ios_sender#manual_setup">Manual Setup</a></p>
<p>If you need Guest Mode support, please create an issue.</p></li>
89
90
</ul></li>
90
91
<li><p>If you're using RN >= 0.60, and your <code>ios/Podfile</code> contains <code>use_native_modules!</code>, you'll need to disable autolinking for this package, otherwise the dependency you added in the previous step will conflict with the autolinked one. To do so, create <code>react-native.config.js</code> in the root of your project with this content:</p>
</span></div></article></div><divclass="docLastUpdate"><em>Last updated on 4/13/2022 by Petr Bela</em></div><divclass="docs-prevnext"><aclass="docs-next button" href="/docs/getting-started/setup"><span>Setup</span><spanclass="arrow-next"> →</span></a></div></div></div><navclass="onPageNav"><ulclass="toc-headings"><li><ahref="#expo">Expo</a></li><li><ahref="#ios">iOS</a></li><li><ahref="#android">Android</a></li><li><ahref="#chrome">Chrome</a></li></ul></nav></div></div><scripttype="text/javascript" src="https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.js"></script><script>
156
+
</span></div></article></div><divclass="docLastUpdate"><em>Last updated on 7/31/2022 by Petr Bela</em></div><divclass="docs-prevnext"><aclass="docs-next button" href="/docs/getting-started/setup"><span>Setup</span><spanclass="arrow-next"> →</span></a></div></div></div><navclass="onPageNav"><ulclass="toc-headings"><li><ahref="#expo">Expo</a></li><li><ahref="#ios">iOS</a></li><li><ahref="#android">Android</a></li><li><ahref="#chrome">Chrome</a></li></ul></nav></div></div><scripttype="text/javascript" src="https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.js"></script><script>
0 commit comments