Questions tagged [target]

In a makefile, targets are associated with a series of commands to execute when an action is requested.

1788 questions
566
votes
19 answers

Can I create links with 'target="_blank"' in Markdown?

Is there a way to create a link in Markdown that opens in a new window? If not, what syntax do you recommend to do this. I'll add it to the markdown compiler I use. I think it should be an option.
ma11hew28
  • 106,283
  • 107
  • 420
  • 616
271
votes
6 answers

Warning: The Copy Bundle Resources build phase contains this target's Info.plist file

I've separated a project into two builds and given each of them a plist file. Everything works fine, but I keep getting this build warning: Warning: The Copy Bundle Resources build phase contains this target's Info.plist file…
nevan king
  • 108,735
  • 42
  • 196
  • 237
166
votes
4 answers

How to set child process' environment variable in Makefile

I would like to change this Makefile: SHELL := /bin/bash PATH := node_modules/.bin:$(PATH) boot: @supervisor \ --harmony \ --watch etc,lib \ --extensions js,json \ --no-restart-on error \ …
bodokaiser
  • 13,492
  • 20
  • 90
  • 133
149
votes
4 answers

How do I specify multiple targets in my podfile for my Xcode project?

I'm using CocoaPods with my Xcode 4 project and I have three targets for my project (the default, one for building a lite version and one for building a demo version). All the targets use the same libraries, but CocoaPods is only adding the static…
Austin
  • 4,328
  • 7
  • 39
  • 59
136
votes
19 answers

What does this symbol mean in IntelliJ? (red circle on bottom-left corner of file name, with 'J' in it)

Under the target folder in IntelliJ for a Java project I created, I have a few java source files in the package. Beside each file the 'J' icon has a red circle with a line through it. What does that mean? How do I fix it?
TERACytE
  • 6,693
  • 11
  • 69
  • 106
130
votes
2 answers

Target elements with multiple classes, within one rule

I have some HTML that would have elements with multiple classes, and I need to assign them within one rule, so that the same classes could be different within different containers. Say I have this in my CSS: .border-blue { border: 1px solid…
Tanner Ottinger
  • 2,740
  • 4
  • 20
  • 27
106
votes
16 answers

The selected run destination is not valid for this action

I have opened a project that has always been iphone/ipad. I can't build it now because for some reason my only "Scheme" option is "MyApp My Mac 64-bit". How can I get this set back to iphone/ipad simulator and devices? My "Targeted Device Family"…
sol
  • 6,112
  • 13
  • 44
  • 57
83
votes
13 answers

How to change target build on Android project?

I currently have an Android project in Eclipse. I created it with a target build of 1.5 (sdk 3). Now I want to change it so that it has a minSdk of 3 and targetSdk of 8. To do this I see that I must build against the newest SDK (2.2) To do this in…
Donal Rafferty
  • 19,239
  • 37
  • 110
  • 186
81
votes
2 answers

Is it possible to have Ant print out the classpath for a particular target? If so, how?

I'm trying to get a target to build that has quite a long list of and elements in its element (in the build.xml file). I keep getting "package…
Daryl Spitzer
  • 121,723
  • 75
  • 151
  • 166
74
votes
7 answers

Objective C to Swift header file with multiple targets

I'm successfully calling my Swift classes from Objective C (for target 'MyApp') via the import statement: #import "MyApp-Swift.h" I've now created a new target called "MyAppLite" When I compile the new target, I get errors because "MyApp-Swift.h"…
Fittoburst
  • 2,105
  • 1
  • 18
  • 31
74
votes
2 answers

If conditions in a Makefile, inside a target

I'm trying to setup a Makefile that will search and copy some files (if-else condition) and I can't figure out what exactly is wrong with it? (thou I'm pretty sure it's because a combination of spaces/tabs written in the wrong place). Can I get some…
alexandernst
  • 12,102
  • 18
  • 74
  • 171
73
votes
1 answer

Difference between target google APIs and target android

I'm developing android with SDK 2.3.3 using Eclipse IDE. As you all know to run my app, I should generate virtual device. From 'create new AVD' window, I can see many targets. There are 2 targets for API level 10 such as 'android 2.3.3' and Google…
allbory
  • 733
  • 1
  • 5
  • 5
71
votes
10 answers

failed to find target with hash string 'android-22'

I have updated android studio with latest version and then after googling I also updated Android SDK with API 18 but still it gives the same error.
Hardik Pithva
  • 1,622
  • 1
  • 13
  • 29
67
votes
11 answers

How can I change a project's location pointer in Eclipse?

A project has moved to a different location, so Eclipse won't open the project. You'll immediately think about simply changing the pointer to the location, but in Eclipse they try to make this impossible for some reason. You cannot change the…
Redsandro
  • 10,080
  • 11
  • 64
  • 94
65
votes
18 answers

The project was not built since its build path is incomplete

Every time I try to import a project downloaded from googlecode into Eclipse but I get some errors: The project was not built since its build path is incomplete. Cannot find the class file for java.lang.Object. Fix the build path then try …
Angelo Tricarico
  • 1,261
  • 1
  • 14
  • 34
1
2 3
99 100