Questions tagged [targets]
163 questions
0
votes
1 answer
100+ Targets for one Xcode Project
I am wondering if anyone has experience with having 100+ targets in a single xcode project. I have a case right now where we are building many apps that use the same code base. There is some debate internally that if the amount of apps gets to an…

Bobisback
- 1
- 1
0
votes
1 answer
Error when building AngularJSToDo hybrid app in Visual Studio
I have installed Multi-Device Hybrid Apps for Visual Studio 2013 - CTP2,and other development tools are properly set up.
Now I get some errors when trying to build for Android, iPhone, and for Windows Phone.
error 1: Cannot find module 'qs'
…

Jack Liu
- 1
- 1
0
votes
1 answer
Several buttons with same action targeting different divs, compress
I have a site that will showcase some singers, I have set it up so that when you click on their portrait, a div slides over and starts playing a video. There are five artist with each its own video.
So my question is this, I have several buttons,…

bjkam
- 3
- 1
- 5
0
votes
1 answer
How to automatically update Targets for an Ant build via Eclipse with new run configurations
We are creating some JUnit tests as part of QA development. So we are doing this daily and while running individual tests, or part of a package, they do appear under the Run arrow:
they do not appear in the Ant build Targets:
Well.. you can see…

Veni_Vidi_Vici
- 291
- 1
- 6
- 16
0
votes
2 answers
Gnumake rules with multiple targets
I'm looking for a way for me to convince gnumake to build 'all'
targets of a rule as a unit AND to require that they get re-built if
there is any reason that ANY one of the targets is missing or
out-of-date.
Consider this simple Makefile:
b.foo :
…

tvarga
- 11
- 3
0
votes
2 answers
Manage single screen for two targets iOS
I have an app with two targets. Both targets are sharing some resources and some resources are different.
Everything is fine until, I have a screen where I ask user for some info i.e. his date of birth, but it is not required in other target.
So how…

iBug
- 2,334
- 3
- 32
- 65
0
votes
1 answer
target overriding not working as expected
I'm having this issue with my build.xml file for an Android project.
I've basically copied over the "-compile" target from the android SDKs build.xml file into my own build.xml file. However, when running ant, it keeps using the "-compile" target…

Ashok SoThree
- 171
- 5
0
votes
2 answers
AS3: how to addChild from an array of MC's based on e.target?
I have an array of 8 movie clips which can be dragged and dropped onto an MC that is their common hitObject.
I would like whichever mc is being dragged to be added as the child of the hitObject MC when it is dropped, however I am having troubles…

llyfre
- 25
- 1
- 8
0
votes
1 answer
Targeting a static library to Mac and iPhone
I have a few static library projects which are used in a Mac application, I'm working on porting these libs to the iPhone and I would like to use the project to build both the Mac and iPhone versions.
For that purpose I setup an additional target…

Eyal Redler
- 438
- 6
- 18
0
votes
1 answer
How to add a project to other project having almost same features
I am having an app named ABC which is in English and another clone of same app in French. Right now they are behaving as two different projects. What I want is, merge them in one project and at the time of import or execution, i decide that which…

iBug
- 2,334
- 3
- 32
- 65
0
votes
1 answer
Where is the 'Build' target defined
I am trying to understand MSBuild and the first step is to look at the default project file created for a C# project.
I am trying to locate where the default target - 'Build', is defined. Only the 'Microsoft.CSharp.targets' is imported by default…

alwayslearning
- 4,493
- 6
- 35
- 47
0
votes
2 answers
How to get GNU Make to process a list of LaTeX file targets with pdflatex
I am developing a GNU Make file to allow me to compile all my LaTeX documents using a single command. To date I've been specifying the target on the command line but am tired of it.
My LaTex files are stored in a subfolder of the folder where I keep…

gone
- 1,079
- 5
- 13
- 31
0
votes
1 answer
Displaying monthly targets with overflow in PHP & MySQL
I've been trying for a couple of weeks to figure out how to solve this problem but I can't get it right...
I have a table in a database that consists of a monthdate, user id, target and value as shown below.
+-------+---------+--------+-------+
|…

Raja
- 369
- 2
- 5
- 18
0
votes
1 answer
Delphi XE2 compile error: package compiling tries to create directory?
Why am I getting this error, compiling a package in Delphi XE2 32bits platform:
c:\program files (x86)\embarcadero\rad
studio\9.0\Bin\CodeGear.Delphi.Targets(465,5): error MSB3191: Unable
to create directory "C:\Program Files\Adobe\Adobe…

user1238784
- 2,250
- 3
- 22
- 41
0
votes
1 answer
2 targets cant run on the same device
I'm using xcode 4.6.3 and phonegap 2.8.1. I duplicated the target to have one for a free version of my app.
Problem is that when trying to install both of the targets on the iPhone simulator or on my own iPhone, I can't seem to get this to…

Efi Debi
- 61
- 2
- 12