Questions tagged [build-target]
21 questions
0
votes
1 answer
When attempting to run React-Native app on ios device, why are all RCT... references "undefined symbol" errors?
I'm trying to run my first React-Native app on a device but the build always fails with the following error:
ld: warning: directory not found for option…

Ben d'Straw
- 141
- 2
- 9
0
votes
1 answer
Lots of errors in Android Project on opening Eclipse
I created and built my android project successfully. I close the Eclipse and reopen it and have lots of errors. I clean and refresh and rebuild my project but the error is not disappeared.
I open project properties (Alt+Enter), change the project…

Bob
- 22,810
- 38
- 143
- 225
0
votes
2 answers
What is the Visual Studio / C# equivalent to Xcode build targets?
When I was working in the iOS world, I had a set of 4 projects that were nearly identical except for Text Data, PNG, and a few features here and there. To facilitate this, I set up 4 build targets that all pretty much referenced the same source…

borrrden
- 33,256
- 8
- 74
- 109
0
votes
2 answers
How to build library against multiple target platforms
I'm asking this question due to Silverlight and NUnit, that if you've tried, know they do not play well together. Basic reason being SL code is compiled against the SL framework, and NUnit is compiled against the standard .NET framework.
Anyway,…

Eric
- 2,207
- 2
- 16
- 16
0
votes
1 answer
Backwards Compatibility of Google APIS in Android
I am trying to import sample code with
Build target: Google APIS 1.6
minSDK: 4
I have downloaded the Android API 4 but the lowest Google APIS version I find on the SDK Manager is 8.
Eclipse creates a blank project with no classes and throws…

eskalera
- 1,072
- 2
- 21
- 36
-2
votes
1 answer
Tup with named targets
I just switched to tup from make and I can't seem to understand how to make named targets..
Makefiles allow for multiple targets to be defined, like make clean, make foo,
etc.
However, tup only seems to accept variable switches, not true…

HaoZeke
- 674
- 9
- 19