Xcode 3.1.4 and iPhone SDK

I have X-code version 3.1.4 installed on my system, but I cannot seem to find the correct version of the iphone SDK to install along with it ... I am in the middle of a development project in college and can't afford to spend the time upgrading my system to snow leopard ... can someone please point me in the right direction?
Thanks,
Michael

Apple's iPhone Dev Center has only the 3.2 SDK available to download, which works only with Snow Leopard. If you're unwilling to upgrade to Snow Leopard, you'll have to search the Internet to see if someone's hosting a copy of the 3.1 SDK, which works on both Leopard and Snow Leopard.

Similar Messages

  • Unable to download Xcode 3.2.2 with iphone SDK (Intego firewall problem?)

    Hello. I logged into Apple's development site, to download Xcode 3.2.2 w/iphone SDK. I clicked on the link and started the download, but I think my firewall is blocking it.
    Which is odd, ContentBarrier is set to DISABLED for my account. I should have full access.
    Are there specific override settings I need to add to a 'trusted sites' entry, despite already having configured my Mac full admin access?
    Thanks!

    HI,
    From the Safari Menu Bar click Safari/Preferences then select the General tab. Where you see: Open "safe" files after downloading, make sure that box is selected.
    Carolyn

  • Problems building w/ Snow Leopard and iPhone SDK 3.0 Snow Leopard

    Suddenly having problems building and codesigning after upgrading to Snow Leopard and iPhone SDK 3.0 Snow Leopard.
    Profile set to Distribution, Device 2.2.1 Distribution, as has worked in the past.
    The build fails with this error:
    Command <com.apple.tools.product-pkg-utility> failed with exit code -1
    The below section is highlighted in Build Results.
    ProcessingProductPackaging /Users/harvey/Documents/iPhoneApp_Work/Listening-Hiragana/iPhone_Comprehension_timerharvey/entitlements.plist "/Users/harvey/Documents/iPhoneApp_Work/Listening-Hiragana/iPhone_Comprehension_timer_harvey/build/iPhoneComprehension.build/Distribution-iphoneos/Kana Listening.build/iPhone_Comprehension.xcent"
    cd /Users/harvey/Documents/iPhoneApp_Work/Listening-Hiragana/iPhone_Comprehension_timerharvey
    setenv PATH "/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Developer/usr/bin:/u sr/bin:/bin:/usr/sbin:/sbin"
    <com.apple.tools.product-pkg-utility> /Users/harvey/Documents/iPhoneApp_Work/Listening-Hiragana/iPhone_Comprehension_timerharvey/entitlements.plist -entitlements -format xml -o "/Users/harvey/Documents/iPhoneApp_Work/Listening-Hiragana/iPhone_Comprehension_timer_harvey/build/iPhoneComprehension.build/Distribution-iphoneos/Kana Listening.build/iPhone_Comprehension.xcent"
    Any ideas? This is really strange.
    The same error occurs when trying to build for Device - 3.0, and any other version it seems.
    This is especially frustrating as I'm simply trying to update an app that I released before I upgraded.
    I will love whoever helps me forever and ever.
    saikyo

    Found the new SDK on the CD. Now I am running XCode 3.2.
    I'm talking to myself now for the benefit of future readers.
    On the Dev Center I see the note:
    "Important: You will need to re-install the iPhone SDK for Snow Leopard if you plan on developing iPhone applications after upgrading your Mac to Snow Leopard and installing Xcode 3.2."
    So I'm going to download and install the iPhone SDK 3.0 (Snow Leopard) from the SDK downloads area on the Dev Center page. This seems weird to me as it's 3.0... but I'm running 3.2 now... I guess this will just update my 3.2?
    I also notice that when I run XCode 3.2 I don't have Simulator as an option anymore in my profiles.
    Going to go ahead with the update now and see how it goes.

  • ITunes 9 and iPhone SDK 3.0

    Hi there,
    I downloaded and installed iTunes 9 yesterday by hand since the software update tool didn't have it yet. However during install, he asked me to close my Xcode (v.3.2 with iPhone 3.0 sdk that came with the Leopard Upgrade Disc) and when I fired it up again, the iPhone projects Template section was gone, making me download the whole 2.2 gb for Xcode 3.2 with iPhone sdk 3.1.
    I understand, that the iTunes 9 installation probably removed all traces of the 3.0 Framework but would waiting for proper updates through the Software Update tool spare me from such adventures during future firmware releases?
    Thanks in advance!

    Ok, here is the EXACT thing that I have on my iTunes that is working on my iPhone. (I haven't checked on the Shuffle yet) First screen--iPhone itself--nothing checked except Automatically sync when this iPhone is connected. Now Podcasts Tab on iPhone screen (right side of iTunes--center really--at least not the left side) Checked Sync Podcasts at Top. Also Checked Automatically include ALL episodes of SELECTED podcasts. Now here is where it seems weird. I have NONE of the podcasts themselves checked. Scroll Down further and there is a check box for Includes Episodes from Playlists. I have both of my Smart Playlists checked and they are both working correctly.
    One more thing, I have in my Smart Playlist a rule saying Play Count is 0. That way after I have completely listened to the entire podcast it will be deleted from that playlist. If I am halfway through the podcast--that is saved and it starts playing at that point.

  • Distcc-1607 and iphone sdk 3.x

    I try use *Distributed Builds* for compile iPhone app but have arm-apple-darwin9-g++-4.0.1 error
    it fixed by link from
    /Developer/Platforms/iPhoneOS.platform/Developer/usr/libexec/gcc/arm-apple-darwi n9
    to /Developer/usr/libexec/gcc
    but it help for iPhone simulator, compiled at 10 mac mini
    for iPhone Device compile at my mac only
    I debug and see, what distcc can't set path for iPhone
    but at iPhone Beta 4 it worked
    now I try compile and fix it
    at verinfo.c I find
    #if 0 // example of what the table might look like
    platformusrpaths[pupIndex++] = "/Developer/Platforms/iPhoneOS.platform/Developer/usr";
    platformusrpaths[pupIndex++] = "/Developer/Platforms/iPhoneSimulator.platform/Developer/usr";
    return platformusrpaths;
    #endif
    I think it was at beta 4 and some fix
    and
    int len = strlen(platformPaths);
    int i;
    for (i=0; i<len; i++)
    if (platformPaths == '\n')
    platformPaths = '\0';
    for (i=0; i<len; i++, platformPaths++) {
    if ( platformusrpaths[pupIndex] == NULL ) {
    // waiting for a new path
    if ( *platformPaths != '\0' ) {
    // found one
    platformusrpaths[pupIndex] = platformPaths; // save off a platform path
    } else if ( *platformPaths != '\0' ) {
    // found end of path, ready for the next one
    pupIndex++;
    return platformusrpaths;
    can't get true param for iPhone,
    if this topic read apple dev, pls fix it for all
    and I try fix it too

    Korich wrote:
    I try use *Distributed Builds* for compile iPhone app
    if this topic read apple dev, pls fix it for all
    Distributed Build(s) have been updated in Xcode 3.2. You may want to see if your particular issue has been addressed...if not, you may want to submit a bug report/request, etc.
    http://developer.apple.com/iphone/library/releasenotes/DeveloperTools/RN-Xcode/

  • Xcode 3.1.4 and iphone simulator

    so im looking for to have the iphone simulator on xcode 3.1.4, is it included? because i don't see anything about it...

    Try 3.2.6...if you can find it...both are old now, sorry.

  • Do synthesized instance variables work in iPhone SDK?

    I tried using Obj-C properties to synthesize not only the accessor methods, but also the instance variable. I ended up with an error saying something like "...must explicitly name an ivar...".
    I was under the impression the iPhone ran the modern (64-bit) Objective-C runtime. I'm using xCode 3.x and iPhone SDK 2.2. Are synthesized instance variables not supported, or do I need to change some xCode/project configuration settings to activate this support (I'd really like to use it)?
    Does the fact that I'm linking to the Sen Test Kit Framework, or running on a relatively old Intel MacBook Pro cause this problem? If the 2.2 SDK does not support synthesized instance variables, does iPhone SDK 3.0 beta support them?
    Note that I would need the synthesized ivar support to work on the iPhone simulator too (obviously) so that I can do testing. Hopefully the iPhone simulator supports the modern Obj-C 2.0 runtime.
    Thank You,
    Eric

    orangekay wrote:
    A. I don't see that anywhere in the Objective-C 2.0 language specification, so I don't believe this has anything to do with the iPhone SDK.
    B. I don't see any point in adding such a thing to the language as it accomplishes nothing that could not be handled with a standard ivar declaration.
    This sounds like a feature you imagined.
    Yeah, right I imagined it. Get a clue, will you?
    http://developer.apple.com/documentation/Cocoa/Conceptual/ObjectiveC/Articles/oc Properties.html#//apple_ref/doc/uid/TP30001163-CH17-SW3
    In general the behavior of properties is identical on all runtimes (see Runtime Versions and Platforms in Objective-C 2.0 Runtime Programming Guide). There is one key difference: the modern runtime supports instance variable synthesis whereas the legacy runtime does not.
    For @synthesize to work in the legacy runtime, you must either provide an instance variable with the same name and compatible type of the property or specify another existing instance variable in the @synthesize statement. With the modern runtime, if you do not provide an instance variable, the compiler adds one for you. For example, given the following class declaration and implementation:
    @interface MyClass : NSObject {
    float sameName;
    float otherName;
    @property float sameName;
    @property float differentName;
    @property float noDeclaredIvar;
    @end
    @implementation MyClass
    @synthesize sameName;
    @synthesize differentName=otherName;
    @synthesize noDeclaredIvar;
    @end
    the compiler for the legacy runtime would generate an error at @synthesize noDeclaredIvar; whereas the compiler for the modern runtime would add an instance variable to represent noDeclaredIvar.

  • Downloaded iPhone SDK, ran Xcode, no option for iPhone - Mac OS only!

    Hi everyone,
    I downloaded the free iPhone SDK and ran the installer. Whenever I launch Xcode however, there is no tab for iPhone applications - only Mac OS. I took a peak inside the packages folder in the download and spotted files named "iphone SDK", so I'm confused.
    Any idea on why Xcode runs but there is no option for iPhone?
    Thanks,
    Xeno

    Hello,
    On my PowerPC G5 I have a similar issue where I installed Mac OS X 10.5.6, but after installing the iphone SDK I do not see any refs to iphone when in Xcode.
    I even tried the suggestion here:
    http://3by9.com/85/dont-have-an-intel-machine-but-want-to-code-for-the-iphone-an yway-follow-these-steps/
    This however, resulted in the same issue.
    Any suggestion on how to resolve this would be most appreciated.

  • IPhone SDK 3.1.3 XCode 3.2.1 Snow Leopard update (lcrt1.10.6.o not found)

    Today I downloaded the iPhone SDK 3.1.3 XCode 3.2.1 Snow Leopard update.
    After installing it, I looked in the Project Info. In the Deployyment section, the "Mac OS X Deployment Target" is set to "Max OS X 10.5".
    Naturally, as fussy I am, I changed it to Mac OS X 10.6, which is what I want. After Building, it reports an ld error: i.e.
    ld: library not found for -lcrt1.10.6.o
    Why does this happen? Did others have the same experience?
    Is this normal or how to fix? (Other than the obvious step to go to look for the missing library and try to install it myself).

    iPhone Dev Center
    Downloads
    Read me before downloading
    If you have updated your device to iPhone OS 3.1.3 with iTunes, you must install iPhone SDK 3.1.3 in order to continue with your development.
    *iPhone SDK 3.1.3*
    iPhone SDK 3.1.3 includes the Xcode IDE, iPhone simulator, and a suite of additional tools for developing applications for iPhone and iPod touch.
    _Posted: February 2, 2010_
    Leopard Build: 9M2809a
    Snow Leopard Build: 10M2003a
    *Leopard Downloads*
    iPhone SDK 3.1.3 with Xcode 3.1.4
    iPhone SDK 3.1.3 with Xcode 3.1.4 Readme
    *Snow Leopard Downloads*
    iPhone SDK 3.1.3 with Xcode 3.2.1
    iPhone SDK 3.1.3 with Xcode 3.2.1 Readme
    *Other Downloads*
    iPhone SDK Agreement
    iPhone Configuration Utility

  • IPhone SDK 2.0 - xcode fails to build new project

    I downloaded and installed the latest iPhone 2.0 SDK. I did not uninstall any previous tools (xcode/SDK). I assume the 2.0 SDK installation will perform the upgrade in a proper fashion (not requiring one to uninstall the previous SDK/xcode). I start up xcode. I check the version via the about menu. It states that the version of xcode is 'Version 3.1 (Beta)'. The project settings indicate that the Base SDK is Device - iPhone OS 2.0. I checked my system to ensure that my current filesystem has the correct SDK. It has the Macintosh HD->iPhoneOS.pltaform->Developer->SDK's->iPhoneOS2.0.sdk.
    OK, everything seems good up to this point. I create a new xcode application for the iPhone. I then go to compile the application and I get the following error:
    /Developer/iPhone Examples/Foo/Classes/FooAppDelegate.h:16: error: syntax error before 'UIToolbarController'
    Source code line : UIToolbarController *toolbarController;
    Yes I realize that the UIToolbarController API has been removed for SDK 2.0. However, how can one use xcode to build a starter application if it is generating code that references outdated API's???
    Am I doing something wrong? I have searched all the forums but have not come across this issue. Hence, I think something is wrong with my setup/install. If the solution is not to use UIToolbarController API, then why does the xcode still use it to build starter code projects? Also, if we can't use the API, what is it's replacement?
    thanks

    It created more errors, as there are a whole lot of other API's
    that have changed (UIViewController now doesn't resolve
    some of it's members, e.g. toolbarItem).
    Err... hello? Someone just told you what the names have changed to!
    Wow. I have about 1 months worth of work, that I am going to
    have to seriously think about throwing away because of all of
    these growing pains.
    Can't talk about the iPhone SDK specifically, but Xcode in general has great refactoring tools that will make the name changes, in all locations, in a split second for you. No, lets not get hysterical. It's not one month's work at all. It's not even five seconds work.
    I think the newer 2.0 release is causing more problems than solutions.
    That's the whole point. It's not a release. It's a beta. That's what happens with beta's. That's why you sign an NDA (non-disclosure agreement), stating that under no conditions will you discuss the SDK with anyone, and that you agree that things may change without prior notice or even break down completely.
    Basically shutting down all of my development efforts.
    Errrr.... hello again?

  • IPhone SDK : Communication between iPhone client and a remote server

    Hi,
    This is w.r.t iPhone Cocoa Touch native application.
    i need to populate my application 's data from a remote application server ( which in turn connects to the database) . I require some tips in the communication between client sitting on the iPhone and the remote application server. I am planning to proceed in XML transaction way.
    I referred the SeismicXML sample application provided by Apple. In this sample,client reads the physically existing xml file from @"http://earthquake.usgs.gov/eqcenter/catalogs/eqs7day-M2.5.xml"; and the client parses the xml file and display the content on the table view.
    i have following 2 queries ,
    1. I do not want to read from a physically present file,i want the data to be transferred on the go.
    Means, request should be sent from the client to a application server and the server process returns the data in form of xml file ( but its not creating any physical xml file) .
    Basically i am looking for request - response concept.
    2. Can we call a java process(which returns xml data) running on a remote server from the cocoa touch client.? If not java process,what would be other best way...
    i am going through the Apple provided frameworks. Do any of the iPhone SDK frameworks support this request? If some one has any idea on the above mentioned queries, pls help me.
    any pointers will also be helpful.
    It might be too early to talk about these,but i have to take some business decision related on this.
    thanks in advance.

    You already know how to send a string via HTTP Post? And you know how to make XML into a string? Put the two together.

  • XCode freezes when opening project after installing iPhone SDK 3.2 beta

    I have problem opening up existing XCode projects, and creating new XCode projects.
    If I open an existing XCode project, no window appears and XCode becomes non-responsive.
    If I create a new XCode project, it shows me the window to create new project, but after entering the project name, XCode becomes non-responsive.
    I've played around with the settings and found out that if I go to
    Preferences>Code Sense and untick the Indexing>'Enable for all projects'
    The problem is solved. But with that turn, I no longer have auto-completion.
    I have tried a few methods to solve this but none was working
    1) I thought the problem was due to documentation. In Preferences>Documentation, I see "Mac OS X 10.6 Core Library" and "iPhone OS 3.2 Library" showing "Getting..." all the time. I compared the file sizes of the docsets to my laptop (no problem with XCode) and there's a big difference in file size. So I copied these files from my laptop to the Mac with problem. This does not solve the problem.
    2) Clear cache .
    3) Disable indexing. Quit XCode. Start XCode and enable indexing. Then quit XCode and start project.
    4) Uninstall XCode completely with sudo /Developer/Library/uninstall-devtools --mode=all , and then reinstall iphonesdk_3.0__snow_leopard_final. I verifed that I was able to open projects normally. Then I installed iphonesdk_3.1_with_xcode_3.2_final__snow_leopard_10a432, followed by
    iphonesdk_3.2_beta_with_xcode3.2.2. Problem comes back
    5) I tried to clear the files below but it does not help
    ~/Library/Preferences/com.apple.Xcode.plist
    ~/Library/Caches/com.apple.Xcode
    ~/Library/Caches/xcodebuild
    ~/Library/Application Support/Developer/Shared/Xcode/
    Anyone able to point me to a solution? Thanks

    Hello honcheng & welcome to discussions.
    I'd recommend doing a custom install during the iPhone OS 3.2 beta installation instead, and putting it into a separate location from the release tools...
    I would also suggest participating in the beta forums as well.

  • IPhone SDK UISegmentedControl and hiding view

    Hello,
    Im slowly getting to grips with the iPhone SDK but having a problem today, I have a UISegmentedControl setup to a toggleSetting function but this toggleSetting calls a url in the background for some data, but this freezes my application while the web request is taking place, this can take around 2 seconds and so I made another view (loadingView) with a loading screen thats animated and I want to show this whis the connection is taking place and then hide it again once complete.
    I don't have any problems with showing or hiding the view until the web request happens.
    When my app loads I call \[loadingView setHidde:YES] which hides my view straightaway, then my toggleSettings method is below, but this does not cause the view to show while the quest is taking place, I think it is showing an hiding it instantly as if I just ask to show it, it will show but only after the web call is complete. Anyone got any pointers???
    <code>
    -(IBAction)toggleSetting:(id)sender
    [loadingView setHidden:NO];
    UISegmentedControl *segmentedControl = (UISegmentedControl *)sender;
    NSInteger segment = segmentedControl.selectedSegmentIndex;
    if(segment==0) {
    NSURL *url = [NSURL URLWithString:@"http://myurl"];
    NSURLRequest *request = [NSURLRequest requestWithURL:url];
    [NSURLConnection sendSynchronousRequest: request returningResponse: nil error: nil ];
    [loadingView setHidden:YES];
    </code>

    I don't have code handy but take a look at the class reference for NSURLConnection and related calls.
    NSURLConnection *theConnection = [[NSURLConnection alloc] initWithRequest:urlRequest delegate:self startImmediately:YES]; would be a good start.
    You want to use a call that will create some callbacks to update you when a connection is confirms, how many bytes are transfered, etc. so be sure to write the call functions.

  • Upgraded to Xcode 3.1.3 and now cannot built to iPhone

    Hello,
    At first I was getting this error:
    a valid signing identify matching this profile could not be found in your keychain
    So I removed by Cert and Provisions and rebuilt them all following apple's instructions.
    Now I'm getting this error:
    Code Sign error: a valid provisioning profile matching the application's Identifier 'com.yourcompany.AppName could not be found
    Which I cannot find a solution for ...
    Here's more information -
    + I upgraded to 3.1.3 and Itunes 8.2
    + Everything has been working fine
    + Did a reboot - BAM, everything broke.
    I can only build in the simulator, I cannot build to the device when selecting 'Device 2.2.1 | Debug'.
    Total PITA apple.
    - sk

    I ran across this post that may be of help:
    jdandrea wrote:
    In Organizer, recall that I "Dragged-and-dropped my downloaded provisioning profile into the appropriate spot in the Organizer." The key word here is Appropriate.
    I only dragged-and-dropped it into the "Provisioning" section under my "iPod Touch" device summary. HOWEVER ... I did not drag-and-drop it into the "Provisioning Profiles" section under "iPhone Development". Until now.
    Build ... and ... TA-DAH!
    http://www.iphonedevsdk.com/forum/iphone-sdk-development-iphone-os-3-0/17999-pro file-doesn-t-match-application-identifier-2.html

  • [iPhone SDK] OpenGL and gDrawElements

    Trying to learn OpenGL at the same time I'm learning the iPhone SDK
    I made a simple cube and was trying to display it on the iPhone, what I get is just a unrecognizable blob on the screen. Any suggestions on what I'm doing wrong? thanks.
    glTexCoordPointer(2, GL_FLOAT, 8 * sizeof(GL_FLOAT), Box_vertex);
    glNormalPointer(GL_FLOAT, 8 * sizeof(GL_FLOAT), Box_vertex + 2);
    glVertexPointer(3, GL_FLOAT, 8 * sizeof(GL_FLOAT), Box_vertex + 5);
    glEnableClientState(GLTEXTURE_COORDARRAY);
    glEnableClientState(GLNORMALARRAY);
    glEnableClientState(GLVERTEXARRAY);
    glDrawElements(GLTRIANGLES,Box_polygoncount*3,GL_UNSIGNED_SHORT,Boxindex);
    float Boxvertex[Boxvertexcount][8]={
    {0.00000, 1.00000, 0.00000, 0.00000, 1.00000, -0.50000, -0.50000, 0.50000},
    {0.00000, 0.00000, 0.00000, 0.00000, 1.00000, -0.50000, 0.50000, 0.50000},
    {1.00000, 0.00000, 0.00000, 0.00000, 1.00000, 0.50000, 0.50000, 0.50000},
    {1.00000, 1.00000, 0.00000, 0.00000, 1.00000, 0.50000, -0.50000, 0.50000},
    {0.00000, 1.00000, 0.00000, 0.00000, -1.00000, 0.50000, -0.50000, -0.50000},
    {0.00000, 0.00000, 0.00000, 0.00000, -1.00000, 0.50000, 0.50000, -0.50000},
    {1.00000, 0.00000, 0.00000, 0.00000, -1.00000, -0.50000, 0.50000, -0.50000},
    {1.00000, 1.00000, 0.00000, 0.00000, -1.00000, -0.50000, -0.50000, -0.50000},
    {0.00000, 1.00000, -1.00000, 0.00000, 0.00000, -0.50000, -0.50000, -0.50000},
    {0.00000, 0.00000, -1.00000, 0.00000, 0.00000, -0.50000, 0.50000, -0.50000},
    {1.00000, 0.00000, -1.00000, 0.00000, 0.00000, -0.50000, 0.50000, 0.50000},
    {1.00000, 1.00000, -1.00000, 0.00000, 0.00000, -0.50000, -0.50000, 0.50000},
    {0.00000, 1.00000, 1.00000, 0.00000, 0.00000, 0.50000, -0.50000, 0.50000},
    {0.00000, 0.00000, 1.00000, 0.00000, 0.00000, 0.50000, 0.50000, 0.50000},
    {1.00000, 0.00000, 1.00000, 0.00000, 0.00000, 0.50000, 0.50000, -0.50000},
    {1.00000, 1.00000, 1.00000, 0.00000, 0.00000, 0.50000, -0.50000, -0.50000},
    {0.00000, 1.00000, 0.00000, 1.00000, 0.00000, -0.50000, 0.50000, 0.50000},
    {0.00000, 0.00000, 0.00000, 1.00000, 0.00000, -0.50000, 0.50000, -0.50000},
    {1.00000, 0.00000, 0.00000, 1.00000, 0.00000, 0.50000, 0.50000, -0.50000},
    {1.00000, 1.00000, 0.00000, 1.00000, 0.00000, 0.50000, 0.50000, 0.50000},
    {0.00000, 1.00000, 0.00000, -1.00000, 0.00000, -0.50000, -0.50000, -0.50000},
    {0.00000, 0.00000, 0.00000, -1.00000, 0.00000, -0.50000, -0.50000, 0.50000},
    {1.00000, 0.00000, 0.00000, -1.00000, 0.00000, 0.50000, -0.50000, 0.50000},
    {1.00000, 1.00000, 0.00000, -1.00000, 0.00000, 0.50000, -0.50000, -0.50000},
    int Boxindex[Boxpolygoncount][3]={
    {0, 1, 2},
    {2, 3, 0},
    {4, 5, 6},
    {6, 7, 4},
    {8, 9, 10},
    {10, 11, 8},
    {12, 13, 14},
    {14, 15, 12},
    {16, 17, 18},
    {18, 19, 16},
    {20, 21, 22},
    {22, 23, 20},
    };

    Thanks for the reply. i did try that suggestion, but the cube still isn't rendering to anything even remotely resembling a cube. I was pretty sure I did a sizeof(GLUNSIGNEDSHORT) and got 4 on NSLog, but I could be wrong. I exported this data out of Cheetah 3D. Perhaps there is a better program for exporting 3d data for iphone? I'm at a loss for what else could be wrong. Probably I am missing one gl comand or parameter, I just can't figure out what it is.

Maybe you are looking for