• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: App give s -35 error when run out of the debugger
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: App give s -35 error when run out of the debugger


  • Subject: Re: App give s -35 error when run out of the debugger
  • From: "Jason T. Slack-Moehrle" <email@hidden>
  • Date: Mon, 12 Nov 2012 18:54:17 -0800



The app is using paths like str=".\\Folder\\xxx.txt"

Well, that is likely to be the problem.  It looks like the app is using Windows path separators (i.e. the escaped backslashes), not the correct Unix path separator (i.e. forward slashes).  What confuses me, though, is how it would work even in the debugger.

Well, after more debugging it is actually doing this:

Running…
IN - : .\Flg.h
OUT - : ./Flg.h
IN - : .\Dreamsuite\DS1Preferences.iqu
OUT - : ./Dreamsuite/DS1Preferences.iqu
IN - : .\DreamSuite\DS1SecurePreferences.iqu
OUT - : ./DreamSuite/DS1SecurePreferences.iqu
IN - : .\Dreamsuite\SplashScreen.iqu
OUT - : ./Dreamsuite/SplashScreen.iqu
IN - : .\\Dreamsuite\\dsSplash.jpg
OUT - : ./Dreamsuite/dsSplash.jpg 

Jason
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >Re: App give s -35 error when run out of the debugger (From: Bernie Maier <email@hidden>)

  • Prev by Date: Re: IB Deployment
  • Next by Date: Re: App Store doesn't accept build with this version of Xcode?
  • Previous by thread: Re: App give s -35 error when run out of the debugger
  • Next by thread: Corrupt Simulator?
  • Index(es):
    • Date
    • Thread