xbuild Questions
9
I've compiled mono on OS X Mavericks following the guide located here: http://www.mono-project.com/docs/compiling-mono/mac/
Now when I compile my application using xbuild I'm getting the following...
3
Solved
I am trying to build a Xamarin iOS app using xbuild on Jenkins. Sometimes the build fails during the codesigning process with an unknown error -1=ffffffffffffffff and sometimes the build succeeds. ...
5
Solved
Just downloaded Visual Studio Professional for Mac and I cannot seem to build anything as I always get the same error:
/Library/Frameworks/Mono.framework/Versions/4.8.0/lib/mono/xbuild/14.0/bin/Mi...
Sentient asked 16/11, 2016 at 18:49
1
I am trying to get the MapBox component working in my Xamarin app.
At first I was just referencing a mapbox.dll in my references in my Android project. Using that method, the app would crash when ...
Compete asked 21/6, 2016 at 21:46
1
Solved
We have setup a jenkins CI build environment in ubuntu for .net code base.
Following are the steps performed in jenkins and found to be working fine:
- Get code base repository from git.
- Build ...
2
Solved
I tried to compile my project with following instructions so I get following error.
My script;
sudo apt-get install mono-complete
mozroots --import --sync
mkdir gthb
cd gthb/
git clone https:...
Jupiter asked 6/1, 2015 at 18:55
1
Solved
I am trying to build my SLN on Ubuntu using Mono / xbuild
I started getting errors related to webapplication.targets missing and thought I'd fixed that by adding a simlink as in Webapplication.tar...
2
Solved
I am attempting to compile by C# application using Mono on Ubuntu. I am trying to prevent the need to include nuget.exe in my git repository and have followed the accepted answer in this question
...
Zsigmondy asked 18/7, 2013 at 5:22
1
Solved
Firstly, I've seen this question, and while the problem seems similar, it is not the same.
I'm running a trimmed down mono, built without the 4.5 profile using ./configure --with-profile4=yes --wi...
1
Solved
How to compile a Visual Studio 2010 solution using xbuild that uses unsafe code?
Currently I get this error:
Implementation/MaximumImageColorClassifier.cs(35,13): error CS0227:
Unsafe code re...
0
Is there a way with xbuild, either through the command line or within a build script, to pass additional arguments through to the compiler? Specifically, I want to pass in --mcs-debug 1 to get a st...
Horacehoracio asked 29/8, 2013 at 5:36
1
Solved
When I use xbuild it always use debug as target, how do I make it use release?
For example I would expect something like
xbuild --release
but that doesn't work
2
Solved
I've got Monoserve and Nginx running perfectly in Ubuntu however I still have to publish the website locally on a Windows box using MSBuild and then copy the files over.
Preferably I'd like to hav...
2
Solved
The problem is as follows: I have a MonoDevelop project (ASP.NET) on my development workstation.
I'm currently at a customer site, without my regular development environment on my laptop (Regulat...
Mccants asked 3/8, 2010 at 22:33
2
Solved
I'm using XBuild to compile Visual Studio solutions for Mono. This generates the assembly + mdb file. Is there a possibility to debug this assembly with Visual Studio on Windows? When using "Attach...
Stodge asked 21/11, 2012 at 18:6
2
Solved
I have a VS 2010 mixed-language solution that's primarily C#, but contains a windows service written in F#. I've had this building with xbuild in the in a parallel environment, but since upgrading ...
Huntlee asked 20/10, 2011 at 0:28
1
Solved
I have a collection of csproj files that all refer to the same set of source files, but have slightly different target data making it so I need to keep the project files separate. E.g. there are Wi...
Keener asked 28/4, 2012 at 21:36
1
Solved
So I'm trying to get a VS2010 C# project to go cross-platform. First goal is build it in Mono 2.10.5 for Windows. I have not touched any code yet - I'm starting with xbuild's recent ability to buil...
Penneypenni asked 20/9, 2011 at 23:2
1
Solved
I build VS2010 projects with Mono's xbuild 2.10.5.0. The projects use the '.NET Framework 3.5 Client Profile' as the target framework (they must be 3.5 compatible and I don't need more than the cli...
2
Solved
I recently downloaded Mono 2 for my new MacBook. I'm trying to figure out how to compile Visual Studio solutions with xbuild, which is included in Mono. Any ideas?
Pralltriller asked 31/10, 2008 at 19:51
1
© 2022 - 2024 — McMap. All rights reserved.