Giter Site home page Giter Site logo

Comments (7)

desolationrift avatar desolationrift commented on June 3, 2024

I'm having the same problem and I have no clue what to do can someone help us.

from simfinger.

sefran avatar sefran commented on June 3, 2024

For me, the same. I tried to change the path, but nothing.
Xcode 3.2.2, Simulator 3.1.3
Mac OS X 10.6.6

from simfinger.

andrewdever avatar andrewdever commented on June 3, 2024

Any solution?

from simfinger.

enderchen avatar enderchen commented on June 3, 2024

I got the same error... so how to solve it?

from simfinger.

druidLike avatar druidLike commented on June 3, 2024

If you want to hack a temp. fix, I got landscape to work on 10.6.7 with the following hacks:
In FakeFingerAppDelegate.m in the method 'positionSimulatorWindow', I added the following -

Look for this code -
NSLog(@"Simulator current size: %d, %d", (int)size.width, (int)size.height);

        BOOL supportedSize = NO;
        BOOL iPadMode = NO;
        BOOL landscape = NO;
        int iPhoneWidth = 368;
        int iPhoneHeight = 716;
        int iPadWidth = 852;
        int iPadHeight = 1108;

Then add this after it -

iPhoneWidth = 386;
iPhoneHeight = 742;
size.width = 742;
size.height = 386;

One other change needed -

Change the app name to 'iPhone Simulator' instead of 'iOS Simulator' in the line
if([[application objectForKey:@"NSApplicationName"] isEqualToString:@"iOS Simulator"])

from simfinger.

lpotherat avatar lpotherat commented on June 3, 2024

In fact, you have to put the localized name of the ios simulator program at this line.

In french it is : @"Simulateur iOS"

This name is the name displayed in the menu bar.

from simfinger.

johnboyer avatar johnboyer commented on June 3, 2024

I’ve never heard a peep from the developer about this problem. I’m going to try this app instead:http://www.jaml.co.uk/simcap.html

from simfinger.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.