Hello community, I have the following problem, when I update my Mac to Mac Sequoia 15.1, it does not let me install any library in my project and I get the following error that is reflected in the screenshot. Greetings
This is a dedicated space for developers to connect, share ideas, collaborate, and ask questions. Introduce yourself, network with other developers, and join us in fostering a supportive community.
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
I am trying to create a video with pictures only and my pictures are cropped! I tried to select a picture in the timeline and zoom in/out but I don‘t have the magnify glass on the top right like I read in many discussions.
What can I do to fix that?
I have a iPhone13 pro max and just updated the app (Version 3.0.3 (5815.45.84).
Thank you
Topic:
Community
SubTopic:
Apple Developers
Hello, I am seeing some weird behavior regarding the new Passwords app. I have a m3 max macbook that work provides me with a company provided apple ID (granted I don't think there is any rigid management profile with this account it just blocks downloads from the app store). This is preferable to using my personal apple ID on company hardware to avoid sharing all my personal data and just login with my personal account for things I don't care if my company knows about, like my music preferences.
So, the weird behavior I am seeing is after upgrading my work machine to the macOS Sequoia Public Beta and having only using my personal apple ID to sign into Apple Music. I start test driving the new Passwords app and notice that it has seemingly exported a handful of account info and passwords from my personal apple id to my company managed one. There appears to be no rhyme or reason as to the ones that were synced between the two accounts (it snagged my personal github account info and a couple of other random stuff like my Pokemon Go account info). Luckily these being made known to the company aren't harmful to me at all, but it is concerning. I have never even searched, let alone, login to the sites and apps that the Passwords app now magically has the context to. I also can't delete them on the work machine. The process of deleting them appears to work but the next time I open Passwords they reappear (despite having logged out of my personal apple ID from Apple Music soon after this occured).
I just wanted to share and see if anyone else has also had a similar experience or any insight. Thanks for your time.
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!
Topic:
Community
SubTopic:
Apple Developers
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
Topic:
Community
SubTopic:
Apple Developers
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?
Nearing Test Account Limit
You’re nearing the 10,000 test account limit. You currently have 0 inactive test account. You can delete inactive accounts by sorting and filtering below.
But I only have few users
Topic:
Community
SubTopic:
Apple Developers
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
Topic:
Community
SubTopic:
Apple Developers
I just updated to MacOS Sequoia 15.1 (24B83) and LibreWolf is not opening
I tried reinstalling the app but that didn't fix it
LibreWolf has full disk acces
Topic:
Community
SubTopic:
Apple Developers
iOS 18.2 recently came out, with new features ano one of those being image playground. I signed up for the waitlist, and I was hoping the wait time would be around 1-2 hours, just like the writing tools waiist. But that was 2 days ago, and it has been around 40 hours of me still waiting for the image playground feature. Does anyone know how long it takes on average?
Topic:
Community
SubTopic:
Apple Developers
Do Merchant initiated Authorizations work for MasterCard with ApplePay in the US?
Our payment provider let us know that we can not do pre-orders in the US using MasterCard with ApplePay , only VISA works. Is this true?
If yes, any specific reason behind it?
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
Topic:
Community
SubTopic:
Apple Developers
I found out if you try to turn on your torch on iOS 18.2 eith it dosb do anything or it needs a second to turn on
Eu tinha um 15 pro e usava o iOS 18.1 beta e o clean up funcIonava normalmente.
Troquei Para um 15 pro max e parou de funcionar. Instalei o 18.2 beta pra ver se funcionava E também não funcionou.
consigo remover o 18.2 beta do meu aparelho?
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!
Topic:
Community
SubTopic:
Apple Developers
how to solve "Verification Failed! There was an erro connecting to the Apple ID server"?
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.
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?
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.
Upgraded to iPhone16 with iOS18. Now Apple CarPlay does not work with my 2019 Kia Niro EV. Tried some workarounds suggested on other panels but no joy. Airplay icon shows up on menu screen but is grayed out.