IPhone SDK custom installation, what do I need?

FYI, I will be developing iPhone Apps only and don't want to install unnecessary things.
Options are:
Developer Tools Essentials (Required.)
iPhone SDK (Obviously need.)
System Tools (Do I need? It's checked by default.)
UNIX Development Support (Do I need? It's checked by default.)
Mac OS X 10.3.9 Support (Know I don't need, not developing anything for OS X, particularly not an old version.)
WebObjects (Do I need? It's NOT checked by default.)
Thanks.

Hi--
Welcome to the Apple Discussions.
System Tools (Do I need? It's checked by default.)
I would suggest "yes." That's the installer for the performance tools. Shark, especially, can be invaluable for profiling your code.
UNIX Development Support (Do I need? It's checked by default.)
I'd suggest "yes." It's command line tools you might want at some point (to help in automating builds, etc.). Some aspects of scripting with OS X can also be made easier if you have the UNIX dev support installed.
WebObjects (Do I need? It's NOT checked by default.)
Definitely not, that's a web application framework you'd use if you were building a web site.
charlie

Similar Messages

  • Hi i have an iphone 5 and i use iMessage to reach my contacts, 2 weeks ago i switched my plan so now i have no internet in my plan. Since i changed my plan i don't receive the messages other iphone users send me. what do i need to do to get all messages?

    hi i have an iphone 5 and i use iMessage to reach my contacts, 2 weeks ago i switched my plan so now i have no internet in my plan. Since i changed my plan i don't receive the messages other iphone users send me. what do i need to do to get all messages?

    iMessage requires data. You need to have an active internet connnection, either wi-fi or cellular. If you are not connected via wi-fi, then you would need a cellular data connection. If you do not have that, then you will not receive the iMessages. Either get the cellular data back, or remain connected to wi-fi, or you will have to disable iMessage and ensure that you have an SMS texting plan with your carrier.

  • Moving from iPhone 2g to 3g, what do I need to know?

    Have 3g iPhone on way, got 2g at mo, what do I need to do?
    Also is there any way of accessing "officelive" accounts with iPhone browser?

    Explain. What do you mean? As long as you backup your 2G iPhone before plugging in your new 3G, you should be able to use the backup from the old phone for the new phone. As long as you make a backup and set up your new phone from it, you should be fine.
    Plug in old phone, and it should do a backup by itself, which means all your stuff is saved. Then plug in new phone, and you should get an option to set it up as new phone, or to use your backup. Use your backup.
    Hope this is what you meant. As to your second question, do you mean Windows Live?

  • IPhone SDK 7 installation hangs on "configuring installation"

    I'm running an iMac 20" Intel, 10.5.3, and a previous iPhone SDK. I've the installer all night, but to no avail.

    I've got the same problem! Have you solved it yet?

  • My gmail account won't open after installation, what do I need to do?

    I just installed Snow Leopard and now my gmail account won't open, what do I need to do?

    Disconnect all peripherals from your computer.
    Boot from your install disc & run Repair Disk from the utility menu. To use the Install Mac OS X disc, insert the disc, and restart your computer while holding down the C key as it starts up.
    Select your language.
    Once on the desktop, select Utility in the menu bar.
    Select Disk Utility.
    Select the disk or volume in the list of disks and volumes, and then click First Aid.
    Click Repair Disk.
    Restart your computer when done.
    Repair permissions after you reach the desktop-http://support.apple.com/kb/HT2963 and restart your computer.

  • Iphone sdk custom pdf viewer in uiscrollview

    just like in the subject, I am struggling to get pdf view in uiscrollview.
    now, first of all - I know I can do it with UIWebView. I am doing so now, but next version of my app - I need to gain much more control, hence need for doing it like that.
    I hope one day, apple will create example of quartz vector graphics inside uiscrollview.
    now, to the point.
    basicaly got two methods:
    - (void)renderZoomToBitmap
    int w,h;
    NSDate *start;
    NSTimeInterval elapsed;
    start = [NSDate date];
    CGPDFPageRef pageref = CGPDFDocumentGetPage(pdf, _page);
    CGRect mediaBox = CGPDFPageGetBoxRect(pageref, kCGPDFMediaBox);
    mediaBox.size.width *= zoomf;
    mediaBox.size.height *= zoomf;
    w = mediaBox.size.width+0.5;
    h = mediaBox.size.height+0.5;
    CGRect viewBounds=CGRectMake(0,0,w,h);
    char *renderBuff = malloc( w * h * 4 );
    CGContextRef cgContext = CGBitmapContextCreate(renderBuff, w, h, 8, w * 4, CGColorSpaceCreateDeviceRGB(), kCGBitmapByteOrder32Host | kCGImageAlphaNoneSkipLast);
    CGContextSetRGBFillColor(cgContext, 0.1, 0.1, 0.1, 1);
    CGContextFillRect( cgContext, viewBounds );
    CGContextDrawPDFPage(cgContext, pageref);
    CGContextFlush( cgContext );
    renderPage = CGBitmapContextCreateImage(cgContext);
    free(renderBuff);
    CGContextRelease(cgContext);
    elapsed = [start timeIntervalSinceNow] * -1.0;
    // NSLog(@"view bounds past zoom w:%f h:%f", b.size.width, b.size.height);
    self.frame = viewBounds;
    NSLog(@" renderZoomToBitmap zoom:%f took %f s", zoomf, elapsed );
    and one that draws actual bitmap
    - (void)drawRect:(CGRect)rect
    CGContextRef context = UIGraphicsGetCurrentContext();
    NSLog(@"draw rect %f %f %f %f", rect.origin.x, rect.origin.y, rect.size.width, rect.size.height);
    CGContextTranslateCTM(context, 0.0, rect.size.height);
    CGContextScaleCTM(context, 1, -1);
    CGContextTranslateCTM(context, -_offset.x, _offset.y);
    CGContextDrawImage(context, rect, renderPage);
    [self setNeedsDisplay];
    now everytime
    - (void)scrollViewDidEndZooming:(UIScrollView *)scrollView withView:(UIView *)view atScale:(float)scale
    is called , I set new zoom scale (zoomf) in above UIView instance, and call first method - to refresh bitmap.
    it does work okay when zoomf=1.0, but when user starts zooming in/out, it does funky things.
    What is the problem , do any one of you fine folks know ? please help me out with this. I am very new to quartz.
    thanks.
    Message was edited by: gryzman

    anyone please?

  • Upgraded to iphone 5 want to use iphone 4 as ipod what do I need to do

    I recently upgraded to the iphone 5 from the iphone 4.  Would like to know what to do to make the iphone 4 an ipod?

    You don't do anything special. Just use it as an iPod. If your experiencing a specific issue doing so please advice and we will try and help.

  • Do I need an iphone SDK?

    I have downloaded and installed the latest version of XCODE but I keep running into references to iphone SDK (software development kit) and I'm not sure what it is. I want to make iphone apps so is iphone SDK some kind of software I need in addition to XCODE?  It would be great if someone could tell me everything I need to make iphone apps.

    See these links...
    •iPhone Developer Beginner Resource Guide
    • iOS Starting Point
    • Xcode 4 User Guide ; Xcode Basics Help
    • iOS Human Interface Guidelines
    You may want to have an active/paid Developer Account in effect asap.

  • Hello, I bought my macbook pro and I want to update the last version 10.8.2, but it is asking me for the 10.8. What do I need to do?

    Hello mi mac has Mac os x (10.7.5) and I want to update to the latest version 10.8.2. I already downloaded, but it's asking me for the 10.8 before beggining the installation
    What do I need to do?
    Thanks!

    If you downloaded 10.8.2 form the Apple Support web site then that version is only an incremetnal upgrade for people already using M/L .. it won't get you M/L.. you'll need to buy and download the software from the Apple App Store first. It will cost you $19 first to buy it. This is the full version.
    Although it sounds as if you may have already requested the "free OS X Mountain Lion Up-to-Date Program " from Apple.. again, you'll have to go to the Apple App Store to download that version.. you may be asked to enter your redemption number Apple gave you. When they sent you the redemption number, did they also give you a website link to click to download the App.?
    Be sure to back up ALL your music, photos and other personal files before you upgrade to M/L.

  • How to download prior versions of iphone sdk

    i am having ma os x 10.5.8 and need some old version of iphone sdk.
    when i tried to get iphone sdk 3.2 it says you need to have mac os x 10.6.2 which for some reason i don't wanna have.
    can any1 guide, how can i have iphone sdk 3.0 which i think is compatible with mac os x 10.5.8
    or which iphone sdk is best suitable for mmmmmmacccccccccccccccccccccc os x 10.5.8
    thanks,

    http://iphonesdkdev.blogspot.com/2010/04/old-versions-of-iphone-sdk.html

  • IPhone SDK - What is the equivalent of a combo box

    I have a screen where there are quite a few items which are of the multiple-choice type. In other platforms i use a combo box (pick lists) to do this.
    On the iPhone SDK the only thing that comes close is the UIPicketView which is ugly IMHO. it takes too much real estate and too heavy.
    Is this is the only control available now?
    Also does the UIPicker come with an associated control which will launch the picker? What i mean is on other platforms and on the web there is a text field with a button with a down arrow next to it. Clicking either on the text field or the down arrow drops the list down. Is there a similar control on the iPhone which when clicked launches the picker OR do i have to create a button or a custom view which will launch the picker?
    Thanks for reading this and for your feedback.
    -TRS

    I do not believe there is an equivalent of -D in the DB JVM, a possible solution is:
    Load a properties file into the DB using Loadjava, then open this file from your Java code using Properties.load(), then iterate the properties calling System.setProperty().
    Chris

  • I bought an iphone sprint carrier on ebay but i want to know if the phone is going to work for an international carrier movistar which is gsm due to the phone does have a sim card slot , what do i need to do ?

    help me how can i get my phone to work in movistar which is my carrier in ecuador gsm . sprint iphones does have sim card slot but i'm not sure if it will work for gsm what do i need to do , how do i unlock it

    IF the phone was unlocked by Sprint for international use, it will work on any compatible (non U.S.) GSM carrier.
    If it was NOT unlocked before you acquired it, you will need to move to the US and establish service with Sprint, then wait the minimum amount of time specified by their policy before they will agree to unlock it for you.
    If you are not a Sprint customer, you bought the wrong phone.

  • What do I need to start leaning how to make custom Portfolio temlates?

    I am trying to find out what I would need to do to make my own custom PDF Portfolios. I keep hearing that this is possible but sure can't find much in the way of documentation on just how to do it.
    I have read that they can be created using Flash or Flex 3.0. I have not worked with ActionScript before so I thought I would start there and learn Flash and ActionScript. I have found some books that can teach me this.
    I have been trying to find documentation that will show how do create a PDF Portfolio but have been unsuccessful so far.

    Go to the Acrobat Developer Center and under the section 'Acrobat 9 SDK available for download' posted on Aug 18th, there is a link to a form you can fill out to get more information.
    http://www.adobe.com/devnet/acrobat/

  • HT1338 If I have my ITunes up to version 10.6.3, what do I need to get to version 10.7 for my new Iphone 5 to be able to work on my macbook to add my songs to my phone

    If I have my ITunes up to version 10.6.3, what do I need to get to version 10.7 for my new Iphone 5 to be able to work on my macbook to add my songs to my phone

    Hi Jeff,
    Apple ID (required for some features)
    Internet access5
    Syncing with iTunes on a Mac or PC requires:
    Mac: OS X v10.6.8 or later
    PC: Windows 7; Windows Vista; or Windows XP Home or Professional with Service Pack 3 or later
    iTunes 10.7 or later (free download from www.itunes.com/download)
    http://www.apple.com/iphone/specs.html
    Snow Leopard/10.6.x Requirements...
    General requirements
       * Mac computer with an Intel processor
        * 1GB of memory (I say 4GB at least, more if you can afford it)
        * 5GB of available disk space (I say 30GB at least)
        * DVD drive for installation
        * Some features require a compatible Internet service provider; fees may apply.
        * Some features require Apple’s MobileMe service; fees and terms apply.
    Which apps work with Mac OS X 10.6?...
    http://snowleopard.wikidot.com/
    It's been pulled from the online store & Apple Stores, so you have to call Apple to buy it, last I heard.
    Call Apple Sales...in the US: 1-800-MY-APPLE. Or Support... 1-800-275-2273
    Other countries...
    http://support.apple.com/kb/HE57

  • HT1199 I have a desktop mac operating on Mac OSx 10.4.11 and the system does not recognize my iphone and I am unable to upgrade to the newest itunes version. What do I need to do?

    I have a desktop mac operating on Mac OSx 10.4.11 and the system does not recognize my iphone and I am unable to upgrade to the newest itunes version. What do I need to do?

    Backup first
    It is always best to have a full bootable backup before you upgrade. If you fail to do this you will be unable to return to this OS if you decide you don't like the new OS. Also there is a slight chance that an install could lose everything on the Mac. The backup must be to an external hard disk. Preferably use Carbon Copy Cloner to make a bootable backup of the whole disk.
    Erase before the install
    Once you have a bootable backup on an external disk it is best to erase the internal disk with the new installer DVD before you install.
    During the install
    Preferably do not import any data or preferences from earlier OSs during the install process as this can reintroduce bugs.
    OS numbers and names
    OS X 10.4.x - Tiger
    OS X 10.5.x - Leopard
    OS X 10.6.x - Snow Leopard
    OS X 10.7.x - Lion
    OS X 10.8.x - Mountain Lion
    More about Macs
    The Apple History site has specifications for every Mac ever produced: http://www.apple-history.com/
    Upgrade to Leopard
    Those wishing to upgrade to Leopard should be aware that install disks can be expensive unless you contact Apple. Details: http://lowendmac.com/deals/best-os-x-leopard-prices.html Standard Leopard installers impose several hardware limitations including speed and RAM size but all these restrictions can be overcome. Google for details. Leopard works well at 500 MHz with 1 GB of RAM and many happy users have less than this.
    Upgrade beyond Leopard
    OSs beyond OS X 10.5.8 require an Intel processor. If in doubt check this: Click the apple at the top left of your screen and select 'About this Mac'. This will give you your OS number. Then click 'More Info' to see which processor you have. If it says PowerPC you cannot upgrade to Snow Leopard and above. If you have an Intel Mac it is well worth upgrading to Snow Leopard now and then considering other options after that. You can buy Snow Leopard here: http://store.apple.com/us/product/MC573Z/A
    Upgrade beyond Snow Leopard
    Information about upgrading Snow Leopard to Lion or Mountain Lion: http://store.apple.com/us/product/MD256Z/A
    Important
    Check that your Mac complies with any requirements. If you are not in the US you should use the Change Country link at the bottom of Apple pages.

Maybe you are looking for

  • Why does displaydriver not work on my G530 with windows 7 64bit?

    Hi, I installed my Windows 7 64 bit and all driver works except the displaydriver. Does anyone know how to solve the problem? Following messages comes by trying to install the existing driver from Lenovo: http://img691.imageshack.us/img691/4537/fehle

  • Is there a way to change the volume of a song in the middle of the song on iMovie?

    I am making a video and I want music to fade in for a part and I can't figure out how to do it. I am working off of version 1.3.1 on the new iPad. I am stuck and I am sure there is an easy fix. Any help would be greatly appreciated.

  • Please help...excel to html

    Dear, I have a assignment about java. My platform is red hat linux, jsp, tomcat server. I don't know how to upload a excel file and display this in browser. The main problem is that how to convert excel file into html format or anyother method? that

  • Secondary Window looping and lineitems restricting

    Hi All, I have some requirement wherein i have to loop the secondary window in smartforms . This is Z smartforms and has standard driver program. The main requirement is suppose there are 10 line items , 8 line items should be displayed on Page 1 and

  • How to force the request to be ssl

    Hi, I have wls7.0 with plugin, and ssl is installed on web server, how can I enforce the request be under ssl? Thanks