菜鸟教程小白 发表于 2022-12-12 13:34:37

ios - 无法在 iPod Touch 中部署 Xamarin 项目


                                            <p><p>我有一些关于在 Mac 上为 iOS 部署项目的问题(iPhone 模拟器或 iPod touch 真实设备,通过 USB 连接到 iMac)。</p>

<p>关于我的问题,当我尝试部署时 - 我在 iMac 上的 Xamarin Studio 的控制台中收到了这样的消息:</p>

<pre><code>/Developer/MonoTouch/usr/bin/mtouch -sdkroot &#34;/Applications/Xcode.app/Contents/Developer&#34;
-installdev &#34;/Users/Sladky/Projects/tst/tst/bin/iPhone/Debug/tst.app&#34; &#34;--devname=iPod touch
(Oleg)&#34; Please ensure your device is connected... Connected to: iPod touch (Oleg) Uploading
application Application uploaded Installing application Installation failed: Your application
failed code-signing checks. Check your certificates, provisioning profiles, and bundle ids
(error: 0xe8008015) error MT1006: Could not install the application
&#39;/Users/Sladky/Projects/tst/tst/bin/iPhone/Debug/tst.app&#39; on the device &#39;iPod touch (Oleg)&#39;:
Your application failed code-signing checks. Check your certificates, provisioning profiles,
and bundle ids (error: 0xe8008015). The application was terminated by a signal: SIGHUP
</code></pre></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>这是关于 <a href="http://docs.xamarin.com/guides/ios/deployment,_testing,_and_metrics/app_distribution_overview/ipa_support_for_ad_hoc_and_enterprise_deployment" rel="noreferrer noopener nofollow">Ad Hoc Deployment</a> 的文档.使用 Xamarin 进行部署与使用 Apple 工具进行 native 开发时基本相同。您需要创建 Apple 开发帐户、注册设备、创建 Ad-Hoc 分发配置文件等</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 无法在 iPod Touch 中部署 Xamarin 项目,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/18162941/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/18162941/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 无法在 iPod Touch 中部署 Xamarin 项目