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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T05:14:23+00:00 2026-06-11T05:14:23+00:00

Update: Thanks for all the tips, everyone. The tutorial mentions that a XIB file

  • 0

Update:

Thanks for all the tips, everyone. The tutorial mentions that a XIB file is provided (which I don’t have) so I’m doing something wrong in how I’m creating the the project.


I am following Apple’s Core Data Tutorial for iOS. This tutorial has not been updated for ARC—apparently for Xcode 4, since it asks to “create a new project using the Window-Based Application template in the iOS section.”

Since that option doesn’t exist under Xcode 4.4.1, I looked around Stack Overflow and read that I should create an empty application. As per the tutorial instructions, I created no Storyboard or NIB file.

Other than updating the code for ARC (using strong in place of retain and not implementing the provided dealloc method), I’m confident that the code in my project matches that of the tutorial up to the end of the chapter “The Table View Controller.” At this point, the tutorial says I should be able to run the project and get a view.

Instead, I get a blank, black screen.

Maybe my problem is too vague to solve here, but should I perhaps be using a different project template? Which one?

I have only two classes: a RootViewController and an AppDelegate. AppDelegate imports RootViewController and contains a UIWindow property. Again, there is no Storyboard or NIB in the project.

I can provide any code too if there’s someplace specific to look.

  • 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-06-11T05:14:24+00:00Added an answer on June 11, 2026 at 5:14 am

    If you want to check if your setup is correct do the following:

    1. add a background color to your window

      self.window.backgroundColor = [UIColor whiteColor];

    2. make sure you tell the window to display itself

      [self.window makeKeyAndVisible];

    3. make sure your view controller is the window’s rootViewController

      self.window.rootViewController = myViewControllerInstance;

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

Sidebar

Related Questions

update: I mistyped 2 variables...so embarrassing. thanks everyone for the effort! sorry i find
G'day everyone, I have a system (the source) that needs to notify another system
This is driving me insane. I have a JS file that is: Ext.onReady(function(){ Ext.QuickTips.init();
Update: Thanks for all your comments. I think it is a current stacking context
I have read through all the threads out there that looked as if they
Update Thanks to Marc's help the AlphaPagedList class is now available on CodePlex if
Update: Thanks guys, I didn't realize it was very close to zero but not
UPDATE: Solved. Thanks BusyMark! EDIT: This is revised based on the answer below from
Update: I reported this as a bug to Apple and they fixed it! All
Update : This is no longer an issue from C# 6, which has introduced

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.