Apple Developers

RSS for tag

This is a dedicated space for developers to connect, share ideas, collaborate, and ask questions. Introduce yourself, network with other developers, and foster a supportive community.

Learn More

Posts under Apple Developers subtopic

Post

Replies

Boosts

Views

Created

Persistent 'Sandbox: mkdir deny(1)' Error in Xcode 15 on macOS Sonoma 14.3—Anyone Solved This?
Hello developers, I'm reaching out to see if anyone else has encountered and resolved the following error in Xcode 15 on macOS Sonoma: Sandbox: mkdir deny(1) file-write-create /Users/olawaleabosede/Library/Developer/Xcode/DerivedData/My750hrstracker-erjbkgyqqlopoegusonsambuhznx/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/React-rncore.build/DerivedSources/generated This error is preventing me from building my app due to restrictions on directory creation in DerivedData. I've tried the following solutions without success: Disabled ENABLE_USER_SCRIPT_SANDBOXING in Build Settings. Cleared and reset permissions on the Derived Data folder using chmod -R 777. Set a custom Derived Data location outside the default ~/Library/Developer folder. Reinstalled dependencies and cleared CocoaPods cache by running pod deintegrate and pod install. Granted Xcode full disk access in System Preferences > Security & Privacy. Despite these efforts, the issue persists. I've read that this may be related to stricter sandbox policies introduced in Sonoma and Xcode 15, but I’m wondering if there are any additional workarounds that have worked for others. If anyone has experienced and resolved this issue—or has any new insights on managing this with external dependencies like React Native and CocoaPods—I’d greatly appreciate your advice. Thank you in advance for any help or guidance you can provide! Best regards,
2
2
2.6k
Oct ’24
Apple Developer Invoice
Hi there. How do I could get the invoice with my entity name? When I was billed, Apple used the cardname on the data, instead of the entity name that I have on my account. Thank yoy!
0
0
229
Oct ’24
cant renew membership
my membership was expired its showing mee that massage "Your Apple Developer Program membership has expired. Any apps you had on the App Store are no longer available for download and you can no longer access membership benefits. If you’d like to renew your membership to reinstate your apps and membership benefits, open the Apple Developer app on your iPhone, iPad, or Mac. Sign in to your account, tap/click Renew, and follow the prompts.If you agreed to the Paid Applications Agreement, you’ll need to agree to it again after renewal in the Agreements, Tax and Banking section of App Store Connect." icant find renew option in mac or ios and also from browser
1
0
337
Oct ’24
Membership purchase processing time
Hello developers, I've tried purchasing a developer membership and I got an order confirmation saying that the order processing may take UP TO 48 hours. Here I am 5 days later and it's still not processed, my card was not charged, and I get no responses from support. Is this normal or am I being given the 3rd world treatment due to my country of origin?
1
0
423
Oct ’24
Mac os 15, breaking Citrix VPN
I recently update to Mac OS 15.1 Since then, the Citrix Secure Access VPN software that I use will not work. The error message that it keeps on sending back is "not all firewalls have been enabled" I have tried running the commands below in the terminal : ❯ /usr/libexec/ApplicationFirewall/socketfilterfw --add /Applications/"Citrix Secure Access.app" and ❯ /usr/libexec/ApplicationFirewall/socketfilterfw --unblockapp "com.citrix.NetScalerGateway.macos.app" This has not worked, so now not sure on what steps to follow. Citrix used to work before, updating to Mac oS 15.0
1
0
491
Oct ’24
macOS Sequoia Developer Beta 15.2 crashing
Hi, About every 3 hours 15.2 will lock up/crash. If not present it eventually reboots itself, but if present I manually power-cycle. It happens about every 3 hours regardless of what I'm doing. The crash log is always the same too. Pasted below. Does anyone have any suggestions? Thanks! Full crash log: https://i.ibb.co/2jtJg5G/crashlog.jpg
7
2
1.3k
Oct ’24
Has anyone been able to point apache's DocumentRoot to an iCloud folder on Sonoma, Apache 2.4?
As the question states, I'm having trouble getting apache access to my new DocumentRoot which is a folder in iCloud on my Mac. I have DocumentRoot "/Users/MYUSERNAME/Library/Mobile Documents/comappleCloudDocs/Sites" but I'm getting 403 Forbidden errors. If I change DocumentRoot to just "/Users/MYUSERNAME/Library" everything works as expected. It just can't seem to find Mobile Documents. I can see the Mobile Documents folder in a shell but it doesn't appear in the Finder. Help!
0
0
181
Oct ’24
Universal Control on MacOS 15.1
I have two machines (a Studio and a MacBook Pro) and I use Universal Control to share a mouse between them. It's far from perfect, but it works. When I upgraded the second machine to 15.1 yesterday (29/10/2024), Universal Control between the machines became completely unusuable (connection drops up within a second or so of occurring). Has anyone else experienced this? I did reach out to Apple Support. I got Apple but not Support.
2
1
384
Oct ’24
Corrupted iPhone 16 pro max
I was on iOS 18.1 beta 6 on my iPhone 14 Pro Max when my iPhone 16 Pro Max arrived. I took it out of the box and started to set it up as usual. I scanned the moving blue circle with my camera and began setting up the device. When I reached the software update screen, it was going to update to iOS 18.0.1. The phone restarted, and everything seemed normal. However, it brought me back to another update screen, asking me to go through the same setup steps again, which I found odd. This time, the update was for iOS 18.1 beta 7. After the update, the device restarted and appeared to be good to go, but it wasn’t. It wouldn’t go past the lock screen and kept respringing when I held down the power button to turn it off. I tried to restore the device from my computer using Apple devices, and it began to restore. The Apple logo appeared on the black screen with a loading bar, but it got stuck at about 15%. It remained like that for over an hour while plugged in. I hard restarted the device, following Apple Support’s directions, and the device became corrupted, stuck on the restore screen. I attempted to restore it again from my computer, but it only gave error codes and once again stalled at 15% of the loading bar. The error and videos and images are linked below one error is not in pictures but it was unexpected error 3503 could not complete update and restore. Betas are Apple Original, they are developer betas as I have a developer account.
2
0
1.7k
Oct ’24
Battery Health Issue On Iphone 15Pro Max
Recently after the update of iOS 18.0.1 my iPhone 15 pro max drains very fast if I'm in normal usage only at one day i.e. on 19th of October I checked my battery health it shows me 99% as of today i.e. 30th October it is 96% I'm bit confused is there any issue like this to anyone i would like to know.And is there any solution for this?
1
0
442
Oct ’24
Apple ACME client failing to poll order when order is in "processing" status.
I'm developing an ACME server to issue identity certificates to macOS/iOS devices for MDM attestation, following RFC 8555. Per RFC, the client creates an order, performs authorization, verifies the challenge, and finalizes the order by submitting a CSR to the CA. In my setup, the CA sometimes takes longer to issue the certificate (around 50 seconds). According to RFC 8555, if certificate issuance isn’t complete after the /finalize call, the server should respond with an "order" object with a "processing" status. The client should then send a POST-as-GET request to the order resource (e.g., /order/<order_id>) to check the current state. If the CA still hasn’t issued the certificate, the server should return the order object with the same "processing" status and include a "Retry-After" header, indicating when the client should retry. The client is expected to poll the order resource at this specified interval with POST-as-GET requests. However, it seems the Apple ACME client ignores the "Retry-After" header and instead returns the error: "Profile failed - Order status is processing, not yet valid" immediately upon the first poll response with "processing." Apple ACME client deviating from the RFC documentation. Has anyone found a reliable solution to this issue? Ref -https://datatracker.ietf.org/doc/html/rfc8555#:~:text=A%20request%20to%20finalize%20an%20order%20will%20result%20in%20error,to%20the%20%22certificate%22%20field%20of%20the%20order.%20%20Download%20the%0A%20%20%20%20%20%20certificate. To work around this, I’m holding the /finalize call until the CA issues the certificate. This works when issuance is quick (under 20 seconds), but if it takes more than that , the client times out. Interestingly, the Apple ACME client’s timeout appears shorter than the usual 60-second URLSession default.
0
0
468
Oct ’24