Search results for

xcode github

94,046 results found

Post

Replies

Boosts

Views

Activity

I am unable to download any xcode component.
CRITICAL: iOS 26.1 Simulator Runtime (Build 23B86) Missing / MobileAsset Catalog Failing Summary After updating macOS and Xcode, I can no longer download or install the required iOS 26.1 simulator runtime. The Xcode Components system fails for all assets, and the MobileAsset catalog for iOS simulator runtimes appears to be missing or invalid. The runtime is also not listed on developer.apple.com. This issue blocks me from running any iOS simulators. Steps to Reproduce Update to: macOS 26.1 (25B78) Xcode 26.1.1 (24455 / 17B100) Open Xcode → Settings → Platforms/Components Attempt to download: iOS 26.1 Simulator Runtime Any other downloadable component (e.g., Predictive Code Completion Model) Alternatively, try using: xcodebuild -downloadPlatform iOS -exportPath ~/Downloads xcodebuild -downloadPlatform iOS -buildVersion 26 Observed Behaviour Xcode Components Downloads Fail Attempting to download the iOS 26.1 runtime results in: Download failed. Domain: DVTDownloadabl
0
0
116
Nov ’25
AgeRange Functionality working on iPhone how to debug on Mac?
I created in my Objective-c project the AgeRange check for a special function. It is working well on an iPhone. Now I used my Mac and added my app to the TestFlight on my macOS Tahoe 26.1 Here it is directly crashing. But how can I debug an Application which is created for iPhone and iPad with Xcode? I cannot use the target myMac when running a debugging mode. So how is the debugging working for such Apps?
8
0
177
Nov ’25
No response from Apple Developer support
Hello! I have requested multiple issues on https://developer.apple.com/contact/ (it has been over two weeks now requesting an update with a valid DUNS number), yet they have not even emailed me anything. I am trying to convert my developer account from individual to team, so my other team members can render the app on Xcode even when Appled ID login is in place in the app (currently, they can't compile the app with the individual developer account). I would just like to have my account be updated from individual to organization. I have also tried many times on https://developer.apple.com/contact/request/migrate-individual-account/
0
0
44
Nov ’25
Layout issues occur when the Picker style is segmented on macOS.
When I run the following code and change Is On, I get a problem with the layout of the Picker. There is no problem when using Text(), but when using only Image, it works fine on iOS but there is a problem on macOS. Tested on macOS 26.1, Xcode 26.1. import SwiftUI struct ContentView: View { @State var model = Model() var body: some View { Form { Picker(Category, selection: $model.category) { ForEach(Category.allCases) { item in Image(systemName: item.icon) .tag(item) } } .pickerStyle(.segmented) Toggle(Is On, isOn: $model.isOn) } .formStyle(.grouped) } } struct Model { var category: Category = .a var isOn: Bool = false } enum Category: Int, Identifiable, CaseIterable { case a, b, c var id: Int { rawValue } var icon: String { switch self { case .a: return a.circle.fill case .b: return b.circle.fill case .c: return c.circle.fill } } var name: String { switch self { case .a: return a case .b: return b case .c: return c } } } code-block
1
0
39
Nov ’25
Reply to How do I upgrade my current Xcode 14.3.1 to version 15.2?
[quote='866301022, DTS Engineer, /thread/807446?answerId=866301022#866301022'] I would recommend to go to the App Store and download the latest Xcode available. [/quote] Right. But if you want a specific old version of Xcode, you can get that from Developer > Downloads. Click More (at the top right) get to the archive, where you’ll find Xcode 15.2 and many others. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Nov ’25
Reply to Sheet background in share extension ignores Liquid Glass effect in iOS 26/Xcode 26
Thank you for your follow-up and guidance. I have tested this again on iOS 26.1 with Xcode 26.1.1 and can confirm the issue still reproduces as described: Building the project with Xcode 26.1.1 and running on an iOS 26.1 device results in the share extension showing an opaque white sheet background instead of the expected transparent or glass effect. To assist with your investigation, I have uploaded the sample project and included a video demonstrating the issue. Project download link: https://quokkalabsllp-my.sharepoint.com/:u:/g/personal/jyoti_mishra_quokkalabs_com1/Ef7VgMYM9exLqzoPVNVYckYBZsVjeisJs6mJbjOs05Hd3Q?e=tfjekl video link: https://quokkalabsllp-my.sharepoint.com/:f:/g/personal/jyoti_mishra_quokkalabs_com1/EpHoZIpd80tOruRan2t2dIcBibLvXwIX8LJV7gVo74tMOQ?e=KULzc0 Please let me know if you need any additional steps, a different project structure, or more reproduction details. I appreciate your time in reviewing this and am happy to provide further information if needed.
Topic: UI Frameworks SubTopic: General Tags:
Nov ’25
Reply to Xcode 26 + iOS 26 debugging is extremely slow
I refuse to believe they didn’t test it before, so I can only assume they don’t care. It’s crazy, but it looks like every other Xcode version ships with a broken debugger. In some versions, it works better, but then the next one arrives with a broken debugger. Beside Wi-Fi issues, the debugger sometimes gets stuck, fails to debug async code, and so on. This forum is full of debugger bugs, it makes me wonder which debugger they use to debug the internal apps.
Nov ’25
90714: Invalid binary;% xcrun dyld_info -objc ... interface(null)
90714: Invalid binary. The app contains one or more corrupted binaries. Please rebuild the app and resubmit. Xcode Version 16.4 (16F6), minimum operating system iOS 17.6. 按照给出的终端命令,执行之后给出如下输出。但是我并不知道该如何进行下一步操作,代码中全局搜索也没有搜到类似@interface AUChangeSkinShell的代码或者framework,烦请您指导。 According to the given terminal command, the following output is given after execution. But I don't know how to proceed with the next steps regarding this information, We did not find any code or framework similar to '@ interface AUChangeSkinShell' in the global search of the code. Please guide us. % xcrun dyld_info -objc /Library/Developer/Xcode/Playload/EBCampus-ios.app/EBCampus-ios | grep (null) @interface AUUtils : (null) @interface (null) : (null) ... ... @interface (null) : (null) @interface (null) : (null) @interface AUChangeSkinShell : (null) @interface SSPBaseFormatMethod : (null)
1
0
104
Nov ’25
Reply to Xcode 26.0 Share Extension crashes with NSInternalInconsistencyException on iOS 26.0
In my case, building with Xcode 26.0 or 26.1.1, the share extension fails to open the destination app. Doesn't crash. Just doesn't work. Same Share Extension code works fine when built with Xcode 16.4. I'd have thought that the ability to share files across apps on iOS would be an absolutely critical part of the system, and would have been a top priority to fix quickly, but appears to be still broken in Xcode 26.1.1 Any new developments / fixes?
Nov ’25