我有一些问题,关于部署项目在Mac上的iOS ( iPhone模拟器或iPod触摸真正的设备,通过usb连接到iMac)。
关于我的问题,当我试图部署时,我在iMac上的的控制台中有这样的消息:
/Developer/MonoTouch/usr/bin/mtouch -sdkroot "/Applications/Xcode.app/Contents/Developer"
-installdev "/Users/Sladky/Projects/tst/tst/bin/iPhone/Debug/tst.app" "--devname=iPod touch
(Oleg)" 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
'/Users/Sladky/Projects/tst/tst/bin/iPhone/Debug/tst.app' on the device 'iPod touch (Oleg)':
Your application failed code-signing checks. Check your certificates, provisioning profiles,
and bundle ids (error: 0xe8008015). The application was terminated by a signal: SIGHUP发布于 2013-08-10 17:40:21
这是关于Ad部署的文档。使用Xamarin进行部署与使用Apple的工具进行本地开发时本质上是一样的。您需要在Apple创建一个开发帐户,注册您的设备,创建一个Ad分发配置文件,等等。
https://stackoverflow.com/questions/18162941
复制相似问题