Questions tagged [target]

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

1932 questions
0
votes
1 answer

Include cocoapod parts in different targets

I have an issue with CocoaPods compatibility. And I have stuck for a week. I need my app to work on iOS8+ and extension targets to work with iOS9+. + I have removed and re-added all the pod files, workspaces, etc - didn't work. Nothing of that! + I…
ashvardanian
  • 424
  • 1
  • 6
  • 17
0
votes
2 answers

Getting the target when using bindable getter in flex

I have the following files: model.as clint.mxml in clint.mxml I have the following line: ... in the model.as I have a getter: [bindable(event="locationXChanged")) function get locationX () : int { return…
Clint Feher
  • 51
  • 1
  • 3
0
votes
1 answer

target_blank not working in tag

I have a button.when click this go to the particular function. In the presence onclick target_blank not working. Any solution
robins
  • 1,668
  • 6
  • 33
  • 69
0
votes
1 answer

Extend the Visual Studio C++ Build Process

A found an article (Extend the Visual Studio Build Process) that explained how to override build targets in a C# project file. I tested this, and it seems to work well. However, what I really want to do is override a build target in a C++ project…
Brian
  • 1,201
  • 2
  • 14
  • 26
0
votes
1 answer

MPLABx what does this error mean?

Could somebody give me a hint about errors I get in MPLABX ver. 3.05 Compiler xc16 ver 1.24 nbproject/Makefile-XC16_24FJ256GA110.mk:277: recipe for target 'dist/XC16_24FJ256GA110/production/Proximity_PIC24F_ver2.X.production.hex' failed…
cwanish
  • 29
  • 1
  • 8
0
votes
1 answer

Tinymce editor selector

hey guys I have tinymce editor tinymce.init ({ selector: "textarea", }); I want to have some textareas without tinymce editor tools and some with that selector , how can I make that exceptions?
0
votes
1 answer

No rule to make target, needed by .elf

I'm a newbie and have an issue with building a code that I wrote for an arduino. When I try to build the release it finishes building but though there appears the ERROR: make: *** No rule to make target `/home/jonas/Dokumente/Studium/7.', needed by…
Jonas Engel
  • 3
  • 1
  • 2
0
votes
0 answers

Use of undeclared type with 2 view controllers - target memberships not working?

In Xcode 7 Swift 2.0, my main view controller does not recognize a second view controller. All custom class names and storyboard IDs are set and I've also tried enabling the check beside class and tests under the target membership under the file…
0
votes
1 answer

android studio target application

I try to use android studio. I created simple app. When I launch it I see that it is application which I created before not the current which I want to launch. I am really confused how to change target for app.
Jack
  • 97
  • 3
  • 10
0
votes
1 answer

Multiple Set Timeout functions not executing on first click

I've got several functions set to different timeouts that are called on any button click. For some reason, all of them don't execute on the first click. www.bobbysimmonspro.com Also, as a sidebar, i'll gladly hear any opinions about the way i'm…
RedBeardPro
  • 89
  • 1
  • 10
0
votes
0 answers

Finding target words context

Everyone! just starting learning python and i have this task: without using nltk I have to find concordances for a target word in a text writing a function with 3 arguments (path, targetword, context size), just to be clear the context refers to…
Lady R
  • 1
  • 3
0
votes
0 answers

XCTest.framework red xcode 7.0.1

After updating to XCODE 7.0.1 my XCTest.framework red I have deleted paths in test targets and even added new test target. Still getting same problem. Help please.
user2511630
  • 3,214
  • 2
  • 17
  • 15
0
votes
1 answer

onclick="location.href='';" open in new window

I had to make the link of a div
user3735498
  • 11
  • 1
  • 6
0
votes
0 answers

Cocoa framework with multiple versions & choosing a version at runtime

I have a C++ code base in XCode that has two command line targets - one defines a USE_DOUBLE macro and the other does not, allowing the codebase to conditionally typedef either float or double into a custom data type. So basically: #if…
Sunny724
  • 156
  • 2
  • 12
0
votes
1 answer

Opening a modal (overlay) window in Wordpress

I need to open up a modal (overlay) window in Wordpress from the main menu. The contents will be another page. E.g. abc.com has a link on the menu bar that when clicked will open up an overlay box. The content of this overlay box will be…
Ralphatron
  • 63
  • 1
  • 8
1 2 3
99
100