Re: Cocoa-dev Digest, Vol 19, Issue 24
Re: Cocoa-dev Digest, Vol 19, Issue 24
- Subject: Re: Cocoa-dev Digest, Vol 19, Issue 24
- From: Richard Charles via Cocoa-dev <email@hidden>
- Date: Mon, 4 Apr 2022 09:45:34 -0600
> On Apr 4, 2022, at 8:58 AM, Michal L. Wright via Cocoa-dev
> <email@hidden> wrote:
>
> Hi,
>
> I have a rather large Objective C project that I'm building in Xcode 13.3,
> running under macOS 12.3.
> (98 .m files with matching .h files, and a dozen or so .h files containing
> defines, with the release version of the app itself being 13.8 MB.)
My app is also large Objective C project with 247 primary source files with the
release version at 24.6 MB. Also using Xcode 13.3 running under macOS 12.3.
> When I run the app in Xcode (whether in debug mode or not), the All Output
> window produces the following:
>
> 2022-04-02 10:11:07.626094-0700 iData Pro 5.0.00[73856:2163752]
> [logging-persist] cannot open file at line 45530 of [9ff244ce07]
I was getting output like this several weeks ago but now it has stopped. Not
sure why. My app uses CoreData but not a sandbox.
https://stackoverflow.com/questions/56461441/sqlite3-open-cannot-open-file-at-line
> 2022-04-02 10:11:07.626135-0700 iData Pro 5.0.00[73856:2163752]
> [logging-persist] os_unix.c:45530: (0) open(/var/db/DetachedSignatures) -
> Undefined error: 0
I was getting output like this several weeks ago. The file did not exist on my
system. So I created one and never saw the message again.
touch /var/db/DetachedSignatures
https://developer.apple.com/forums/thread/131498
Richard
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden