> On 2 Jan 2016, at 10:14, SevenBits <sevenbitst...@gmail.com> wrote: > > Hi list, > > Xcode has decided not to cooperate with me. > > My latest app is crashing constantly when I launch it. It crashes > immediately, without showing any UI or starting the app delegate, so I know > that my code isn’t the cause. The app will be able to run 3 or 4 times before > this happens. This did not happen before I started accessing, and writing to, > my app’s Application Support directory. > > The app is sandboxed, destined for the MAS, and is using ARC. Deleting my > app’s sandbox container fixes the problem, until it tries to write to the > Application Support directory and the cycle starts all over. > > Does anyone have any pointers? Seen this before? > > Thanks in advance. > _______________________________________________
crash report? stack trace? Anything from any of the logfiles in /var/log. If it’s crashing it’s dumping a crash report somewhere. Without that it’s just guesswork. _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com