Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Interface 2, Advanced iOS
Mockup & Code Gen
($9.99)

Make your own iPhone apps
and run them live!
(free)

Pic Frame Dynamo: Photo Editing
($0.99)

Abiliator
($1.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum > iPhone SDK Development Forums > iPhone SDK Development

Reply
 
LinkBack Thread Tools Display Modes
Old 09-19-2011, 05:55 PM   #1 (permalink)
Registered Member
 
Join Date: Jan 2011
Posts: 45
tuckermax72 is on a distinguished road
Default Part of App not Working on device but worked in sumulator

Hi,
Part of my app is not functioning correctly on the device, although it worked fine in the simulator. This is the part of the code which is not being executed for some reason.

Code:
switch (dayNumber) {
        case 1:
            switch (lunchNumber) {
                case 1:
                    //xlunch
                    customLunchLabel.text = @"You have first lunch.";
                    break;
                case 2:
                    //zlunch
                    customLunchLabel.text = @"You have last lunch.";
                    break;
                case 3:
                    //ylunch
                    customLunchLabel.text = @"You have splitter.";
                    break;
                default:
                    customLunchLabel.text = @"Set your lunch block on the 'Settings' page!";
                    break;
            }
            
            UIImage *aDayImage = [UIImage imageNamed:@"idelbarton4.jpg"];
            [mainImageView setImage:aDayImage];
            
            
            
            break;
        case 2:...
...
...
...
In my simulator it works fine, the label text is set and so is the imageview, but on the actually device the imageview is not set. The label text does change correctly but the imageview changes from what is was before this code was reached, and turns black. Why isn't this working?
tuckermax72 is offline   Reply With Quote
Old 09-19-2011, 09:33 PM   #2 (permalink)
Registered Member
 
Join Date: Jan 2011
Posts: 45
tuckermax72 is on a distinguished road
Default Got it

The problem was the file systems on the mac are case insensitive and the file systems on the iphone are case sensitive. I had .JPG on my picture files instead of .jpg.
tuckermax72 is offline   Reply With Quote
Reply

Bookmarks

Tags
app, bug, iphone

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



» Advertisements
» Online Users: 399
16 members and 383 guests
7twenty7, eski, EvilElf, fiftysixty, HemiMG, iOS.Lover, jarv, n00b, pbart, Pudding, sacha1996, Sami Gh, teebee74, UMAD, VinceYuan, yuncarl28
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,672
Threads: 94,121
Posts: 402,905
Top Poster: BrianSlick (7,990)
Welcome to our newest member, yuncarl28
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 05:14 AM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0