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 6146607
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T18:58:29+00:00 2026-05-23T18:58:29+00:00

I am trying to make a lite version to my iPhone App. I followed

  • 0

I am trying to make a lite version to my iPhone App. I followed this tutorial to the dot and copied the target. Everything there went great but when I enter -DLITE_VERSIONinto the LLVM GCC 4.2 - Language setting in the build tab, the define does not work correctly. When I enter #ifdef LITE_VERSION, I build without errors but yet the button that I am trying to set as hidden is still showing. Any idea’s. BTW I change the active scheme by selecting it from the bar right next to the run button on the top left of xcode 4.

Here is my code:

#ifdef LITE_VERSION

    [play setHidden:YES];

#else
    [play setHidden:NO];
#endif
  • 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-23T18:58:30+00:00Added an answer on May 23, 2026 at 6:58 pm

    What I did is defined a #define in the -Prefix.pch of my lite version like so:

    #define POSTPASSFREE 2
    

    In my ‘pro’ version I have this #define:

    #define POSTPASS 1
    

    I then used conditional compilation, similar to what you have above in those areas where things need to be slightly different:

    #if POSTPASSFREE
        return NO;
    #else
        return YES;
    #endif
    

    Using both:

    - (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView
    {
    #if POSTPASS
        return 2;
    #elif POSTPASSFREE
        return 1;
    #endif
    }
    

    Switching between schemes will activate the various sections at build time.

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

Sidebar

Related Questions

trying to make an iPhone app and going through the tutorials and books recommended
im trying make one replace in string from a array but this dont work
I'm trying make my first python app. I want make simple email sender form.
Trying to make my own contact form with php. Is there a better/cleaner way
I've been banging my head against a wall trying make this work for a
Trying to make a Grid Like this using java and I'm assuming a 2d
Im trying to make a gallery piece for my website. I know there are
I am trying to make a string #define TEST_RESULT <DIDL-Lite xmlns:dc=\http://purl.org/dc/elements/1.1/\ xmlns:upnp=\urn:schemas-upnp-org:metadata-1-0/upnp/\ xmlns:dlna=\urn:schemas-dlna-org:metadata-1-0/\ xmlns:pv=\http://www.pv.com/pvns/\
I'm trying make this code which is from a Dictionary of Arrays (CODE) from
Trying to make this script go random. I tried variations of this string $banner_no

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.