Post

Replies

Boosts

Views

Activity

Reply to xcrun notarytool store-credentials -> HTTP status code: 401. Invalid credentials error
I was entering the password into command which I entered into app-specific password window, but the correct password which will be produced automatically after my password entry . In the first 10 attempt it was not created. but then a new window popped up and showed me a new created password in such a format: ex: texe-crtt-wrrg-tftz this was working fine.
Topic: Code Signing SubTopic: Notarization Tags:
Jul ’24
Reply to python "import foundation" crushes if the app is codesigned
Thanks a lot for the response. I could solve the problem with following entitlements file and following codesign command. codesign -s "$SIGNING_IDENTITY_APP" --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags,runtime \ I do not know which change worked exactly, but it is working now. app.entitlements.txt
Topic: Code Signing SubTopic: General Tags:
Jul ’24
Reply to multiprocessing.Queue() python method sandbox problem
By the way, in synchronize.py", line 57 going to following line. sl = self._semlock = _multiprocessing.SemLock( kind, value, maxvalue, self._make_name(), unlink_now) I guess it is trying to reach a shared memory. there are some discussion about this SemLock method permission problems in internet but I could not find a proper solution in internet.
Topic: Code Signing SubTopic: General Tags:
Aug ’24
Reply to How to turn off the camera of an IOS device via SwiftUI
Hi, What a pity. Thanks a lot for answers.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Dec ’21
Reply to How to get IOS device camera status(if it is on or off)
Any résponse?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Dec ’21
Reply to How to get IOS device camera status(if it is on or off)
Hi Claude31, Thanks a lot. It sound good. I will investigate isInUseByAnotherApplication. Best Regards Emre
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Dec ’21
Reply to Method cannot be called from ViewController file into a swift file(DELEGATE)
I solved the problem my self. With the reason that it was a communication between extension and my main app, I used UserDefaults to send the variables from SampleHandler to viewContoroller instead of calling a method. Thanks a lot for your support Claude31
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jan ’22
Reply to How to close MacOS camera per command line(macOS Monterey)?
I archive to kill my camera with following command:"echo 1069 | sudo -S killall -SIGKILL UVCAssistant" But the camera cannot be switched on anymore, a reboot of macOS required. Does anyone an idea how I can start it again? PS:./UVCAssistant did not work. although I stared the process again, the camera cannot be started anymore
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Feb ’22
Reply to xcrun notarytool store-credentials -> HTTP status code: 401. Invalid credentials error
xcrun notarytool submit /Users/test/Downloads/test_launch_gui_stop_signed.pkg --progress --apple-id xxx --password zzz --team-id yyy --wait giving also the same error
Topic: Code Signing SubTopic: Notarization Tags:
Replies
Boosts
Views
Activity
Jul ’24
Reply to xcrun notarytool store-credentials -> HTTP status code: 401. Invalid credentials error
I was entering the password into command which I entered into app-specific password window, but the correct password which will be produced automatically after my password entry . In the first 10 attempt it was not created. but then a new window popped up and showed me a new created password in such a format: ex: texe-crtt-wrrg-tftz this was working fine.
Topic: Code Signing SubTopic: Notarization Tags:
Replies
Boosts
Views
Activity
Jul ’24
Reply to python "import foundation" crushes if the app is codesigned
Thanks a lot for the response. I could solve the problem with following entitlements file and following codesign command. codesign -s "$SIGNING_IDENTITY_APP" --verbose --force --deep --entitlements /Users/emre/Documents/MrProtect/app.entitlements --options=runtime --timestamp --preserve-metadata=entitlements,requirements,flags,runtime \ I do not know which change worked exactly, but it is working now. app.entitlements.txt
Topic: Code Signing SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’24
Reply to multiprocessing.Queue() python method sandbox problem
By the way, in synchronize.py", line 57 going to following line. sl = self._semlock = _multiprocessing.SemLock( kind, value, maxvalue, self._make_name(), unlink_now) I guess it is trying to reach a shared memory. there are some discussion about this SemLock method permission problems in internet but I could not find a proper solution in internet.
Topic: Code Signing SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’24