In a makefile, targets are associated with a series of commands to execute when an action is requested.
Questions tagged [target]
1932 questions
17
votes
3 answers
When and how to use Aggregate Target in xcode 4
I was trying to look for an example of using an Aggregate Target in Xcode4, including its purpose and why a developer should use it.
Do you have any reference link, especially from Apple Developer web site?

Leonardo
- 9,607
- 17
- 49
- 89
17
votes
7 answers
iphone: Use different icons with different build targets?
Right now I have a regular iphone app with unique springboard icon and splash screens. Now I want to create basically the same app with minor changes - and this app will have a different name, different springboard icon and different splash screens.…

Alex1987
- 9,397
- 14
- 70
- 92
17
votes
5 answers
Target _blank in all Link
I've just made an html page with target _self
But now I have too many links and I want to change all link targets to _blank and it's hard for me to do. Is there is any javascript which apply on all just to write 1 time ??
Because my code is too long…

Hammad
- 173
- 1
- 1
- 6
16
votes
2 answers
Linker Error in Xcode 4.2 Developer Preview
d /Users/yariksmirnov/Library/Developer/Xcode/DerivedData/Goozzy-cugjuvvsrzjqwvfiicxtykbqagux/Build/Products/Debug-iphonesimulator/Goozzy.app/Goozzy normal i386
cd /Users/yariksmirnov/Desktop/Goozy/branches/new
setenv MACOSX_DEPLOYMENT_TARGET…

yariksmirnov
- 489
- 5
- 10
16
votes
5 answers
Having an issue with e.target.value returning Undefined in React
I have a feature where you can click an img and see a a list of names which are clickable....when you click a name, that persons image should take the place of the original img. Im working with an artist api and rather then me getting an error in…

Mshark
- 209
- 2
- 3
- 7
16
votes
1 answer
iOS - Share a Today Extension with multiple app targets?
I have a project with multiple app targets (about 25).
I'm going to make a Today Extension for those apps but I don't want to create about 25 extensions with the same code and configuration.
Is it possible to create only one Today Extension that I…

David Ansermot
- 6,052
- 8
- 47
- 82
16
votes
2 answers
Can you target Google Chrome?
I need to position this update button on www.euroworker.no/order (you'll have to add an item to the cart, use the Kjøp button to add and Handlevogn to view the cart). Works in FF and IE. (Although there is another alignment problems with IE) but not…

Kyle
- 65,599
- 28
- 144
- 152
16
votes
2 answers
Problems trying to enable/start custom target in systemd
i create a target file to group all my personal services in my fedora 18, i tested the services and i can start then individually, but if i try to enable the target i got a error message!
[root@ghostrider system]# systemctl enable…

LottaLava
- 889
- 1
- 9
- 21
15
votes
2 answers
MSBuild: error MSB4057: The target does not exist in the project
We are migrating our compilation system to msbuild, and we've found that some projects report the following error:
c:\src\libs\a_lib\A\A.vcxproj : error MSB4057: The target "C" does not exist in the project.
c:\src\libs\a_lib\B\B.vcxproj : error…

cbuchart
- 10,847
- 9
- 53
- 93
15
votes
4 answers
Map struct : When source is null, target should NOT be set to null
I am trying to map nested properties using mapstruct 1.2.0.CR2.
(Example map customer.address.houseNumber to userDTO.homeDTO.addressDTO.houseNo ).
Expectation : I do not want to set the addressDTO to null when customer.address is null. Since…

Malathi Damodaran
- 229
- 1
- 3
- 8
15
votes
7 answers
Html Target Attribute not supported
I was just on w3Schools looking at target and found that it is no longer supported by any of the major browsers. A brief google search did not reveal the reason for this? Should I avoid the use of target all together?

andrew
- 5,096
- 10
- 43
- 57
15
votes
4 answers
cmake clang-tidy (or other script) as custom target
I am trying to create a custom cmake target for clang-tidy, to lint my project. The source folder looks something like this:
src/scripts/run-clang-tidy.py
src/.clang-tidy
src/...
So far my plan was to copy both these files to the build directory…

fuji
- 1,173
- 1
- 10
- 27
15
votes
1 answer
Building for 10.5 in Xcode 3.2 (on Snow Leopard) error
I just created a new Cocoa project on XCode 3.2. I'm running it in Snow Leopard.
When I build it for 10.6 it works fine but if I change the active SDK to 10.5 I get this error:
cannot find protocol declaration for 'NSApplicationDelegate'

Jorge
- 2,156
- 2
- 22
- 29
15
votes
6 answers
Use jQuery to get text of target
Trying to get the text of an event's target element from an unordered list
- Item 1
- Item 2
- Item 3

Charles Wyke-Smith
- 2,479
- 3
- 17
- 16
14
votes
5 answers
Accounting for a fixed header with animate.scrolltop and (target).offset().top;
This should be a pretty basic question, but i've thrown most of my morning at it, and at this point I'm close to throwing in the towel. I have not even a little bit of js foo -- but I found a nicely commented chunk of code that I'm hoping to use to…

Martin
- 233
- 1
- 3
- 14