Search results for

xcode github

92,004 results found

Post

Replies

Boosts

Views

Activity

Reply to NSPersistentCloudKitContainer with public database doesn't work and is poorly documented
I've had a similar problem trying to get the boiler plate app code that is generated by Xcode for a new project to run correctly. The App (which worked in Xcode12.x) not tries to connect to iCloud and appears to have authentication problems... it generates failed to sync users messages when it tried to connect on a simulator that has a valid user signed in. Steps to repeat: Start a new project in Xcode 12.x with CloudKit and CoreData enabled Enable the remote notifications and iCloud capabilities, selecting CloudKit and creating a new container Make a couple of changes to the ContentView to fix the error in the generated code (needs to include a PaginationView and wrap the toolbar elements in ToolbarItem Views) Run on two signed-in simulators and observe the synchronisation working (noting that perhaps now you need to close the app and restart it for the sync to work, instead of the old minimise refresh trick) Close Xcode 12.x and start t
Jun ’21
Reply to iOS 13.6.1
I too am having this issue. I have rebooted the device as well as my machine. Xcode version: 11.7 (11E801a) OS: 10.15.4 (19E266) Catalina Here is the error displayed in the Devices window: The current device configuration is unsupported. This iPhone X (Model A1865, A1901, A1902,… To run on this device, please update to a version of Xcode that supports iOS 13.6.1. You can download Xcode from the Mac App Store or the Apple Developer website. In the Issue Details: Details The current device configuration is unsupported. This iPhone X (Model A1865, A1901, A1902, A1903) is running iOS 13.6.1 (17G80), which is not supported by Xcode 11.7. Domain: com.apple.dtdevicekit Code: 601 Recovery Suggestion: To run on this device, please update to a version of Xcode that supports iOS 13.6.1. You can download Xcode from the Mac App Store or the Apple Developer website. User Info: { DVTRadarComponentKey = 487927; DeviceType = iPhone10,3; }- Unable
Sep ’20
Reply to LLDB RPC server crash in Xcode 16.3
Same here: lldb started crashing with simulator on encountering breakpoints, as of right now it even seems to crash reliably after some time. It seems to work properly on physical device Sequoia 15.4, XCode 16.2, iPhone 16 pro simulator 18.2 If that matters: I use github copilot xcode extension and that one also has issues => chat assistant crashes a lot and forces me to relaunch xcode every couple requests report.txt
May ’25
Reply to iOS 10 - [UIDeviceRGBColor countByEnumeratingWithState:objects:count:]: unrecognized selector
Meanwhile I have isolated the bug by removing almost all code from my project, with the bug still remaining. You can download it here:https://www.dropbox.com/s/b7jggae97889xka/Bugtest.zip?dl=0The xib references a lot of undefined classes (which I removed for clarity) but those are just warnings, not errors. The code compiles and runs just fine when compiled by XCode 7.x with the iOS 9 SDK.When compiled with the XCode 8 beta 6 and iOS 10 SDK, even when running on an iOS 9.x device, you get the exception. On a device you get a bunch of hex addresses, but on the simulator you get a nice calling tree showing clearly that the crash happens deep down inside initWithNibName:bundle:.If you enable the ugly hack in HackForUnrecognizedSelectorInIOS10.m by changing #if 0 to if 1, the code runs without problems with the 10.0 SDK. But obviously you can't really ship code like that.Can anyone reproduce this so I know it's not just something on my machin
Topic: App & System Services SubTopic: Core OS Tags:
Sep ’16
Reply to Problems after updating to Xcode 13.3
UPDATE 1: In order for the mac to stop asking me to update the setting for iCloud services, I had to change the password of my Apple ID. I'll wait a bit before trying to update again on macOS 12.3. I have settings that skipped for example github and gitlab accounts with Xcode. There may be others, I'll have to check.
Mar ’22