Search results

  1. dadidoe

    X-Code for iPhone Problem

    Out of some reason I receive this: I tried that, nothing works. Still that lame error. It wasn't there yesterday...If I choose "Don't Code Sign", it says that I have to:( Can anyone help?
  2. dadidoe

    EXC_Breakpoint @ MacOSX 10.4

    I set the minimum system target to 10.4&used the 10.4u SDK.
  3. dadidoe

    Question marks on emails

    The Question Marks in Mail mean the same thing as in Safari-The Source cannot be found. So this means that the E-Mail's Source Code defines the "img src" incorrectly. If this isn't the case, check your internet connection, what cant load cant appear:D. The unread message problem is rather...
  4. dadidoe

    iPhone SDK on Tiger?

    and this is from the PDF Read Me File:
  5. dadidoe

    iPhone SDK on Tiger?

    Sorry, but unfortunately it's not possible to use X-Code + the iPhone SDK on Tiger. I pasted this from my iPhone Connection Page: No Tiger then... The iPhone works using Cocoa Touch, which is Cocoa but without the NS (for example NSTextField), but uses a UI (UITextField). Also, the frameworks...
  6. dadidoe

    EXC_Breakpoint @ MacOSX 10.4

    hi, im building on a new app which is aimed at mac osx 10.4 and 10.5 users. Running fine on 10.5, i tried using the app on 10.4, but i received this error message: (see attachment) Checking on the terminal I received this: Exception: EXC_BREAKPOINT (0x0006) Code[0]: 0x00000001...
  7. dadidoe

    Security.framework Question

    I'm building on a Tweak App, but it needs to run with priviledges. How can I use the Security.framework to do this?
  8. dadidoe

    Using an iPod touch

    The question here is has it raised problems on your machine?did you try it out?
  9. dadidoe

    No Universal?

    Build Active Architecture only was on. Now it's Universal. Thanks!
  10. dadidoe

    No Universal?

    I use 3.1.2, clicked universal 32 bit,still intel.
  11. dadidoe

    No Universal?

    ok theres something wrong with the architekture. When going on Project->Set Active Architecture, the i386 + ppc is devided! it displays i386 seperate, the + seperate and the ppc seperate!
  12. dadidoe

    No Universal?

    i checked and it is set to release. Still just intel, no Universal.
  13. dadidoe

    No Universal?

    I have a problem with making my app universal. Usually, I select 10.4u as SDK and enter for architectures ppc + i386 but this time it will not work, it's still Intel! Why?
  14. dadidoe

    compiler errors after upgrade to Leopard

    SDK may still be set to 10.4. Also set the deployment target to 10.5.
  15. dadidoe

    Creating a public.pem and private.pem key.

    how can i create them? i know its possible via the terminal but how?
  16. dadidoe

    I want to configure my mouse.

    sorry i just saw that you are a switcher Apple Script is a programing language by apple, the Mighty Mouse can be configured using any script you specify, so there's an option to make a script enabling you to go forward and backward, maybe check google.
  17. dadidoe

    I want to configure my mouse.

    well you could write an apple script for it if you are familiar with it, thats the onliest option
  18. dadidoe

    Creating a public.pem and private.pem key.

    these keys are required for my licence key mechanism NSData *publicKeyData = [NSData dataWithContentsOfURL:[NSURL fileURLWithPath:[[NSBundle mainBundle] pathForResource:@"public" ofType:@"pem"]]];
  19. dadidoe

    Creating a public.pem and private.pem key.

    How can I create a public and private key using the terminal?
  20. dadidoe

    Help with GarageSale Problem?

    I think so.Try using PayPal,I use it with GarageSale and it works fine.
Back
Top