Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6666537
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T02:50:20+00:00 2026-05-26T02:50:20+00:00

I have two targets for my project: one is the App, and the other

  • 0

I have two targets for my project: one is the App, and the other is UT.I’d like to return different results for one method depending on the target.

I followed this link but failed.

I tried both:

  1. I use TARGET_NAME. I set OTHER_CFLAGS to contain -DTARGET_NAME=${TARGET_NAME} in the project setting. And then in the code:

NSString *returnStr = nil;
#if TARGET_NAME == PhotoAPI
    returnStr = [NSString stringWithFormat:@"%@\'%@\');",EventFunStr,dataStr];
#elif TARGET_NAME == LogicTest
    returnStr = [NSString stringWithFormat:@"%@", dataStr];
#endif
return returnStr;

However it seems TARGET_NAME == PhotoAPI is always true.
2. I also use Preprocessor Macros, and I set APP for the App targtet and UT for UT. And In the code:


NSString *returnStr = nil;
#ifdef APP
    returnStr = [NSString stringWithFormat:@"%@\'%@\');",EventFunStr,dataStr];
#elsedef UT
    returnStr = [NSString stringWithFormat:@"%@", dataStr];
#else
    returnStr = nil;
#endif
return returnStr;

And It always return nil.

I use LLVM GCC 4.2.

Can anyone help me?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T02:50:21+00:00Added an answer on May 26, 2026 at 2:50 am

    The problem may be i the way you define the flags
    heres a good doc on using it to call NSLog only in DEBUG

    http://iphoneincubator.com/blog/debugging/how-to-create-conditional-log-statements-in-xcode

    it said in comments
    If you’re going to use GCC_PREPROCESSOR_DEFINITIONS instead of OTHER_CFLAGS,
    make sure to use the form “DEBUG=1″ instead of “-DDEBUG=1″

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a project that generates applications for two targets. One of the targets
I have two targets in my Xcode 4.3 project. Each target has its own
I have a solution with two C++ (CLR) projects. One project references the other,
I have made two targets in my project. One for a Staging version and
I have an iOS project with two targets, one is intended to be the
I have an iOS project that has two targets. The first one is intended
I have an iOS app project with two targets. I currently have a single
I am going to have two targets in one XCode project.These two targets are
I have a project with two targets, one is a Cocoa Static Library, the
I have a project with two targets - one is for iPhone and the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.