Posts under Developer Tools & Services topic

Post

Replies

Boosts

Views

Activity

Device Hub sucks
Or maybe I suck? Is there really no way with the new Xcode to take a simple screenshot from the device you're testing?You have to connect this Device Hub? An entirely separate app. And not only that, then you have to pair it, which maintains a live connection to the phone? Fine. Okay then. But now I can no longer test the microphone functions of my app because that shared session is interfering with it. Oh, well, I'll just disconnect the session then, right? Nope. The button to disconnect the session doesn't work. Device Hub thinks it's disconnected, but my phone still shows the blue sharing session icon in the upper left hand corner. The only way to stop that is to unpair the phone completely. So then every time I want to take a screenshot, I've got to do this pairing crap? I think I'll be running a second copy of Xcode 26 for quite a while just to use the screenshot button.
5
0
288
1w
Apple Watch Missing Developer Mode Option
I have an iPhone 14 running iOS 16.1 and my series 5 watch running watchOS 9.1. I was able to turn on Developer Mode on the phone by going to Settings--> Privacy & Security --> Developer Mode. On the watch however (I'm doing this directly on the watch and not on the watch app on the phone) once I'm in Privacy & Security, there is no option to select Developer Mode. How do I get my watch in Developer Mode in order to get a successful build in xCode?
44
9
28k
1w
Apple watch series 9 (OS 10.3) not showing up in xcode 15.1 under devices list.
When connecting my iphone (14pro with iOS 17.2.1) with a paired apple watch (series 9 with OS 10.3), it is not showing up on the devices/simulators list in xcode 15.1. Beyond unpairing/repairing the watch, restarting either iphone or watch, connecting/disconnecting the iphone from the computer or deleting xcode and re-installing xcode, any other suggestions? Under the WatchApp field it shows "no eligible device connected", however, under the console the Apple Watch does appear. I have tried just about everything and can't get the watch to appear in Xcode. I am running all this on a MacBook Pro with Sonoma. Thanks for any assistance!
1
1
1.2k
1w
Waiting for support for a month
Long story short, I moved to the US from Sweden a while back and updated my Apple account to the US. I had gotten an email about updating my address which I had totally missed. "All of a sudden" I couldn't upload new updates to my app and at that point I had no clue what was going on. I reached out to the support and very quickly I got an email saying that I need to upload proof of residency which I did. After that I haven't heard from the support in 30 days and I'm starting to get a little worried about what's going on. Has this happened to anyone else? If the support sees this, my case number is 102928128301
0
0
67
1w
Enrollment blocked — "Contact Support" instead of payment step (ID 3D3APU3PLB)
Hello, I am unable to complete my Apple Developer Program enrollment and would appreciate any help from Apple staff. Enrollment ID: 3D3APU3PLB Enrollment type: Individual Region: Serbia Issue: When I sign in and click "Continue your enrollment", I only get a "Contact Support" message. The flow never reaches the payment step, so I cannot proceed or pay. Background: An earlier payment attempt was declined by my bank. My bank has confirmed the block was on their side and has since authorized the transaction. I am ready to pay immediately. What I have verified: Two-factor authentication is enabled Email-format Apple Account, not a phone number Legal name, address, date of birth and phone number are correct and match my ID document No VPN used Enrollment region, address, phone number and card are all Serbian I have contacted Apple Developer Support but have not received a resolution. Could someone please review enrollment ID 3D3APU3PLB and reset it so I can complete the process? Thank you.
0
1
101
1w
Developer account subscription not working
I signed up for my developer account on my iPhone, and completed my purchase using Apple Pay. I have an email confirming my subscription and the subscription shows up in my subscription list. However, when I got to the developer portal it says I am pending and requests that I complete my purchase. It really seems like something is not working properly. Any advice?
0
0
37
1w
Formal Complaint – Apple Developer Membership Active but Unusable
Dear Apple Developer, I am writing to express my complete dissatisfaction with the support and experience I have had regarding my Apple Developer membership. I have already paid for my Apple Developer Program subscription, and my membership is clearly shown as active. However, I am completely unable to use the service because the official Apple Developer app keeps asking me to subscribe again, as if I were not an active member. This is extremely frustrating. I paid for a service that I simply cannot use. To make matters worse, I have attempted to contact Apple Support by phone several times. Apple has called me back, but every single call has been completely silent. No representative speaks, and the calls are effectively useless. This has prevented me from receiving any assistance and has wasted a significant amount of my time. I expect Apple to resolve this issue as soon as possible. I have fulfilled my obligation by paying for the membership, and I expect the service to work correctly. It is unacceptable to pay for a subscription and then be blocked from using it because of what appears to be an issue with Apple's systems. Please investigate my account, restore full access to my Apple Developer membership immediately, and provide a clear explanation for why this problem has occurred. I hope this matter can be resolved promptly, as this situation is seriously affecting my ability to continue my development work. Sincerely, Luan Oliveira
0
0
34
1w
Xcode won't sign into ChatGPT Codex account anymore
As of May 8th, 2026, after I upgraded to "codex-cli 0.129.0" via Xcode, I can no longer sign into my ChatGPT account in Xcode Intelligence Settings. The Log In window is always successful, but the settings never update to show the login being successful. It's a constant loop. Perhaps a hand-shake fail. Versions: Tahoe 26.3.1, Xcode 26.4.1, codex-cli 0.129.0.
12
4
1.7k
1w
Xcode Codex sign-in fails after updating OpenAI component
Environment: macOS: Tahoe 26.4 Xcode: 26.5 ChatGPT account successfully authenticated Codex CLI installed and working Codex App installed and working Steps to reproduce: Install Xcode Codex/OpenAI component version where GPT-5.4 is the highest available model. Sign in with ChatGPT account. Confirm Codex works in Xcode. Update the OpenAI/Codex component in Xcode. Attempt to sign in again. Expected result: Xcode completes authentication and shows signed-in status. Actual result: Browser successfully completes authentication and displays "Signed in to Codex." Xcode remains in a sign-in loop or shows "Not Signed In." Authentication never completes. Additional observations: Codex CLI authentication succeeds. Codex App authentication succeeds. ChatGPT web/app access succeeds. Anthropic/Claude component updates continue to work normally in Xcode. Issue appears specific to the updated OpenAI/Codex Xcode component. Older component (GPT-5.4 maximum model available) authenticates successfully.
5
5
712
1w
Xcode 27 incorrectly links a Catalyst binary, _UIFontTextStyleCallout Expected in AppKit
I have a personal iOS project that I also compile for macOS with Catalyst. When built with Xcode 26.x, everything is linked correctly. When built with Xcode 27 betas, the following runtime error occurs: Termination Reason: Namespace DYLD, Code 4, Symbol missing Symbol not found: _UIFontTextStyleCallout Referenced from: <046ED276-F81A-31B4-82FF-6DC82E9041BC> /Applications/Photo Library.app/Contents/MacOS/Photo Library Expected in: <298B64F6-9BC0-3BFB-BE72-EBDC2BE0FF19> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit Any assistance? Thanks
10
0
458
1w
Unable to enroll into Apple Developer Program
Facing issues with enrolling into the program. Trying to do from Apple Developer app results into the error - Unable to continue (Contact support at https://developer.apple.com/contact/.) Tried from browser as well - the credit card doesnt asks for CVV so not exactly sure how will we get the OTP and the transaction is bound to fail ig? It seems so random can anyone help me with this?
0
0
98
1w
Xcode 27 Beta 4 regression: "Multiple commands produce" error when a SwiftPM binary xcframework product is linked from both an app target and an embedded framework target
In Xcode 27 Beta 4 (27A5228h), building a project that has a SwiftPM binary target (xcframework) linked directly from both an app target AND a framework target that is embedded in that app fails with "Multiple commands produce" errors. The same project and pbxproj builds successfully in Xcode 27 Beta 3 (27A5218g), so this is a regression introduced in Beta 4. Steps to Reproduce Create a new iOS App project. Add a Framework target (e.g. "SampleCommon") and embed it into the app. Add a SwiftPM dependency for a package that vends a binary xcframework product. Confirmed with airbnb/lottie-spm 4.6.1 (https://github.com/airbnb/lottie-spm). In "Frameworks, Libraries, and Embedded Content" of the app target, add the SwiftPM product (Lottie) with "Embed & Sign". In "Frameworks and Libraries" of the framework target, add the same SwiftPM product (Lottie). Build the app scheme for iOS Simulator. Expected result Build succeeds. The xcframework is embedded exactly once into the .app bundle. This is the behavior in Xcode 27 Beta 3 and Xcode 26. Actual result Build fails with: error: Unexpected duplicate tasks error: Multiple commands produce '.../<App>.app/Frameworks/Lottie.framework/Lottie' error: Multiple commands produce '.../<App>.app/Frameworks/Lottie.framework' Two Copy tasks are emitted for the same output path in the app target: Copy from Build/Products/Debug-iphonesimulator/PackageFrameworks/Lottie.framework Copy from SourcePackages/artifacts/lottie-spm/Lottie/Lottie.xcframework/ios-arm64_x86_64-simulator/Lottie.framework Additionally, an auto-generated target named "Lottiedynamic-product" emits duplicate MkDir / ProcessInfoPlistFile tasks for PackageFrameworks/Lottie.framework, which suggests the packaging path for binary xcframework products has been duplicated in Beta 4. Regression Xcode 27 Beta 3 (27A5218g): builds successfully Xcode 27 Beta 4 (27A5228h): fails with the above errors Xcode 26.x: builds successfully Minimal reproduction The issue reproduces on a 2-target Xcode project (app + framework) with airbnb/lottie-spm added and linked from both targetstory captures the smallest triggering diff: pattern1: app links Lottie only -> BUILD SUCCEEDED pattern2: framework links Lottie only -> BUILD SUCCEEDED pattern3: both app and framework link Lottie -> BUILD FAILED (only on Beta 4) Only the framework target's packageProductDependencies and Frameworks build phase entries differ between the succeeding and failing states. Workaround Link the SwiftPM binary product from only one target (either the app or the framework, not both). If only the framework tarl gets the framework transitively at runtime. Impact Any project that uses a SwiftPM binary xcframework and organizes code across multiple linked targets (a very common pattern for larger apps) is blocked from adopting Xcode 27 Beta 4. Environment Xcode 27.0 Beta 4 (27A5228h) macOS 26.5.2 Package: airbnb/lottie-spm 4.6.1 Destination: iOS Simulator (iPhone 17, latest)
1
3
187
1w
Enrollment UKT893R6J8 pending 15 days — paid, invoice issued, page still says "Complete your purchase" (Case 102940265350)
Individual enrollment from Oman, stuck 15 days, no response to three follow-ups. Posting here after escalating through Developer Support without resolution. Timeline: 9 Jul 2026 — paid US$99. Invoice issued, amount due US$0.00. 13 Jul — advisor emailed about a name mismatch between my ID and the enrollment name. Replied same day confirming I am the intended applicant and re-attaching my valid government-issued Omani ID (my legal name is longer than the short form I normally use). 18 Jul and 20 Jul — followed up. No response to any of the three. Two issues on the same case: the identity check has never been acknowledged, and the completed payment has not been applied — the enrollment page still shows "Complete your purchase" and asks for US$99 again. I have not paid a second time, to avoid a duplicate enrollment. Enrollment ID: UKT893R6J8 Case: 102940265350 Could an Apple staff member please escalate this? Happy to provide anything needed privately.
0
0
69
1w
Unable to verify identity with Passport of State ID
Hi, I need to sign up for the developer program to test apps for iOS and VisionOS. I have tried uploading my NY State ID and Passport multiple times. Please help.
Replies
1
Boosts
1
Views
311
Activity
1w
Device Hub sucks
Or maybe I suck? Is there really no way with the new Xcode to take a simple screenshot from the device you're testing?You have to connect this Device Hub? An entirely separate app. And not only that, then you have to pair it, which maintains a live connection to the phone? Fine. Okay then. But now I can no longer test the microphone functions of my app because that shared session is interfering with it. Oh, well, I'll just disconnect the session then, right? Nope. The button to disconnect the session doesn't work. Device Hub thinks it's disconnected, but my phone still shows the blue sharing session icon in the upper left hand corner. The only way to stop that is to unpair the phone completely. So then every time I want to take a screenshot, I've got to do this pairing crap? I think I'll be running a second copy of Xcode 26 for quite a while just to use the screenshot button.
Replies
5
Boosts
0
Views
288
Activity
1w
Xcode IOS development
Super noob here 😅 is there a way to work with the “Xcode” development app on IOS. Any advice or input is welcome.
Replies
1
Boosts
0
Views
207
Activity
1w
Only Simulators no Real Devices
I have tested my app on many iOS versions e.g. 26.5.0 27.0 beta and many more for all iPhone and iOS devices on simulator. I wanted to ask, it's difficult to have so many real devices. So what should we do for that?
Replies
3
Boosts
0
Views
252
Activity
1w
we are unable to process your request. an unknown error occurred
When I try to enroll Apple Developer Program for a company, getting an error. "We are unable to process your request. An unknown error occurred." Please, help me. What am i doing wrong?
Replies
10
Boosts
2
Views
12k
Activity
1w
Apple Watch Missing Developer Mode Option
I have an iPhone 14 running iOS 16.1 and my series 5 watch running watchOS 9.1. I was able to turn on Developer Mode on the phone by going to Settings--> Privacy & Security --> Developer Mode. On the watch however (I'm doing this directly on the watch and not on the watch app on the phone) once I'm in Privacy & Security, there is no option to select Developer Mode. How do I get my watch in Developer Mode in order to get a successful build in xCode?
Replies
44
Boosts
9
Views
28k
Activity
1w
On hold again 2 hours today
Still don’t have access to my developer account. been waiting now two weeks for my personal to organisation account to be completed.
Replies
1
Boosts
0
Views
121
Activity
1w
Apple watch series 9 (OS 10.3) not showing up in xcode 15.1 under devices list.
When connecting my iphone (14pro with iOS 17.2.1) with a paired apple watch (series 9 with OS 10.3), it is not showing up on the devices/simulators list in xcode 15.1. Beyond unpairing/repairing the watch, restarting either iphone or watch, connecting/disconnecting the iphone from the computer or deleting xcode and re-installing xcode, any other suggestions? Under the WatchApp field it shows "no eligible device connected", however, under the console the Apple Watch does appear. I have tried just about everything and can't get the watch to appear in Xcode. I am running all this on a MacBook Pro with Sonoma. Thanks for any assistance!
Replies
1
Boosts
1
Views
1.2k
Activity
1w
Waiting for support for a month
Long story short, I moved to the US from Sweden a while back and updated my Apple account to the US. I had gotten an email about updating my address which I had totally missed. "All of a sudden" I couldn't upload new updates to my app and at that point I had no clue what was going on. I reached out to the support and very quickly I got an email saying that I need to upload proof of residency which I did. After that I haven't heard from the support in 30 days and I'm starting to get a little worried about what's going on. Has this happened to anyone else? If the support sees this, my case number is 102928128301
Replies
0
Boosts
0
Views
67
Activity
1w
Enrollment blocked — "Contact Support" instead of payment step (ID 3D3APU3PLB)
Hello, I am unable to complete my Apple Developer Program enrollment and would appreciate any help from Apple staff. Enrollment ID: 3D3APU3PLB Enrollment type: Individual Region: Serbia Issue: When I sign in and click "Continue your enrollment", I only get a "Contact Support" message. The flow never reaches the payment step, so I cannot proceed or pay. Background: An earlier payment attempt was declined by my bank. My bank has confirmed the block was on their side and has since authorized the transaction. I am ready to pay immediately. What I have verified: Two-factor authentication is enabled Email-format Apple Account, not a phone number Legal name, address, date of birth and phone number are correct and match my ID document No VPN used Enrollment region, address, phone number and card are all Serbian I have contacted Apple Developer Support but have not received a resolution. Could someone please review enrollment ID 3D3APU3PLB and reset it so I can complete the process? Thank you.
Replies
0
Boosts
1
Views
101
Activity
1w
Developer account subscription not working
I signed up for my developer account on my iPhone, and completed my purchase using Apple Pay. I have an email confirming my subscription and the subscription shows up in my subscription list. However, when I got to the developer portal it says I am pending and requests that I complete my purchase. It really seems like something is not working properly. Any advice?
Replies
0
Boosts
0
Views
37
Activity
1w
Formal Complaint – Apple Developer Membership Active but Unusable
Dear Apple Developer, I am writing to express my complete dissatisfaction with the support and experience I have had regarding my Apple Developer membership. I have already paid for my Apple Developer Program subscription, and my membership is clearly shown as active. However, I am completely unable to use the service because the official Apple Developer app keeps asking me to subscribe again, as if I were not an active member. This is extremely frustrating. I paid for a service that I simply cannot use. To make matters worse, I have attempted to contact Apple Support by phone several times. Apple has called me back, but every single call has been completely silent. No representative speaks, and the calls are effectively useless. This has prevented me from receiving any assistance and has wasted a significant amount of my time. I expect Apple to resolve this issue as soon as possible. I have fulfilled my obligation by paying for the membership, and I expect the service to work correctly. It is unacceptable to pay for a subscription and then be blocked from using it because of what appears to be an issue with Apple's systems. Please investigate my account, restore full access to my Apple Developer membership immediately, and provide a clear explanation for why this problem has occurred. I hope this matter can be resolved promptly, as this situation is seriously affecting my ability to continue my development work. Sincerely, Luan Oliveira
Replies
0
Boosts
0
Views
34
Activity
1w
Xcode won't sign into ChatGPT Codex account anymore
As of May 8th, 2026, after I upgraded to "codex-cli 0.129.0" via Xcode, I can no longer sign into my ChatGPT account in Xcode Intelligence Settings. The Log In window is always successful, but the settings never update to show the login being successful. It's a constant loop. Perhaps a hand-shake fail. Versions: Tahoe 26.3.1, Xcode 26.4.1, codex-cli 0.129.0.
Replies
12
Boosts
4
Views
1.7k
Activity
1w
Xcode Codex sign-in fails after updating OpenAI component
Environment: macOS: Tahoe 26.4 Xcode: 26.5 ChatGPT account successfully authenticated Codex CLI installed and working Codex App installed and working Steps to reproduce: Install Xcode Codex/OpenAI component version where GPT-5.4 is the highest available model. Sign in with ChatGPT account. Confirm Codex works in Xcode. Update the OpenAI/Codex component in Xcode. Attempt to sign in again. Expected result: Xcode completes authentication and shows signed-in status. Actual result: Browser successfully completes authentication and displays "Signed in to Codex." Xcode remains in a sign-in loop or shows "Not Signed In." Authentication never completes. Additional observations: Codex CLI authentication succeeds. Codex App authentication succeeds. ChatGPT web/app access succeeds. Anthropic/Claude component updates continue to work normally in Xcode. Issue appears specific to the updated OpenAI/Codex Xcode component. Older component (GPT-5.4 maximum model available) authenticates successfully.
Replies
5
Boosts
5
Views
712
Activity
1w
Device Hub + Apple TV stuck on "Installing built products"
Has anybody gotten Device Hub to work with Apple TV yet? I've successfully paired a device, and can view its screen in Device Hub. But when I try to Build and Run an app, it gets stuck on "Installing Built products". Filed FB23964509 on this one.
Replies
0
Boosts
0
Views
65
Activity
1w
Xcode 27 incorrectly links a Catalyst binary, _UIFontTextStyleCallout Expected in AppKit
I have a personal iOS project that I also compile for macOS with Catalyst. When built with Xcode 26.x, everything is linked correctly. When built with Xcode 27 betas, the following runtime error occurs: Termination Reason: Namespace DYLD, Code 4, Symbol missing Symbol not found: _UIFontTextStyleCallout Referenced from: <046ED276-F81A-31B4-82FF-6DC82E9041BC> /Applications/Photo Library.app/Contents/MacOS/Photo Library Expected in: <298B64F6-9BC0-3BFB-BE72-EBDC2BE0FF19> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit Any assistance? Thanks
Replies
10
Boosts
0
Views
458
Activity
1w
Xcode Organizer Crashes — "More Versions" fails to load
Hi, I'm experiencing an issue with the Crashes tab in Xcode Organizer. Here are the steps to reproduce: Open Xcode Go to Window → Organizer Select my app Click the Crashes tab Select All Versions → More Versions The popup keeps showing a loading failure and never displays the data Xcode Version 26.4 (17E192)
Replies
0
Boosts
0
Views
73
Activity
1w
Unable to enroll into Apple Developer Program
Facing issues with enrolling into the program. Trying to do from Apple Developer app results into the error - Unable to continue (Contact support at https://developer.apple.com/contact/.) Tried from browser as well - the credit card doesnt asks for CVV so not exactly sure how will we get the OTP and the transaction is bound to fail ig? It seems so random can anyone help me with this?
Replies
0
Boosts
0
Views
98
Activity
1w
Xcode 27 Beta 4 regression: "Multiple commands produce" error when a SwiftPM binary xcframework product is linked from both an app target and an embedded framework target
In Xcode 27 Beta 4 (27A5228h), building a project that has a SwiftPM binary target (xcframework) linked directly from both an app target AND a framework target that is embedded in that app fails with "Multiple commands produce" errors. The same project and pbxproj builds successfully in Xcode 27 Beta 3 (27A5218g), so this is a regression introduced in Beta 4. Steps to Reproduce Create a new iOS App project. Add a Framework target (e.g. "SampleCommon") and embed it into the app. Add a SwiftPM dependency for a package that vends a binary xcframework product. Confirmed with airbnb/lottie-spm 4.6.1 (https://github.com/airbnb/lottie-spm). In "Frameworks, Libraries, and Embedded Content" of the app target, add the SwiftPM product (Lottie) with "Embed & Sign". In "Frameworks and Libraries" of the framework target, add the same SwiftPM product (Lottie). Build the app scheme for iOS Simulator. Expected result Build succeeds. The xcframework is embedded exactly once into the .app bundle. This is the behavior in Xcode 27 Beta 3 and Xcode 26. Actual result Build fails with: error: Unexpected duplicate tasks error: Multiple commands produce '.../<App>.app/Frameworks/Lottie.framework/Lottie' error: Multiple commands produce '.../<App>.app/Frameworks/Lottie.framework' Two Copy tasks are emitted for the same output path in the app target: Copy from Build/Products/Debug-iphonesimulator/PackageFrameworks/Lottie.framework Copy from SourcePackages/artifacts/lottie-spm/Lottie/Lottie.xcframework/ios-arm64_x86_64-simulator/Lottie.framework Additionally, an auto-generated target named "Lottiedynamic-product" emits duplicate MkDir / ProcessInfoPlistFile tasks for PackageFrameworks/Lottie.framework, which suggests the packaging path for binary xcframework products has been duplicated in Beta 4. Regression Xcode 27 Beta 3 (27A5218g): builds successfully Xcode 27 Beta 4 (27A5228h): fails with the above errors Xcode 26.x: builds successfully Minimal reproduction The issue reproduces on a 2-target Xcode project (app + framework) with airbnb/lottie-spm added and linked from both targetstory captures the smallest triggering diff: pattern1: app links Lottie only -> BUILD SUCCEEDED pattern2: framework links Lottie only -> BUILD SUCCEEDED pattern3: both app and framework link Lottie -> BUILD FAILED (only on Beta 4) Only the framework target's packageProductDependencies and Frameworks build phase entries differ between the succeeding and failing states. Workaround Link the SwiftPM binary product from only one target (either the app or the framework, not both). If only the framework tarl gets the framework transitively at runtime. Impact Any project that uses a SwiftPM binary xcframework and organizes code across multiple linked targets (a very common pattern for larger apps) is blocked from adopting Xcode 27 Beta 4. Environment Xcode 27.0 Beta 4 (27A5228h) macOS 26.5.2 Package: airbnb/lottie-spm 4.6.1 Destination: iOS Simulator (iPhone 17, latest)
Replies
1
Boosts
3
Views
187
Activity
1w
Enrollment UKT893R6J8 pending 15 days — paid, invoice issued, page still says "Complete your purchase" (Case 102940265350)
Individual enrollment from Oman, stuck 15 days, no response to three follow-ups. Posting here after escalating through Developer Support without resolution. Timeline: 9 Jul 2026 — paid US$99. Invoice issued, amount due US$0.00. 13 Jul — advisor emailed about a name mismatch between my ID and the enrollment name. Replied same day confirming I am the intended applicant and re-attaching my valid government-issued Omani ID (my legal name is longer than the short form I normally use). 18 Jul and 20 Jul — followed up. No response to any of the three. Two issues on the same case: the identity check has never been acknowledged, and the completed payment has not been applied — the enrollment page still shows "Complete your purchase" and asks for US$99 again. I have not paid a second time, to avoid a duplicate enrollment. Enrollment ID: UKT893R6J8 Case: 102940265350 Could an Apple staff member please escalate this? Happy to provide anything needed privately.
Replies
0
Boosts
0
Views
69
Activity
1w