Search results for

Xcode

92,303 results found

Post

Replies

Boosts

Views

Activity

Attributes inspector in Xcode 26
It has been two years since I wrote my a SwiftUI app, and I wanted to start again in Xcode 26. I can no longer see the attributes inspector when I select an element in the canvas. This was an Xcode feature that was very helpful as I am still a novice. Has this feature been deprecated in Xcode 26? And if not, please help explain how I can find and use it.
3
0
284
1w
Reply to ASC rejects ReplayKit Broadcast Upload appex: RPBroadcastProcessMode “not specified” (key present in IPA & swinfo)
Resolution (fixed) App Store Connect was rejecting my build with “RPBroadcastProcessMode … key was not specified” even though the key/value appeared in the IPA and in swinfo. The root cause was the key’s location in the Upload appex Info.plist. ASC expects the key directly under NSExtension, not inside NSExtensionAttributes. Incorrect (what I had originally): NSExtension └─ NSExtensionAttributes └─ RPBroadcastProcessMode = RPBroadcastProcessModeSampleBuffer Correct (what ASC expects): NSExtension ├─ NSExtensionPointIdentifier = com.apple.broadcast-services-upload ├─ NSExtensionPrincipalClass = $(PRODUCT_MODULE_NAME).SampleHandler └─ RPBroadcastProcessMode = RPBroadcastProcessModeSampleBuffer Minimal working Info.plist for the Upload appex: CFBundlePackageType XPC! CFBundleExecutable $(EXECUTABLE_NAME) CFBundleIdentifier $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleShortVersionString $(MARKETING_VERSION) CFBundleVersion $(CURRENT_PROJECT_VERSION) MinimumOSVersion 26.0 NSExtension NSExtensionPointIdentifier com.ap
1w
ASC rejects ReplayKit Broadcast Upload appex: RPBroadcastProcessMode “not specified” (key present in IPA & swinfo)
Summary App Store Connect validation (Transporter) is rejecting a build that includes a ReplayKit Broadcast Upload extension. The validator reports that RPBroadcastProcessMode is “not specified”, but the shipped IPA’s Upload appex Info.plist has the key at the documented nested path, and Apple’s own analyser (swinfo) shows the same key/value. Error (Transporter 409) “Invalid Info.plist value. The value for the key 'RPBroadcastProcessMode' in bundle BeamRoomHost.app/PlugIns/BeamRoomUpload2.appex is invalid. RPBroadcastProcessMode value must be 'RPBroadcastProcessModeSampleBuffer' or 'RPBroadcastProcessModeMP4Clip'. The key was not specified.” Example error ID seen: 94ec8b42-ef1b-44e8-9d70-2c76458e1bb3 Environment • Xcode 26.0.1 (17A400) • macOS 15.6 (24G84) • Transporter 1.3.4 (13410) • App Apple ID: 6752822011 • Host bundle: com.conornolan.BeamRoomHost • Upload appex bundle: com.conornolan.BeamRoomHost.BeamRoomUpload2 • Version/Build: 0.9.4 (14) Most recent reproduction: 2025-10-02 ~09:00 GMT+1 Proof
2
0
304
1w
NSButtons disappear on macOS 26
I have attached 2 images of our Mac Apps user interface. The app is built for macOS 15.6 or newer. On macOS 15 and earlier everything looks fine. But the same App running on macOS 26 the controls disappear. We were able to temporarily resolve the problem by adding UIDesignRequiresCompatibility to the info.plist. This type of nonsense happens all over the app without the compatibility switch. Shouldn't all these legacy controls be backward compatible on Glass? This part of the app where the controls are disappearing is built in Swift (not swift ui) and uses standard programatic layout and visual constraints. On macOS 26, there are no Xcode warnings or layout errors on the console relative to the layout so we are confused as to how we would resolve this without the use of UIDesignRequiresCompatibility. Is this some kind of bug in NSControl glass compatibility? We are not likely to move the entire app into SwiftUI anytime soon. How would we resolve this?
4
0
316
1w
Your case ID for this conversation is 102769512657.
Hi everyone, I’m unable to enable Xcode Cloud for any app on my account. At the final step of the Xcode workflow setup (“Confirm App on App Store Connect”), pressing Complete always returns: “ could not be added to Xcode Cloud. Authentication credentials are invalid.” This affects both existing apps and completely new test apps with fresh bundle IDs. What I’ve verified • I am Account Holder and Admin. • All agreements are accepted. • App creation, bundle ID registration, and certificate management work normally. • I’ve removed/re-added my Apple ID in Xcode and cleared all Xcode-* tokens from Keychain. • Test apps in clean Git repos reproduce the same error. Support I have already opened Case ID 102769512657 with Apple Developer Support, but I’m posting here in case others have seen this issue or know of additional steps to confirm the provisioning state.
9
0
270
1w
Reply to 90714: Invalid binary.
Hello, I upgraded my computer system to Mac OS 26.1 and also upgraded Xcode to version 26.1.1. I have tried various methods but the problem is still not solved, which is very frustrating. Please provide a specific and detailed solution. Thank you very much!
1w
Reply to ✖ Failed to register bundle identifier
Thanks for your post, an HTTP error seems more like a network or firewall issue. Have you tried using the computer connected to another network? The error “Failed to register bundle identifier” accompanied by messages such as “Access forbidden” or “You currently do not have access to this membership resource,” it is likely that there is an issue with your Apple Developer account or the permissions associated with it. However, in your post, you mentioned that you are an administrator for the account. Could you please log in to the account and verify that you are using the correct account? Verify Your Apple Developer Account: Ensure that your Apple Developer account is active. If you can login into the browser you are good. Check Your Membership Role: You said you are an admin. Make sure that your account has the appropriate role to register bundle identifiers. Typically, roles like Admin or App Developer are required. You can verify this under People in your Apple Developer account settings as you said you are
2w
Reply to "Signing certificate" and post-installation assignment fail due to IOPCIPrimaryMatch
My current goal is to ship the PCIe DriverKit. I want my customers to be able to install our DriverKit without having to disable SIP or anything like that. Absolutely. Why is there a difference between the Apple Development value and the Developer ID value? The two different values happen because of the development only variant that's added to all accounts. (a) This is the development only configuration (which all accounts have): 0xFFFFFFFF&0x00000000 (b) And this is the specific configuration you were approved for, which is unique to your account: 0x00001916&0x0000FFFF Unfortunately, the portal and Xcode handling of these overlapping configurations doesn't work all that well. You can find a description of what's actually going on here. However, note that I don't think the flow described at the end of that post actually works today. However, according to the URL you provided, would manual signing using a provisioning file created with a Distribution Developer ID be better? First off, please f
Topic: Code Signing SubTopic: Entitlements Tags:
2w
Reply to URLRequest(url:cachePolicy:timeoutInterval:) started to crash in iOS 26
Phew, I already feel bad asking you again 😅 It turns out that MTE and Malloc Stack Logging cannot be enabled at the same time. But I've tried to enabled Malloc Stack Logging, and then get delayed crash somewhere else. Unfortunately, I didn't really understand where/what to look for in Xcode. I tried to hit the 'Memory Graph Debug' but then the crash context seemed to get lost... most likely I am doing it wrong... A little context of our app: An UIPageViewController where you can swipe left/right to see the next/previous image. An UIViewController that has a TileImageView subview TileImageView that shows an image. This view is using CATileLayer. When draw(rect:) is called for a specific tile, we either show a cached tile or send a network request to a local server for the tile data. When the network response is received (callback in draw(rect:) we call the view's draw(rect:) to update with tile. Now if I scroll through the pages the crash may occur. As stated before this code was working fine before
2w
GitLab Self-Managed installation was incomplete.
After a break using AWS Macs for CI we are willing to give Xcode cloud another go. Unfortunately we are unable to complete the Grant Access to your Source Code step. We tried multiple accounts including maintainer, owner and admin. We tried from multiple Macs and versions of macOS. Connecting Xcode Cloud with your source control provider was incomplete. 503 Service Unavailable. Please ensure that your repository is available and accepting connections.
2
0
127
2w
Reply to GitLab Self-Managed installation was incomplete.
One thing is that even though Xcode SCM is configured with HTTPS and the repo has only HTTPS remote configured when setting up Xcode the the authorisation flow flashes this redirect URL: client_redirect_path=/ci/api/teams/REDACTED/internal-setup-flow/scm-providers&team_id=REDACTED&scm_provider_id=REDACTED&client_redirect_base_uri=https://appstoreconnect.apple.com?***git_clone_url=ssh://git[@]gitlab._REDACTED_/_REDACTED_.git***&provider=gitlab-hosted&redirectAfterSuccessUri=https://appstoreconnect.apple.com/teams/_REDACTED_/ci-setup/success&code=_REDACTED_&state=_REDACTED_ Why is Xcode Cloud attempting to clone via SSH? git_clone_url=ssh://git[@]gitlab.REDACTED/REDACTED.git
2w
Safari 18+ network bug - randomly - The network connection was lost
We are experiencing an issue with Safari in all versions from 18.0 to 18.5 that does not occur in version 17. It affects both iPhones and Macs. And does not happen in Chrome or Windows. The problem is impacting our customers, and our monitoring tools show a dramatic increase in error volume as more users buy/upgrade to iOS 18. The issue relates to network connectivity that is lost randomly. I can reliably reproduce the issue online in production, as well as on my local development environment. For example our website backoffice has a ping, that has a frequency of X seconds, or when user is doing actions like add to a cart increasing the quantity that requires backend validation with some specific frequency the issue is noticable... To test this I ran a JS code to simulate a ping with a timer that calls a local-dev API (a probe that waits 2s to simulate work) and delay the next HTTP requests with a dynamic value to simulate network conditions: Note: To even make the issue more clear, I'm usin
10
0
1.3k
2w