Search results for

“xcode github”

96,036 results found

Post

Replies

Boosts

Views

Activity

Reply to Xcode Cloud is unable to connect to the repository. Reconnect the repository to resume builds.
Thank you for the post. To get developers and engineers here as much information as possible, so they can help, please provide additional context, including the macOS version, Xcode version you are utilizing, and the repository link if available. Additionally, please include the errors and console messages in Xcode or screenshots. Check the GitHub App Repository Permissions. Also check by opening your project in Xcode, go to the Report Navigator and select the Cloud tab. Right-click your workflow and if Xcode prompts you to grant repository access here, follow the prompts. Check any errors there too and provide those here. If this repository belongs to a GitHub Organization rather than your personal account, you might not have the authority to grant Xcode Cloud access, even if you are a contributor. Looking forward to see the errors. Albert
  Worldwide Developer Relations.
3w
Reply to Can’t paste into Simulator after updating to Xcode 26.4
% xcode-select -p /Applications/Xcode-beta.app/Contents/Developer % xcodebuild -version Xcode 26.5 Build version 17F5022i Fresh iPhone 17 Pro Max / iOS 26.5 simulator. Edit > Automatically Sync Pasteboard is checked (tried turning it off/on, no change). How to reproduce: % echo 123 | xcrun simctl pbcopy % echo macclip-test | pbcopy on Mac # Cmd+V inside sim pastes 123, not macclip-test.
3w
Reply to Can’t paste into Simulator after updating to Xcode 26.4
@dser I don't see that issue on 26.5 beta 2. I went ahead and created a new project in SwiftUI struct ContentView: View { @State private var inputText: String = var body: some View { VStack { TextField(Test, text: $inputText) } } } I was able to copy and paste into the TextField. Can you provide me the steps you doing where you are still seeing the issue? Can you copy and paste the version of your Xcode including the build number? Thanks Albert
  Worldwide Developer Relations.
