Top "Target" questions

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

How to add new iPhone target

I'm trying to add a new target to my Xcode project so that I can run the same app, but …

iphone xcode target
What will Typescript transpile when targeting ES5 / ES3?

I'm trying to understand when the Typescript compiler will transpile code to make it compatible with my specified target ECMAScript …

typescript target transpiler
Why maven compilation doesn't work with "pom" packaging type

I don't know why my maven build doesn't generate target/classes in current pom setting, the packaging type must be "…

maven-2 target maven-assembly-plugin maven-compiler-plugin
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/…

iphone xcode ios deployment target
How to set different .entitlements file for different targets

I have 2 targets - Dev & Prod config with different capabilities (Apple Pay disabled for Prod) I already have separated …

ios xcode target
Adding custom commands to existing targets in qmake

Is there a way to specify, in a .pro file, extra commands to be added to a standard target in …

qt makefile target qmake
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 …

iphone ipad build target
CMake: how to change compiler for individual target

I have embedded project using cross compiler. I would like to introduce Google test, compiled with native GCC compiler. Additionally …

cmake target
Xcode 6 running custom shell scripts

When I build my target, in the information tab I can see the scheme building and the target building. At …

xcode shell scripting target build-settings
Detect whether run target is App Extension or iOS App

I have a simple app which also has a iOS 8 Today Extension (or widget). One of the things I am …

ios objective-c target ios-app-extension ios8-today-widget