About setting the simulator orientation for xcode Version 7.0.1 (7A1001)

Asked 2 years ago, Updated 2 years ago, 40 views

Recently upgraded xcode.Version 7.0.1 (7A1001).
I am creating an application with a new vertical screen.
The simulator is oriented horizontally by default.

I tried to change the direction as usual, but
There are no items to configure as before
I don't know where to start.

I tried to contact the help of xcode, but
I couldn't find the page to inquire about that.

It doesn't start unless you change the direction first.
Please give me an answer.

Additional
The simulator orientation setting is missing.

I don't know where to start.

TITLE Because the image is used vertically, the simulator does not work properly due to the difference in size between the screen and the image, so it freezes.
Therefore, even if you turn around after starting the simulator, it will end up not being able to start.

Here is the current error.
fullPathForFilename:No file found title.png.

Harawa's configuration items were normally seen and well set in the previous version, but when I try to do the same in the current version, I can hardly find them.

I'm looking for a place where I can set it up, but I don't have it...

target

I'm really sorry that I didn't understand it from a basic point of view, where can I start with TARGETS?The previous one is the result of clicking on the blue Zibakurei in the left window.I think I was able to set it up from here in the previous version.

xcode

2022-09-30 16:45

3 Answers

From that screen of the Xcode, open the device rotation setting with a few clicks.

First, click the button in the red circle below to view the project list and target list.

Enter a description of the image here

When the list appears, I think the app is in the selected state in the project list.

Enter a description of the image here

Click to select the app in the target list.

Enter a description of the image here

Also, if General is selected in part (2), there should be a Device Orientation setting around part (3).


2022-09-30 16:45

It is one of the possible causes.This line is not very thick, but I will answer it just in case.
In the General item of the project, unchecking Portrait in Device Orientation causes the simulator device to face sideways at startup.

Enter a description of the image here


2022-09-30 16:45

Can you do the following?
Hardware>Rotate Left or Rotate Right

·Shortcut key
Command+→ or Command+←


2022-09-30 16:45

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.