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...
Hildebrandt asked 18/11, 2010 at 20:28

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...
Tortious asked 3/4, 2015 at 17:59

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...
Juliajulian asked 5/4, 2011 at 11:18

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...
Intransigeance asked 24/3, 2015 at 11:21

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...
Navar asked 8/12, 2011 at 21:43

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...
Mishear asked 22/12, 2014 at 19:31

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...
Araarab asked 16/11, 2009 at 15:50

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 ...
Toback asked 21/9, 2012 at 15:28

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...
Cathexis asked 21/8, 2012 at 13:42

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...
Sharolynsharon asked 13/11, 2011 at 19:51

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...
Laresa asked 3/9, 2011 at 21:16

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...
Glaciology asked 26/7, 2010 at 22:29

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...
Auto asked 26/8, 2009 at 6:37
1

© 2022 - 2024 — McMap. All rights reserved.