Ios can';t在iPod Touch中部署Xamarin项目

Ios can';t在iPod Touch中部署Xamarin项目,ios,xcode,deployment,xamarin.ios,xamarin,Ios,Xcode,Deployment,Xamarin.ios,Xamarin,我对在Mac上部署project for iOS(iPhone模拟器或iPod touch real设备,通过usb连接到iMac)有一些疑问 关于我的问题,当我尝试部署时,在iMac上Xamarin Studio的控制台中有这样的消息: /Developer/MonoTouch/usr/bin/mtouch -sdkroot "/Applications/Xcode.app/Contents/Developer" -installdev "/Users/Sladky/Projects/tst

我对在Mac上部署project for iOS(iPhone模拟器或iPod touch real设备,通过usb连接到iMac)有一些疑问

关于我的问题,当我尝试部署时,在iMac上Xamarin Studio的控制台中有这样的消息:

/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

这是有关的文档。使用Xamarin进行部署基本上与使用Apple工具进行本机开发时相同。您需要在Apple创建一个开发帐户,注册您的设备,创建一个临时分发配置文件,等等

我在这里引用您的错误消息。。“检查您的证书、配置文件和绑定ID”@0x7fffffff我对此没有经验。我该怎么办?我只购买了iMac和Xamarin商业许可证,安装了Xamarin/XCode和其他东西。您需要转到Apple开发者网站并登录。在这里,您可以找到配置门户,在其中您可以找到有关如何配置证书/配置文件的详细说明。