targets Questions
29
Solved
I've used rake a bit (a Ruby make program), and it has an option to get a list of all the available targets, eg
> rake --tasks
rake db:charset # retrieve the charset for your data...
rake db:co...
24
Trying to build my project on the build server gives me the following error:
Microsoft (R) Build Engine Version 4.0.30319.1
error MSB4019: The imported project "C:\Program Files (x86)\MSBuild\Micr...
Corrosion asked 20/10, 2010 at 18:5
2
Solved
I'm studying a simple application demo from Apple that has two (2) targets.
Each target has its own plist, storyboard and some code; with a few files shared between them.
Choosing the 'R'un, runs...
2
Solved
I'm trying to add a Run Script Build Phase to a target in a custom Project Template for Xcode 4.
Does anyone have any examples, tutorials, or tips on how to do this?
I'm assuming that this will b...
2
Solved
I have the following code in my package.appxmanifest, and I'm getting an error that the TargetDeviceFamily is an "unrecognized XML element"... I don't know what the hell is going on, but it's this ...
Pseudoscope asked 1/9, 2017 at 23:47
2
Solved
I have this error after updated Xamarin.forms 2.3.5.235-pre2, I Hit it when building the App.Droid project. It says "XamarinBuildAndroidResourceRestore could not be initialized" and "XamarinBuildAn...
Linzy asked 8/5, 2017 at 15:41
1
I made a Swift framework called SharedLocation with a Swift singleton class "SharedLocationManager" inside of it like so:
public class SharedLocationManager: CLLocationManager, CLLocationManagerDe...
6
Solved
I want to delete this red-marked target, but am unable to.
The "minus" button in the dialogue remains greyed-out, it doesn't respond to backspace or delete keys and right-clicking just brings up...
2
Solved
I know that it is possible to add files to only some targets: Adding files to separate targets in Xcode 4
But is it possible to have multiple different version of a file (same name and path) inclu...
1
Solved
How can I determine if a project is build in Debug (or Release) mode within an MSBuild .targets file and use this information as a condition for another property?
Something like:
<OutDir Condi...
Perspex asked 27/12, 2013 at 12:27
3
Solved
I´m using Sublime Text 2 together with the ant build system. CTRL+B works perfectly fine to start the build with the default target. However my question is, is there a ways to define different ant ...
Difficulty asked 16/8, 2012 at 8:44
1
Solved
I created a project and I fully developed it.
I need to change the name of the project and targets. is there an easy way to do that or should I just create a new project and copy all the items in ...
Ilse asked 26/2, 2013 at 19:40
4
I have added all common targets like (init, clean, getivy, etc) in ./common/common.xml and added:
<import file="${basedir}/common/common.xml"/>
in build.xml.
When I build the project, its...
2
Solved
is there a chance to use the iOS 6 SDK to develop applications that target iOS 3.1.3? If I open my project with the old deployment target, the compiler warns me:
iOS deployment targets lower than ...
2
Solved
I have seen a lot of things about 'targets' while working with xcode. when i click on the project icon (blue, in xcode 4.2) i see 'Targets' in the middle pane with my file name under it.
What does...
2
Solved
I think it's basically the same, but what build target should I select? Or is there really difference between them?
For example the "Android 2.2" or "Google APIs" for the same Platform and API Lev...
2
Solved
I have two targets set up for my app (a lite version and a pro version) and I want to integrate some subtle differences in the code for each of them (e.g. the pro version will not show any iAd bann...
Meng asked 21/10, 2011 at 14:49
4
Solved
I am interested in using the LLVM's Clang compiler. LLVM claims to be cross-platform however it is not clear which platforms can be targeted. I have done quite a lot of Googling on this but there d...
3
Solved
Since upgrading to xcode 4, I can't find where to specify what Target a resource belongs to. Previously, I selected the file and hit command+i, but this now seems to run the program, rather than br...
Bullyrag asked 14/3, 2011 at 15:34
0
I have an iOS project in which there will be >100 targets created from the same code base. The targets have many similar characteristics, but different info.plist, Default.png files, etc...
...
Redistrict asked 11/11, 2010 at 19:48
2
I have a msbuild target and it has a Import tag like this:
<Import Project="$(MSBuildExtensionsPath)\Company\Company.LifeCycle.targets" />
In contents of Company.LifeCycle.targets file, ho...
Feltonfelts asked 5/10, 2010 at 10:1
2
Solved
If I ever have a problem that is not showing up as a warning, but makes my app crash on runtime, sometimes I'll build->clean and often it this unkown bug disappears. This happens mostly when I impo...
1
I have the following msbuild script:
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"
DefaultTargets="All">
<PropertyGr...
1
© 2022 - 2024 — McMap. All rights reserved.