Post

Replies

Boosts

Views

Activity

Reply to Kext Invalid ownership
Also after some investigation I have this error: codesign -vvvv -R="notarized" --check-notarization /Users/vitaliikizlov/Desktop/Projects/MacOS/Mac/NordFS/nordfs.fs/Contents/Resources/mount_nordfs.app /Users/vitaliikizlov/Desktop/Projects/MacOS/Mac/NordFS/nordfs.fs/Contents/Resources/mount_nordfs.app: valid on disk /Users/vitaliikizlov/Desktop/Projects/MacOS/Mac/NordFS/nordfs.fs/Contents/Resources/mount_nordfs.app: satisfies its Designated Requirement test-requirement: code failed to satisfy specified code requirement(s)
Topic: App & System Services SubTopic: Core OS Tags:
Aug ’21
Reply to Kext Invalid ownership
Also there is another problem that after code sign and success notarization through Xcode (I receive letter from Apple) framework still shows that it's not notarized. spctl -a -vv /Users/vitaliikizlov/Desktop/Projects/MacOS/Mac/NordFS/nordfs.fs/Contents/Resources/mount_nordfs.app /Users/vitaliikizlov/Desktop/Projects/MacOS/Mac/NordFS/nordfs.fs/Contents/Resources/mount_nordfs.app: rejected source=Unnotarized Developer ID
Topic: App & System Services SubTopic: Core OS Tags:
Aug ’21
Reply to swift Process() return values
Same issue for me Crashed Thread: 24 Dispatch queue: com.apple.root.utility-qos Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Application Specific Information: *** Terminating app due to uncaught exception 'NSFileHandleOperationException', reason: '*** -[NSConcreteFileHandle availableData]: Bad file descriptor' terminating with uncaught exception of type NSException abort() called macOS 11.4 Xcode 12.5.1
Topic: App & System Services SubTopic: General Tags:
Jul ’21
Reply to swift Process() return values
Hey eskimo 🙂 Big thanks to your new solution 🙏 Maybe you can help me how to correctly add progress while child process is running ?
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’21
Reply to Kext Invalid ownership
Sorry, I've fixed everything. Problem was in incorrect codesign 🙂
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Aug ’21
Reply to Kext Invalid ownership
Also after some investigation I have this error: codesign -vvvv -R="notarized" --check-notarization /Users/vitaliikizlov/Desktop/Projects/MacOS/Mac/NordFS/nordfs.fs/Contents/Resources/mount_nordfs.app /Users/vitaliikizlov/Desktop/Projects/MacOS/Mac/NordFS/nordfs.fs/Contents/Resources/mount_nordfs.app: valid on disk /Users/vitaliikizlov/Desktop/Projects/MacOS/Mac/NordFS/nordfs.fs/Contents/Resources/mount_nordfs.app: satisfies its Designated Requirement test-requirement: code failed to satisfy specified code requirement(s)
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Aug ’21
Reply to Kext Invalid ownership
Also there is another problem that after code sign and success notarization through Xcode (I receive letter from Apple) framework still shows that it's not notarized. spctl -a -vv /Users/vitaliikizlov/Desktop/Projects/MacOS/Mac/NordFS/nordfs.fs/Contents/Resources/mount_nordfs.app /Users/vitaliikizlov/Desktop/Projects/MacOS/Mac/NordFS/nordfs.fs/Contents/Resources/mount_nordfs.app: rejected source=Unnotarized Developer ID
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Aug ’21
Reply to Kext Invalid ownership
`/Users/vitaliikizlov/Desktop/Projects/MacOS/Mac/NordFS/nordfs.fs/Contents/Resources/mount_nordfs.app/Contents/Extensions/11/nordfs.kext
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Aug ’21
Reply to swift Process() return values
Also I'm wondering why we are setting pipe.fileHandleForWriting in process output instead of pipe.fileHandleForReading in case if we just reading ?
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’21
Reply to swift Process() return values
Same issue for me Crashed Thread: 24 Dispatch queue: com.apple.root.utility-qos Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Application Specific Information: *** Terminating app due to uncaught exception 'NSFileHandleOperationException', reason: '*** -[NSConcreteFileHandle availableData]: Bad file descriptor' terminating with uncaught exception of type NSException abort() called macOS 11.4 Xcode 12.5.1
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’21