3w
CKRecordZone deleted when second user accepts zone-wide CKShare
I'm seeing a critical issue where a custom CKRecordZone is consistently deleted server-side when a second iCloud account interacts with a zone-wide CKShare. I've reproduced this 20+ times across two days and have exhausted every client-side fix I can think of. Looking for guidance on what might be going wrong. Setup Container: iCloud.com.cohencooks (production app on App Store) Custom CKRecordZone in owner's private database Zone-wide CKShare(recordZoneID:) (iOS 15+ zone sharing) SwiftData with ModelConfiguration(cloudKitDatabase: .none) — no automatic CloudKit mirroring Acceptance via CKFetchShareMetadataOperation → CKContainer.accept(metadata) (no UICloudSharingController) Minimal reproduction // 1. Owner creates zone + share let zone = CKRecordZone(zoneName: MyZone) try await privateDB.save(zone) let share = CKShare(recordZoneID: zone.zoneID) share[CKShare.SystemFieldKey.title] = My Share as CKRecordValue share.publicPermission = .readWrite let (results, _) = try await privateDB.modifyRecords(saving: [shar
1
0
179
3w
Does using HIDVirtualDevice rule out Mac App Store distribution?
Hi, I’m looking for clarification from folks familiar with CoreHID rather than App Review, as the guys there have not responded to my post (https://developer.apple.com/forums/thread/820676) We have a sandboxed macOS app that creates a virtual HID device (HIDVirtualDevice) as described in Creating virtual devices https://developer.apple.com/documentation/corehid/creatingvirtualdevices To work at all, the app requires the entitlement: com.apple.developer.hid.virtual.device With this entitlement present, macOS shows the system prompt requesting Accessibility permission App would like to control this computer using accessibility features. Grant access to this application in Security and Privacy preferences located in System Preferences. when HIDVirtualDevice(properties:) is called. There is no mention of Accessibility in the HIDVirtualDevice documentation, but the behavior is reproducible and seems unavoidable. My question is therefore: Is creating a virtual HID device from userspace via HIDVirtualDevice consider
6
0
251
3w
Reply to Disable automatic Liquid-Glass app icon generation
Thanks for the post, you can quickly turn off Liquid Glass on the info.plist file to see your assets without Liquid Glass using the UIDesignRequiresCompatibility key on your info.plist: https://developer.apple.com/documentation/BundleResources/Information-Property-List/UIDesignRequiresCompatibility Note: Check the note on that documentation as should be only used for testing not for deployment . I would also recommend for you to take a look at this great documentation. https://developer.apple.com/documentation/TechnologyOverviews/adopting-liquid-glass Also, by default, older versions of iOS automatically applied a gloss overlay to make all app icons look uniform. I do not know if that’s your case based on your description. To turn this off and have your raw PNGs display exactly as you designed them, you need to tell the system that your icon is. If you are using an Asset Catalog to manage your app icons, which is the standard for modern iOS development. Open your Xcode project and select your Asset C
3w
VoiceOver is interrupted/disabled when running XCUITest (WDA). Request guidance for accessibility research automation on iOS.
Hello, I am working on a research project focused on creating accessible interactions for visually impaired users. I need to verify some automated assistance processes in a real-world usage environment where VoiceOver is enabled. However, I have encountered a blocking issue: When I connect the device through Xcode UI Test / WebDriverAgent (or Appium + WDA) and perform operations, VoiceOver gets interrupted (sometimes it is even directly turned off), preventing blind users from continuing to use the narrator. Replication steps (stable replication) On iPhone, enable VoiceOver (Settings → Accessibility → Narrator), and keep the device unlocked and the screen on. On Mac, start [Xcode UI Test / WebDriverAgentRunner / Appium+WDA] and establish a session with the device (XCTest session). Perform any operation: read the accessibility tree (/source), take screenshots, or click/slide. Observe the phenomenon: VoiceOver will [automatically turn off / reading interruption / focus jumping / unable to cont
1
0
1.8k
3w
Reply to Clipboard issues with simulators
Thanks for this @d_andreikiv The release notes contain this fix: https://developer.apple.com/documentation/xcode-release-notes/xcode-26_5-release-notes Fixed: Pasteboard Synchronization within Simulator.app is currently not functioning. (173403967) (FB22340739) Albert
  Worldwide Developer Relations.
3w
Reply to Clipboard issues with simulators
Having the same issue right now. Xcode 26.4, iPhone 17 Pro
Replies
Boosts
Views
Activity
3w
Keyboard greyed issue
I am facing weird keyboard issue when building the app with Xcode 26 recently. Actual behaviour I need is: But one below is the issue as the keyboard keys are greyed out: Please tell how to resolve this issue
Replies
4
Boosts
0
Views
260
Activity
3w
Xcode Cloud is unable to connect to the repository. Reconnect the repository to resume builds.
I'm seeing this repository issue on my ASC Xcode Cloud page, and when I click Reconnect it shows me a lovely huge green checkmark with GitHub has been successfully connected. but the error remains, and I cannot kick off new builds.
Replies
1
Boosts
0
Views
104
Activity
3w
Reply to Xcode Cloud is unable to connect to the repository. Reconnect the repository to resume builds.
Thank you for the post. To get developers and engineers here as much information as possible, so they can help, please provide additional context, including the macOS version, Xcode version you are utilizing, and the repository link if available. Additionally, please include the errors and console messages in Xcode or screenshots. Check the GitHub App Repository Permissions. Also check by opening your project in Xcode, go to the Report Navigator and select the Cloud tab. Right-click your workflow and if Xcode prompts you to grant repository access here, follow the prompts. Check any errors there too and provide those here. If this repository belongs to a GitHub Organization rather than your personal account, you might not have the authority to grant Xcode Cloud access, even if you are a contributor. Looking forward to see the errors. Albert
  Worldwide Developer Relations.
Replies
Boosts
Views
Activity
3w
Reply to Can’t paste into Simulator after updating to Xcode 26.4
% xcode-select -p /Applications/Xcode-beta.app/Contents/Developer % xcodebuild -version Xcode 26.5 Build version 17F5022i Fresh iPhone 17 Pro Max / iOS 26.5 simulator. Edit > Automatically Sync Pasteboard is checked (tried turning it off/on, no change). How to reproduce: % echo 123 | xcrun simctl pbcopy % echo macclip-test | pbcopy on Mac # Cmd+V inside sim pastes 123, not macclip-test.
Replies
Boosts
Views
Activity
3w
Reply to Embedded Collection View in SwiftUI offset issue
This is a GitHub repo with a full demo project: https://github.com/mrciezas/PagedCollectionViewIssue#
Topic: UI Frameworks SubTopic: General Tags:
Replies
Boosts
Views
Activity
3w
Reply to Can’t paste into Simulator after updating to Xcode 26.4
@dser I don't see that issue on 26.5 beta 2. I went ahead and created a new project in SwiftUI struct ContentView: View { @State private var inputText: String = var body: some View { VStack { TextField(Test, text: $inputText) } } } I was able to copy and paste into the TextField. Can you provide me the steps you doing where you are still seeing the issue? Can you copy and paste the version of your Xcode including the build number? Thanks Albert
  Worldwide Developer Relations.
Replies
Boosts
Views
Activity
3w
CKRecordZone deleted when second user accepts zone-wide CKShare
I'm seeing a critical issue where a custom CKRecordZone is consistently deleted server-side when a second iCloud account interacts with a zone-wide CKShare. I've reproduced this 20+ times across two days and have exhausted every client-side fix I can think of. Looking for guidance on what might be going wrong. Setup Container: iCloud.com.cohencooks (production app on App Store) Custom CKRecordZone in owner's private database Zone-wide CKShare(recordZoneID:) (iOS 15+ zone sharing) SwiftData with ModelConfiguration(cloudKitDatabase: .none) — no automatic CloudKit mirroring Acceptance via CKFetchShareMetadataOperation → CKContainer.accept(metadata) (no UICloudSharingController) Minimal reproduction // 1. Owner creates zone + share let zone = CKRecordZone(zoneName: MyZone) try await privateDB.save(zone) let share = CKShare(recordZoneID: zone.zoneID) share[CKShare.SystemFieldKey.title] = My Share as CKRecordValue share.publicPermission = .readWrite let (results, _) = try await privateDB.modifyRecords(saving: [shar
Replies
1
Boosts
0
Views
179
Activity
3w
Reply to Can’t paste into Simulator after updating to Xcode 26.4
I just tried downloading Xcode 26.5 Beta 2. It still doesn't allow to paste clipboard content into a simulator.
Replies
Boosts
Views
Activity
3w
Does using HIDVirtualDevice rule out Mac App Store distribution?
Hi, I’m looking for clarification from folks familiar with CoreHID rather than App Review, as the guys there have not responded to my post (https://developer.apple.com/forums/thread/820676) We have a sandboxed macOS app that creates a virtual HID device (HIDVirtualDevice) as described in Creating virtual devices https://developer.apple.com/documentation/corehid/creatingvirtualdevices To work at all, the app requires the entitlement: com.apple.developer.hid.virtual.device With this entitlement present, macOS shows the system prompt requesting Accessibility permission App would like to control this computer using accessibility features. Grant access to this application in Security and Privacy preferences located in System Preferences. when HIDVirtualDevice(properties:) is called. There is no mention of Accessibility in the HIDVirtualDevice documentation, but the behavior is reproducible and seems unavoidable. My question is therefore: Is creating a virtual HID device from userspace via HIDVirtualDevice consider
Replies
6
Boosts
0
Views
251
Activity
3w
Reply to "Upload for App Store Connect" not getting past "Preparing to upload"
I deleted all the files and folders of Xcode on my Mac, re installed and it's still doing it..
Replies
Boosts
Views
Activity
3w
Reply to Disable automatic Liquid-Glass app icon generation
Thanks for the post, you can quickly turn off Liquid Glass on the info.plist file to see your assets without Liquid Glass using the UIDesignRequiresCompatibility key on your info.plist: https://developer.apple.com/documentation/BundleResources/Information-Property-List/UIDesignRequiresCompatibility Note: Check the note on that documentation as should be only used for testing not for deployment . I would also recommend for you to take a look at this great documentation. https://developer.apple.com/documentation/TechnologyOverviews/adopting-liquid-glass Also, by default, older versions of iOS automatically applied a gloss overlay to make all app icons look uniform. I do not know if that’s your case based on your description. To turn this off and have your raw PNGs display exactly as you designed them, you need to tell the system that your icon is. If you are using an Asset Catalog to manage your app icons, which is the standard for modern iOS development. Open your Xcode project and select your Asset C
Replies
Boosts
Views
Activity
3w
VoiceOver is interrupted/disabled when running XCUITest (WDA). Request guidance for accessibility research automation on iOS.
Hello, I am working on a research project focused on creating accessible interactions for visually impaired users. I need to verify some automated assistance processes in a real-world usage environment where VoiceOver is enabled. However, I have encountered a blocking issue: When I connect the device through Xcode UI Test / WebDriverAgent (or Appium + WDA) and perform operations, VoiceOver gets interrupted (sometimes it is even directly turned off), preventing blind users from continuing to use the narrator. Replication steps (stable replication) On iPhone, enable VoiceOver (Settings → Accessibility → Narrator), and keep the device unlocked and the screen on. On Mac, start [Xcode UI Test / WebDriverAgentRunner / Appium+WDA] and establish a session with the device (XCTest session). Perform any operation: read the accessibility tree (/source), take screenshots, or click/slide. Observe the phenomenon: VoiceOver will [automatically turn off / reading interruption / focus jumping / unable to cont
Replies
1
Boosts
0
Views
1.8k
Activity
3w
Reply to Can’t paste into Simulator after updating to Xcode 26.4
Thanks for all the post. Can you please verify with Xcode 26.5 Beta 2 Resolved Issues Fixed: Pasteboard Synchronization within Simulator.app is currently not functioning. https://developer.apple.com/documentation/xcode-release-notes/xcode-26_5-release-notes And let us know. Albert
  Worldwide Developer Relations.
Replies
Boosts
Views
Activity
3w
Reply to Clipboard issues with simulators
Thanks for this @d_andreikiv The release notes contain this fix: https://developer.apple.com/documentation/xcode-release-notes/xcode-26_5-release-notes Fixed: Pasteboard Synchronization within Simulator.app is currently not functioning. (173403967) (FB22340739) Albert
  Worldwide Developer Relations.
Replies
Boosts
Views
Activity
3w