Search results for

Account Locked

31,785 results found

Post

Replies

Boosts

Views

Activity

Reply to The installer package includes files that are only readable by the root user
OK, here’s what I did today: I created a new VM with a macOS 15.5 guest, and then installed Xcode 16.4. I ran through the OS and Xcode setup processes, doing minimum configuration at each step. I chose English as the language because I very much doubt that this issue is related to your chosen language. In Xcode, I created a new project from Xcode’s macOS > App template. In Signing & Capabilities, I confirmed that Sign to Run Locally was selected [1]. I chose Product > Archive. I looked at the contents of the resulting archive: % cd /Users/quinn/Library/Developer/Xcode/Archives/2025-07-21 % ls -al Test788895 21-07-2025, 05.11.xcarchive/Products/Applications/Test788895.app/Contents/_CodeSignature total 8 drwxr-xr-x 3 quinn staff 96 21 Jul 05:11 . drwxr-xr-x 7 quinn staff 224 21 Jul 05:11 .. -rw-r--r-- 1 quinn staff 2200 21 Jul 05:11 CodeResources As you can see, the permissions are set correctly. You should be able to run this test locally, and I suspect that you’ll see the same results as I do. If yo
Topic: Code Signing SubTopic: General Tags:
Jul ’25
Not able to remove Activation Lock through MDM
I am not able to remove the Activation Lock through MDM. I enabled the activation lock via https://mdmenrollment.apple.com/device/activationlock My device is listed in the ABM portal and i used the provided snippet here to generate the bypass code. I am getting the SUCCESS response of the above API and the activation lock also got enabled. But while removing the above activation lock via https://deviceservices-external.apple.com/deviceservicesworkers/escrowKeyUnlock and using the same escrow key that I used in the above api while activating the lock. I got the following error everytime Though this API of clearing the activation lock works perfectly fine when I enable the user-initiated activation lock, by enabling the Find My in the device. And use the bypass code as escrow_key that we receive from the device via device querry command.
5
0
1.3k
Aug ’24
Reply to File/Folder access/scoping for background only apps
We didnt have 2 sessions of our plug-in/Photoshop being invoked. The admin user was just physically logged in for other purposes. So, only 1 instance was running of Photoshop/our plug-in/background process always under the Standard user account. To answer your questions the following is the code we use for finding/launching is below - [[NSWorkspace sharedWorkspace] openApplicationAtURL:app_path configuration: configuration completionHandler:^(NSRunningApplication* app, NSError* error) if (error) { NSArray *directory_path_arr = NSSearchPathForDirectoriesInDomains(NSApplicationSupportDirectory, NSLocalDomainMask, YES); NSString *filePath = nil; if(directory_path_arr) { NSString *directory_path = [directory_path_arr objectAtIndex:0]; NSString *filePath = [directory_path stringByAppendingPathComponent: [NSString stringWithUTF8String:(const char *)gAppSupportFolderName]]; if(filePath) [[NSWorkspace sharedWorkspace] launchApplication:filePath]; } NSLog(@Failed to run the app: %@, error.localizedDescription
Topic: App & System Services SubTopic: Core OS Tags:
Jul ’25
Unable to pair xcode with vision pro
So I have an apple developer account, a mac running Sequoia, and a Vision Pro, all I want to do is run my build on the headset, but I can't connect the headset to Xcode on the mac. I've tried the steps I've seen online with no luck, as I can't see the device I cannot complete step 3: Connect to same wifi network On Vision Pro -> Settings > General > Remote Devices On Mac -> Xcode -> Devices & Simulators -> Select the Vision Pro & enter the code On Mac -> Run a build targeted at your vision pro device which should now be a run destination (Developer mode setting wasn't visible till I did this), you will get an error saying developer mode is not enabled On Vision Pro -> Privacy & Security > Developer Mode I have tried multiple networks, hotspots, disabled my firewall, disabled settings like airdrop & airplay, made sure both devices are up to date, even tried a developer beta OS on the vision pro. I can connect to the mac to share the screen on the vision pro b
4
0
169
Jul ’25
Possibly mistaken rejection and pending account termination
Hello, I seem to be in the same situation as this developer here. My account is pending termination with the following accusation: App submissions from your account have engaged in concept or feature switch schemes to evade the review process, such as dynamically populating different app content after review, submitting apps with hidden features, repeatedly submitting misleading apps, and/or submitting apps with concrete references to content that you are not authorized to provide or is otherwise not appropriate for the App Store. I believe this to be a mistake, however I'm happy to make changes to the app to remedy this. I'm an open book - there's nothing I'm hoping you won't notice. I'm aiming for full compliance with all the App Store requirements and if I'm not compliant I'll make the required changes. If the App Review team monitors this could you please take a look? Thanks, Matt
2
0
213
Jul ’25
Reply to Urgent: CursorUIViewService & hiservices-xpcservice Issues
(reposted from thread #759802 to match your repost of the question) You can disable the cpu hog that is CursorUIViewService with sudo defaults write /Library/Preferences/FeatureFlags/Domain/UIKit.plist redesigned_text_cursor -dict-add Enabled -bool NO and restart. This service is the world's most over engineered capslock indicator, and if you toggle caps lock a lot, it loses its mind. Unfortunately for me, I rest my left pinky finger on the caps lock key and toggle it nervously when I'm thinking. Do NOT kill the running process, doing so can freeze the UI forcing a power-cycle.
Topic: Community SubTopic: Apple Developers Tags:
Jul ’25
Urgent: CursorUIViewService & hiservices-xpcservice Issues
Hi Everyone, I would appreciate your help with the topic mentioned above. I'm seeking a solution for the issue I linked below. https://discussions.apple.com/thread/255668660?sortBy=best Apple Support said I could get a faster response. I've also submitted the issue to Apple Support, and they said it's currently with an Apple Engineer, but things are moving a bit slowly there. I'm writing the similar explanation I wrote on the discussion forum here as well. It's been months, and I hope we can get a result here: **Here is the problem: ** I've noticed that the CursorUIViewService process in Activity Monitor is becoming 'not responding' and causing significant lag on my MacBook Air (M3), especially when typing and switching between upper and lower case letters. It appears this process also controls the blue caps-lock indicator, which stops working when the process is unresponsive. This issue seems to cause the lag, and currently, it is using about 170MB of RAM. Additionally, the com.apple.hiservices-xpcs
1
0
1.7k
Sep ’24
Reply to Severe Lag on MacBook Air Due to 'CursorUIViewService' Not Responding
disable the cpu hog that is CursorUIViewService with sudo defaults write /Library/Preferences/FeatureFlags/Domain/UIKit.plist redesigned_text_cursor -dict-add Enabled -bool NO and restart. This service is the world's most over engineered capslock indicator, and if you toggle caps lock a lot, it loses its mind. Unfortunately for me, I rest my left pinky finger on the caps lock key and toggle it nervously when I'm thinking. Do NOT kill the running process, doing so can freeze the UI forcing a power-cycle.
Jul ’25
Severe Lag on MacBook Air Due to 'CursorUIViewService' Not Responding
Hello Everyone, I want to seek a solution here for an issue I mentioned on https://discussions.apple.com/thread/255668660?sortBy=best because Apple Support said I could get a faster response. I've also submitted the issue to Apple Support, and they said it's currently with an Apple Engineer, but things are moving a bit slowly there. I'm writing the similar explanation I wrote on the discussion forum here as well. It's been months, and I hope we can get a result here: Here is the problem I've noticed that the CursorUIViewService process in Activity Monitor is becoming 'not responding' and causing significant lag on my MacBook Air (M3), especially when typing and switching between upper and lower case letters. It appears this process also controls the blue caps-lock indicator, which stops working when the process is unresponsive. This issue seems to cause the lag, and currently, it is using about 170MB of RAM. Isn't it interesting? Additionally, the com.apple.hiservices-xpcservice process also becomes
1
0
1.8k
Jul ’24
Reply to iPadOS 26
This happened to me twice. I solved it by holding down the keys that you normally hold down to get the “slide to power off“, and nothing happened… However I held it down for like 30 seconds anyway. Then I went to the kitchen to do some cooking when I came back the iPad had restarted it just took a long time. After that I Long-pressed the Amazon Prime app and made it locked, so that it requires the passcode, this was to prevent me from ever launching it again. Also I did report this bug.
Jul ’25
Reply to How To Move Camera with PS5 Game Controller
Let me know if: • The red sphere is visible • Movement now feels trackable • You want right-stick support for turning (rotation) • Or we need to tweak scale/speed/clipping/etc You’re close — this should lock it in. ME: Yes, I see the red sphere, and It moves forward, backwards, left and right. Still no actual camera movement though. AI: Excellent — that means everything except the viewpoint shifting is working. The red sphere is tied to the camera, and it’s moving… so your entity is moving — but your headset camera (what the user sees) is staying fixed. Here’s why: ❗ RealityView doesn’t use your custom camera for rendering RealityView always renders from the user’s head position (i.e., the Vision Pro headset) unless explicitly told to use another camera — and currently, Apple doesn’t expose a public API to set the “view camera” in a RealityView. ME: (To myself - are you KIDDING me, that we can't move a camera in a 3d scene, but the solution is to move the 3d scene around the camera? ARE YOU KIDDING M
Topic: Spatial Computing SubTopic: General Tags:
Jul ’25
Reply to How To Move Camera with PS5 Game Controller
(continued from above, as I hit the 7000 text limit) I kindly (HA) remind the AI that the code continues to crap out a the content.camera = camera line, with the error Cannot assign value of type PerspectiveCamera' to type 'RealityViewCamera' and to confirm, with 100 percent certainty, that this is even doable. The response: Thank you for your patience — you’re absolutely right to demand clarity here. Let’s clear up the confusion once and for all. ⸻ ✅ The Short Answer: Yes, it is 100% doable to move the camera in an immersive RealityView using gamepad input — and you’re already doing it correctly with your most recent working code (which uses a PerspectiveCamera parented under a named entity like CameraRoot and moves that entity based on gamepad stick input). ⸻ ❌ The Misleading Part: content.camera = camera // ❌ ERROR: Cannot assign value of type 'PerspectiveCamera' to type 'RealityViewCamera' This line is not supported with PerspectiveCamera. It only works with a specific wrapper type used for dynamic camera
Topic: Spatial Computing SubTopic: General Tags:
Jul ’25
How to use defaultSize with visionOS window restoration?
One of the most common ways to provide a window size in visionOS is to use the defaultSize scene modifier. WindowGroup(id: someID) { SomeView() } .defaultSize(CGSize(width: 600, height: 600)) Starting in visionOS 26, using this has a side effect. visionOS 26 will restore windows that have been locked in place or snapped to surfaces. If a user has manually adjusted the size of a locked/snapped window, the users size is only restore in some cases. Manual resize respected Leaving a room and returning later Taking the headset off and putting it back on later Manual resize NOT respected Device restart. In this case, the window is reopened where it was locked, but the size is set back to the values passed to defaultSize. The manual resizing adjustments the user has made are lost. This is counter to how all other windows and widgets work. I reported this last month (FB18429638), but haven't heard back if this is a bug or intended behavior. Questions What is the best way to provide a defaul
1
0
418
Jul ’25
Reply to File/Folder access/scoping for background only apps
So the System was not popping up Do you want to provide access to the Desktop etc folder etc. in this condition to the Standard User. Where did the Message/Window to confirm access to the folder vanish to? There are more questions on this below, but I suspect what's going on here is you have two plugin instances (because Photoshop is running as a separate process in the two different login sessions) which are both talking to the same background process. I don't know how you ended up in that state, but it's impossible for the same process to work in different login sessions. The moment the Admin User was physically logged off the Mac, everything started working for the Standard User even under Screen Sharing. This makes us wonder if this is an edge case macOS bug? No, I don't think this is a macOS bug. Questions I need answered here are these: How are you doing this? Is the background app a launch agent or something else? Also, what exactly is your background app? Is it a true (presumably faceless) app that ru
Topic: App & System Services SubTopic: Core OS Tags:
Jul ’25