mdtool

Cannot connect to coral dev board after updating to 4.0: mdt shell does not work

限于喜欢 提交于 2020-02-25 13:13:34
问题 Recently I updated and flushed the dev board with mendel-enterprise-day-13 according to the coral AI official documentation. After that, when I want to connect from my desktop Ubuntu 19.04 using mdt shell or mdt shell <ip> , it does not work and gives an error message as follows. mdt shell does not work Connecting to 192.168.101.2 at 192.168.101.2 Key not present on 192.168.101.2 -- pushing It looks like you're trying to connect to a device that isn't connected to your workstation via USB and

Cannot connect to coral dev board after updating to 4.0: mdt shell does not work

血红的双手。 提交于 2020-02-25 13:13:12
问题 Recently I updated and flushed the dev board with mendel-enterprise-day-13 according to the coral AI official documentation. After that, when I want to connect from my desktop Ubuntu 19.04 using mdt shell or mdt shell <ip> , it does not work and gives an error message as follows. mdt shell does not work Connecting to 192.168.101.2 at 192.168.101.2 Key not present on 192.168.101.2 -- pushing It looks like you're trying to connect to a device that isn't connected to your workstation via USB and

Can I build Xamarin iOS from the csproj only an not use the solution command line

杀马特。学长 韩版系。学妹 提交于 2020-01-13 19:31:40
问题 I have a few apps i want to build inside my solution and I want to build them separately running : /Applications/Xamarin\ Studio.app/Contents/MacOS/mdtool -v build "--configuration:Release|iPhone" ./42.csproj fails. I do see that all of Xamarin examples use a solution file (.sln) with the mdtool, but I am still wondering of there is a way to reference just on project inside my solution. 回答1: Well After talking with xamarin they claim that using mdtool is not recommended. I was told to use

Why is mdtool failing to compile after I upgraded to latest version of MonoDevelop/MonoTouch/XCode?

﹥>﹥吖頭↗ 提交于 2020-01-04 03:50:33
问题 I'm using mdtool to build my MonoTouch apps. However, since upgrading today to MonoTouch 3.2.5, MonoDevelop 2.4.2, XCode 4 and Snow Leopard, mdtool now fails to build my app. The app seems to build OK in MonoDevelop. But I use mdtool in my build scripts. Any ideas what the problem could be? Last lines of log (I'm calling it from xbuild) are: /var/folders/tW/tWXQsmWiGQSFrBhErcI2wE+++TI/-Tmp-/tmp4233680e.tmp: line 1: 1119 Abort trap /Applications/MonoDevelop.app/Contents/MacOS/mdtool build ..

mdtool creates IPA file when using release but not when using debug configuration

只谈情不闲聊 提交于 2019-12-13 17:37:10
问题 I want to create an IPA file for both the release and debug for my app created in xamarin. I created the release IPA file with the following command in Bamboo: -v build -t:Build "-c:Release|iPhone" CustomerApp.sln This can be replicated on the terminal too by doing this: /path-to-/mdtool -v build -t:Build "-c:Release|iPhone" CustomerApp.sln But when I try to use the "-c:Debug|iPhone" this will not create the ipa file, when trying to use the terminal or Bamboo. I then tried different

.IPA files from MDTool

人走茶凉 提交于 2019-12-04 13:14:18
问题 How can I make MDTool create .IPA files for my MonoTouch project? When I build from within the MonoDevelop GUI application, .IPA files are created. But mdtool build --configuration:AppStore|iPhone --project:MyProject just creates .APP files and other things. Or does it not create a signed IPA because the user running MDTool does not have the certificates etc in their keychain? 回答1: mdtool build automatically produces IPA files if this is enabled in the project settings, so you don't need to