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 08-05-2010, 12:39 PM   #1 (permalink)
Registered Member
 
Join Date: Jul 2010
Posts: 25
drnkHobo is on a distinguished road
Default Device not displaying tableview???

Hey my tableview loads fine in simulator but when I test on device it displays nothing.

Ive tested it and it seems to be somewhere in my viewDidLoad method in my table view controller.

Why does it work in my sim AND not on my device????

here is my code:

Code:
- (void)viewDidLoad {
    [super viewDidLoad];

    
    NSString *plistPath = [[NSBundle mainBundle] pathForResource:@"MyList" ofType:@"plist"];
    
    NSMutableArray* array = [[NSMutableArray alloc] initWithContentsOfFile:plistPath];
    
    //WHEN I USE THIS IT DISPLAYS FINE ON DEVICE. . . .
    //NSMutableArray *array = [[NSMutableArray alloc] initWithObjects:@"test", @"Test2", @"test3", nil];
    
    NSString *tempDic = @"test";
    
    
        NSLog(@"tempDic: %@",tempDic);
    
    self.myArray = array;
    [array release];

    

}

Ive checked all my steps and I have no idea why it shows up in the simulator but not on device.
But also that if I create the array in code then it DOES show. . .

Last edited by drnkHobo; 08-05-2010 at 01:06 PM.
drnkHobo is offline   Reply With Quote
Old 08-05-2010, 01:17 PM   #2 (permalink)
Registered Member
 
Join Date: Jul 2010
Posts: 25
drnkHobo is on a distinguished road
Default

Fixed it myself.....

What happened was I created "MyList.plist" originally as "myList.plist".
Then renamed it.
But it never updated . . . hope this helps someone else
drnkHobo is offline   Reply With Quote
Reply

Bookmarks

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: 319
10 members and 309 guests
alexP, arash5500, gordo26, HemiMG, mediaspree, nobstudio, Objective Zero, Sloshmonster, stanny, Touchmint
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,655
Threads: 94,116
Posts: 402,889
Top Poster: BrianSlick (7,990)
Welcome to our newest member, pungs
Powered by vBadvanced CMPS v3.1.0

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