Hello everybody, I have a never ending issue with appstore review, an need a QUICK HELP ! I am submitting a new app (oral training), for Iphones only. I disabled other devices (such as Ipas) via Xcode. In the appstore informations form, it is obligatory to provide ipad screens, so I provided screens showing Iphone experience. Appstore team asked me to remove it because I don't authorize Ipads. But if I remove those screens, form cannot be sent. I don't understantd how to proceed. Thanks for the help Regards Jean
Search results for
xcode github
94,706 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Im creating a basic app, needs push notification capability. I have created two profiles (development & distribution), selected my app in Identifiers and checked the PN box to enable it (no need for broadcast). I add the profile to Xcode and it says Provisioning profile New VP App Jan 2026 doesn't include the Push Notifications capability. What am I missing?
Topic:
App & System Services
SubTopic:
Notifications
Can't say for sure which steps you are missing, but something in your list of actions must not be connecting: create App ID select PN capability create Provisioning Profile for the app if signing automatically, let Xcode select the appropriate profile if signing manually download the profile and install it into Xcode That should be the process.
Topic:
App & System Services
SubTopic:
Notifications
Hello Quinn, Thank you for the response. I previously filed a feedback ticket and the app's and macOs .tar.gz and a System_Profile_full.spx. I believe the ticket was FB20989430. This was running 26.2 (25C56). I've had the issue on machines in the field running on 26.0, 26.1, and 26.2. That said, I have found that the bug doesn't reproduce on the 26.3 (a) beta build. I've put this on another mac mini and results so far are positive. I have been testing across three different programs to look for problems. These are the NetworkIssueTest app that I sent you the github project and compiled .app for, our internal software product, and Dan Nagle's Packet Sender (https://github.com/dannagle/PacketSender) I'll work on getting you github link to our internal software. I've been testing this by either creating a persistent netcat listening port ($ nc -l -k PORTNUM) on another mac with a fixed IP or by trying to reach a fixed IP device (usually an ethernet to serial converter or programmable logic cont
Topic:
App & System Services
SubTopic:
Networking
Tags:
So, I have three bits of good news: My boss got me an iPhone 17 so that I can test this properly. Thanks boss! It was a public holiday in the US yesterday, which allowed me to catch up a bit, so I had some time to play with MIE today. I figured out the sequence to get soft mode crash reports (-: Here’s what I did: Using Xcode 26.2 on macOS 26.2 [1], I created a new project from the iOS > App template, choosing Objective-C as the language. In the view controller, I added this code: - (IBAction)testAction:(id)sender { char * buf = malloc(32); buf[16] += 1; free(buf); buf[16] += 1; } I added a Test button and wired it up to that action. In Signing & Capabilities, I added the Enhanced Security capability and checked all the boxes (-: In the scheme editor, I enabled Diagnostics > Hardware Memory Tagging. I selected an iPhone 17 running iOS 26.2 as my run destination and chose Product > Run. On the device, I tapped the Test button. It trapped, with Xcode highlighting the second increm
Topic:
Privacy & Security
SubTopic:
General
Tags:
Greetings! I was trying to get a response from the LanguageModelSession but I just keep getting the following: Error getting response: Model Catalog error: Error Domain=com.apple.UnifiedAssetFramework Code=5000 There are no underlying assets (neither atomic instance nor asset roots) for consistency token for asset set com.apple.MobileAsset.UAF.FM.Overrides UserInfo={NSLocalizedFailureReason=There are no underlying assets (neither atomic instance nor asset roots) for consistency token for asset set com.apple.MobileAsset.UAF.FM.Overrides} This occurs both in macOS 15.5 running the new Xcode beta with an iOS 26 simulator, and also on a macOS 26 with Xcode beta. The simulators are both Pro iPhone 16s. I was wondering if anyone had any advice?
I started seeing this after I updated my Mac (and XCode) to 26.2. To clarify, are you saying that I must use iOS version 26.2 with in Simulator if I am developing with Foundation Models now? I have been developing my app for iOS 26.0 and above and all of my calls to Foundation Models now give this error. I can't develop for 26.0 now? That doesn't seem right. That's correct, and here's why: The underlying problem is that Simulator doesn't actually have a copy of the model. When you make calls to the SystemLanguageModel, simulator is actually popping out to call the model on your Mac. ...But the model on your Mac is for 26.2. So unfortunately, you'll get these weird errors unless your Simulator and Mac are targeting matching versions.
Topic:
Machine Learning & AI
SubTopic:
Foundation Models
Tags:
Actually if you look at the DestinationVideo sample project (https://developer.apple.com/documentation/visionos/destination-video) It uses the matchedTransitionSource/navigationTransition zoom APIs. When I tested it building on Xcode 26.2 on an iPhone 15 Pro Max, when swiping back the child view very quickly, the source view will disappear.
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags:
I've since gone and uploaded yet another sysdiagnose where we seemingly see the same thing happens, this time, on every reinstall from Xcode. In this case, once the newly installed packet tunnel starts, all networking on the device is broken, and seemingly this reliably reproduces. However, it doesn't happen by default, usually after a day of not restarting the device and developing does this start happening again. I've barely had time to look at the sysdiagnose, but from the cursory look there's plenty of No route to host errors, which would explain why the packet tunnel is not able to connect. Why is there no route to host? Who knows. At the time of installation, the VPN profile of the app I'm developing is set to be used on-demand, and it is set to include all routes (0.0.0.0/0 and ::0/0). We are not using enforceRoutes or includeAllNetworks due to bugs. It seems that there is a discrepancy between the two packet tunnel instances (the old one and new one), and one of them is desperately trying to
Topic:
App & System Services
SubTopic:
Networking
Tags:
I learned my lesson to not color outside the lines with pure SwiftUI. I've not tried it again since April, so maybe something changed with the Xcode releases since then, but I just export pure arrays from my view models instead of trying to be clever with custom collections. It would be cool if it were predictably extensible, but there's too much goddamn magic going on to waste time with it in my opinion.
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags:
Same issues here. What (somewhat) worked for me was to enable the personal hotspot on the iPhone that the Watch is connected to. Then connect the Mac and the Watch to that hotspot. Do not connect the iPhone via USB to the Mac. Restart Xcode and maybe have a look into Window > Devices and Simulators. However, copying shared cache symbols from the Watch literally takes forever and is usually stuck at 0% or 1%. This is definitely NOT the developer experience you would expect from Apple.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
For a long time our app had this creation of a URLRequest: var urlRequest = URLRequest(url: url, cachePolicy: .reloadIgnoringLocalAndRemoteCacheData, timeoutInterval: timeout) But since iOS 26 was released we started to get crashes in this call. It is created on a background thread. Thread 10 Crashed: 0 libsystem_malloc.dylib 0x00000001920e309c _xzm_xzone_malloc_freelist_outlined + 864 (xzone_malloc.c:1869) 1 libswiftCore.dylib 0x0000000184030360 swift::swift_slowAllocTyped(unsigned long, unsigned long, unsigned long long) + 56 (Heap.cpp:110) 2 libswiftCore.dylib 0x0000000184030754 swift_allocObject + 136 (HeapObject.cpp:245) 3 Foundation 0x00000001845dab9c specialized _ArrayBuffer._consumeAndCreateNew(bufferIsUnique:minimumCapacity:growForAppend:) + 120 4 Foundation 0x00000001845daa58 specialized static _SwiftURL._makeCFURL(from:baseURL:) + 2288 (URL_Swift.swift:1192) 5 Foundation 0x00000001845da118 closure #1 in _SwiftURL._nsurl.getter + 112 (URL_Swift.swift:64) 6 Foundation 0x00000001845da160 partial apply
Same here. No one can work. Has anyone the files needed in /Applications/Xcode-26.2.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/ ? ls -> 15.0 15.2 15.4 15.5 16.0 16.1 16.4 26.x ist missing !
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
In our app, we implement a document picker using FilePickerManager+available.m, selecting different APIs based on the iOS version: if (@available(iOS 14.0, *)) { NSMutableArray *contentTypes = [NSMutableArray array]; for (NSString *uti in documentTypes) { UTType *type = [UTType typeWithIdentifier:uti]; if (type) { [contentTypes addObject:type]; NSLog(@iOS 14+ Adding type: %@, uti); } else { NSLog(@Warning: Unable to create UTI: %@, uti); } } UIDocumentPickerViewController *documentPicker = [[UIDocumentPickerViewController alloc] initForOpeningContentTypes:contentTypes]; documentPicker.delegate = self; documentPicker.allowsMultipleSelection = NO; [self.presentingViewController presentViewController:documentPicker animated:YES completion:nil]; } However, we've observed inconsistent symbol reference types to UTType in the final linked binaries: One build results in a strong reference to UTType. Another demo project (with seemingly identical code and build settings) results in a weak reference. Both obje
What version of Xcode are you using here? Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: