thoughtbot / ios-on-rails

A guide to building a Rails API and iOS app
Other
76 stars 6 forks source link

Can't find screen to manage iOS bundle #119

Closed kurko closed 9 years ago

kurko commented 9 years ago

I was able to successfully create a new scheme (the book didn't say where to go. I have to look it for myself and it was tough).

Then there's this:

screen shot 2015-05-31 at 12 56 04 pm

However, my XCode 6.3.2 doesn't have that. Here's what I have.

screen shot 2015-05-31 at 12 55 47 pm

There's only Info and Build Settings.

Could someone help me? Where do I find that? Would it make sense to improve the path you have to follow to open the screens? I have zero experience with XCode.

Thanks!

jessieay commented 9 years ago

Hey there! I am wondering if this is because your version of XCode is different from the book's. I am not an expert on this one, but I am sure @dazmuda can answer your question.

Thanks for posting the issue, we appreciate any and all feedback. :rainbow:

dazmuda commented 9 years ago

Thanks for the ping, @jessieay.

@kurko If you look on the left bar of the screenshot you submitted, you'll see that you have the finance project selected. You need to select the finance target.

Also, regarding creating a scheme, it sounds like Figure 8.2 was not helpful? Popping out the scheme modal occludes the spot you click to do so. I'll take a note to include a screenshot of the area you click, rather than the actual popped out modal.