My app developed with the new Xcode 26 doesn't appear on CarPlay when running on iOS 14–15 devices. My developer has obtained the com.apple.developer.carplay-driving-task permission, but iOS 16+ devices allow my app to display on CarPlay. Can anyone help resolve this issue? Is it because the carplay-driving-task permission is only available for iOS 16+ devices? If I want compatibility with iOS 14–15 devices, do I need to apply to Apple for the carplay-audio permission to use it? Has anyone encountered a similar issue? Thanks!
Search results for
xcode github
94,698 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Thanks for the post, this is very interesting, do you have a focused sample I can download and see the code and how it behaves. What version of Xcode are you using and what device iOS version is it running? Have you set on both the cell clipsToBounds = false on both the cell and its contentView? Is it embed the inside a container view? Have you disabled the Liquid Glass in the info.plist to see the difference? I think with a focused simple project will help me understand and will help other developers see what you are seeing and what code is producing this. Albert Pascual
Worldwide Developer Relations.
Topic:
UI Frameworks
SubTopic:
UIKit
Tags:
@savci2 Thanks for your post, this is the second old thread I see you posting the issue you are having with TestFlight. I would recommend you if you are having a problem with TestFlight to create a new thread and post all the logs and screenshots so engineers here can look if this is a new issue or an existing issue and help you. Make sure you’ve added the external testers’ emails to the Internal Testing and External Testing lists in the App Store Connect dashboard. External testers must accept the invitation to download the app. Ensure that all agreements related to distributing your app on TestFlight are active. Check the logs in Xcode’s Devices and Simulators section. There might be error messages related to the download issue and provide those logs on your post. Hope this helps. Albert Pascual
Worldwide Developer Relations.
Topic:
App Store Distribution & Marketing
SubTopic:
TestFlight
Tags:
I am in a somewhat similar situation, except that in my case I want my app to use an older (Apple official) WebKit framework version instead of most recent available because there has been some change in WebKit behaviour since macOS 26.2 which causes errors during Webkit javascript communications. Therefore I am trying to embed a copy of Apple's WebKit.framework from an earlier macOS version. However, XCode build result sin a signing error with bundle format unrecognized, invalid, or unsuitable for the WebKit framework. Is it possible to embed an older WebKit framework version, and if so how to do so in XCode?
Topic:
App & System Services
SubTopic:
Core OS
Tags:
Hello, I created an app using the latest version of Xcode (16.2), and I'm having a problem testing this app on my iPhones. I created this app just like all the others I've made for my clients, including one on (03/24/25), but when I went to upload another App to App Store Connect on (03/26/25) I couldn't test it on my phone. Points to consider: The app runs perfectly on the Emulator. All my terms and agreements with Apple are up to date. I tried to download the apps through Testflight on 2 different devices, iPhone 7 Plus (iOS 15.8.1) and iPhone 15 Pro Max (iOS 18.3.2), and I was unsuccessful in neither attempt. I can send my app to the internal testers, but when I click download, the following message appears: Could not install [APP NAME]. The requested App is not available or doesn't exist. I imagine this problem is with Apple itself, I have already contacted support, but I need to resolve this urgently for my customers. Has anyone experienced this and resolved it?
I have the same problem. About 70 people were testing the application via TestFlight. A mandatory update was required. The application works in the simulator and on a real device. On TestFlight, I can't share it with the external group, and I encounter errors during download. I updated Xcode, renewed the certificates, reviewed the agreements, and reinstalled everything from scratch. The problem still persists. The previous working versions expired during the initial installation. It's stuck at the Ready to Submit stage. I wrote to support and am waiting for a response.
Topic:
App Store Distribution & Marketing
SubTopic:
TestFlight
Tags:
Hi @Frameworks Engineer thanks for looking into this. Yes, here are the relevant version numbers: Tahoe Version 26.1 (25B78) Xcode Version 26.2 (17C52) Create ML Version 6.2 (175.7) MacBook Pro (M1 Pro, 32 GB) I did wonder if maybe I don't have the model assets on my machine, but note that I can successfully run the BERT option using the framework directly (with the above code). Although it's a little less convenient, I could simply build the models using the framework, but to do so I was hoping to get confirmation on two points: Is there a specific way to select the Latin/Automatic option to get the multilingual model which I can train with multi-language training data? If not, should I simply set the language to e.g. .english to get the multilingual model. If I do so, does that mean that all languages will be tokenized with the wrong tokenizer, or could there be some other problem in doing this? Many thanks for any guidance you can provide.
Topic:
Machine Learning & AI
SubTopic:
Create ML
Thanks for the updated posts. [quote='873386022, Leo_Nagano, /thread/812857?answerId=873386022#873386022, /profile/Leo_Nagano'] legacy dns-proxy entitlement [value] [/quote] To be clear, this isn’t a legacy value. This value is used for App Store distribution, both on iOS and macOS. It’s also used for development. The -systemextension suffix is used for direct distribution using Developer ID signing. Neither value is more legacy than the other. As to what’s going wrong, you’ve tried a lot of different things and it’s hard to be sure what’s what at this state. However, this is problematic: NSExtensionPointIdentifier com.apple.system_extension.network_extension And it suggests that you could do with some high-level guidance. The best place to get that is Xcode. Consider this sequence: In Xcode 26.2, create a new project from macOS > App template. In my case I named it “Test812857”. Then create a new target within that project, using the macOS > System Extension > Network Extension tem
Topic:
App & System Services
SubTopic:
Networking
Tags:
Hi, I’m implementing a macOS DNS Proxy as a system extension and running into a persistent activation error: OSSystemExtensionErrorDomain error 9 (validationFailed) with the message: extension category returned error This happens both on an MDM‑managed Mac and on a completely clean Mac (no MDM, fresh install). Setup macOS: 15.x (clean machine, no MDM) Xcode: 16.x Team ID: AAAAAAA111 (test) Host app bundle ID: com.example.agent.NetShieldProxy DNS Proxy system extension bundle ID: com.example.agent.NetShieldProxy.dnsProxy The DNS Proxy is implemented as a NetworkExtension system extension, not an app extension. Host app entitlements From codesign -d --entitlements :- /Applications/NetShieldProxy.app: xml com.apple.application-identifier AAAAAAA111.com.example.agent.NetShieldProxy com.apple.developer.system-extension.install com.apple.developer.team-identifier AAAAAAA111 com.apple.security.app-sandbox com.apple.security.application-groups group.com.example.NetShieldmac com.apple.se
[quote='873483022, lilan, /thread/773414?answerId=873483022#873483022, /profile/lilan'] Sorry if it's really basic. [/quote] This is definitely not basic. Getting all of these ducks to line up is a significant challenge. My point is that there are lots of resources to help you. [quote='873483022, lilan, /thread/773414?answerId=873483022#873483022, /profile/lilan'] But I really don't know where to start. [/quote] I suggest you start with the documentation for the PIR Service Example package: Go to the page I linked to above. At the top right you’ll see a link to the documentation on the Swift Package Index. Click that. Explore that documentation. [quote='873483022, lilan, /thread/773414?answerId=873483022#873483022, /profile/lilan'] can we run it on xcode … ? [/quote] Quoting the read me for that package: macOS or Linux operating system Swift version 6.0 or later Optionally, XCode version 16.1 or later [quote='873483022, lilan, /thread/773414?answerId=873483022#873483022, /profile/lilan'] can
Topic:
App & System Services
SubTopic:
Networking
Tags:
The rows in the English column all contain black text, which is the text passed as the value argument to NSLocalizedString(_:value:comment:). The app also runs in English if I select it in the Xcode scheme editor.
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect
Tags:
I’d like to propose that Apple consider introducing a controlled entitlement for the SIM Application Toolkit (STK) on iOS, allowing limited developer access through a secure, user-consented API layer. While I understand the historical restrictions around SIM access for privacy and carrier security, there are legitimate, high-impact use-cases in emerging markets where STK remains a critical part of everyday digital transactions. Currently, developers have no sanctioned way to trigger or interact with STK flows — which leaves millions of iPhone users unable to complete basic offline payment or authentication actions that their Android counterparts can. The Problem In regions such as Sub-Saharan Africa, South Asia, and Southeast Asia, entire financial ecosystems still depend on SIM-based STK interactions (commonly through USSD or encrypted STK sessions). On iOS: The “SIM Applications” menu is buried under Settings → Cellular → SIM Applications, often missing depending on carrier provisioning. Third-party develop
Had the same problem as others in this thread. Downgrading to Xcode 26.1 solved my problem.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
Sorry if it's really basic. But I really don't know where to start. This is something new to me. For the PIR Service Example, can we run it on xcode and connect to our device locally? Just to test whether the code is working before deploying it on the server. And on the server we can just run in on docker?
Topic:
App & System Services
SubTopic:
Networking
Tags:
Localizable.xcstrings is a string catalog, and so you are good. Do you localize the English column for your string catalog then? If not, Xcode will not generate the en.jproj for you. You can check with the following steps: Select Localizable.xcstrings in Xcode Project Navigator to show string catalog view. Select English to show the English localization. There, if the rows in the English(en) column are all grayed, Xcode won't generate the localization folder for you. So make sure you have at least one key localized. Best, —— Ziqiao Chen Worldwide Developer Relations.
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect
Tags: