Search results for

İOS 26 beta battery %1

250,973 results found

Post

Replies

Boosts

Views

Activity

Reply to macOS 26 Launch Constraints
[quote='857868022, ski4funSonoma, /thread/799933?answerId=857868022#857868022, /profile/ski4funSonoma'] it seems to be the remedy to the helper/daemon crash. [/quote] That’s unlikely. Launch contraints typically cause things to fail rather than make things work. Hence the constraint. My advice here is that you remove anything you’ve done with regards launch constraints and then debug the original problem you were seeing. If that’s a crash and you post a crash report, I’d be happy to take a look. See Posting a Crash Report for advice on how to post a crash report. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: Code Signing SubTopic: General Tags:
1w
Reply to Does accessing ARP table via sysctl trigger Local Network Access prompt?
The answer here is… well… fuzzy. I’m gonna recommend that you file a bug about the weird behaviour you’re seeing, so we can use that to investigate further. IMPORTANT Make sure to include information about why you’re accessing ARP, that is, what high-level goal you’re trying to achieve this way. Please post your bug number, just for the record. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
1w
Reply to Can't find arm_neon.h in macOS 15.6.1
You tagged your thread with metal-cpp so I’d like to clarify how Metal fits into this. Neon intrinsics are obviously limited to the GPU. So what’s up with Metal? [quote='800232021, anthony_gaudino, /thread/800232, /profile/anthony_gaudino'] in macOS 15.6.1 [/quote] Also, just to be clear, macOS doesn’t ship with any headers. You get headers when you install developer tools, either Xcode or the Command Line Tools package. So, which of those do you have installed? And what version? Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: Programming Languages SubTopic: General Tags:
1w
Reply to SMAppService Sample Code seems broken
And just to verify that it is in fact signed (team ID partially redacted): % codesign -dv /Applications/SMAppServiceSampleCode.app/Contents/Resources/SampleLaunchAgent Executable=/Applications/SMAppServiceSampleCode.app/Contents/Resources/SampleLaunchAgent Identifier=SampleLaunchAgent Format=Mach-O thin (arm64) CodeDirectory v=20400 size=853 flags=0x0(none) hashes=16+7 location=embedded Signature size=4786 Signed Time=Sep 12, 2025 at 2:22:55 PM Info.plist=not bound TeamIdentifier=******9437 Sealed Resources=none Internal requirements count=1 size=188
1w
Reply to Unable to compile Core Image filter on Xcode 26 due to missing Metal toolchain
I'd appreciate if folks experiencing this would open a bug report and post the FB number here, along with a sysdiagnose attached. The starting point for this thread was a known issue with Xcode 26 beta 1 which was resolved early on in the Xcode 26 beta cycle, so what you're encountering here is something else that we need to look into. — Ed Ford,  DTS Engineer
Topic: Graphics & Games SubTopic: Metal Tags:
1w
Reply to Xcode's new-tab vs. reuse-tab behavior is still infuriating and baffling.
Xcode 26 adds a new option (I think it’s new, I don’t have Xcode 16 anymore to check) that lets you indicate that a tab is pinned automatically which is exactly what the OP is looking for. But sadly Xcode 26 has a rotten regression that was fixed in an early beta and broken again in a later beta - as you open more tabs, the tab widths (all of them) get smaller and smaller so you can’t tell what file is in each. Horrible change. I do recall that in Xcode 16, a tab automatically becomes pinned if the file is edited, or at least that was an option I had been using. That could explain the behavior the OP is seeing. Tabs get replaced if the tab had an unedited file in it. A new tab would be opened if the current tab had an edited file in it.
1w
Reply to Support Request: App Store Server Notification Inaccuracies
Hello - thank you for your post, and for providing detailed information. In this case, here is what happened: You correctly note the first few events: Initial Subscribe on March 21, Failure to Renew due to billing issue + Start of Billing Grace Period on June 21, and Expiration of Billing Grace Period on July 7. What you may have missed is that on July 7, when the Billing Grace Period ended, the subscription continued in the Billing Retry state as detailed on this page. The Billing Retry period lasts for a total of 60 days, in all cases. Your Billing Grace Period took up the first 16 of those 60 days, so that 44 days of Billing Retry remained as of July 7. The notification you received on August 19 (with type=EXPIRED and subtype=BILLING_RETRY) was sent to indicate the end of the 60-day Billing Retry period for the original purchase (as documented here.) The purchase made on July 29 was a new and separate purchase. Ideally, your app would have known that the original subscription was still in the Billing Retry
Topic: App & System Services SubTopic: StoreKit Tags:
1w
SwiftUI Nav Bar Changes in Height When Loading While Presented in a Sheet
If you create a SwiftUI App where a ‘.sheet’ is presented and use a NavigationStack within that Sheet, when you use NavigationLink to present a view, the title of the Nav Bar will start at a height of 46px and pop to the Default Height of 54px when it loads causing a visual pop in the UI. In iOS 18 it functions correctly, in iOS 26 the visual pop is present. This impacts both inline and large styles, if you disable the back button it is still present, the only way I have discovered to get rid of it is by using 'fullScreenCover' instead of '.sheet'. This feels like buggy UI. This issue has been present since iOS 26 Beta 5, I was hoping it would be fixed but is still present in the GM. Feedback has been filed via Feedback Assistant: FB20228369 This is the code to re-produce the issue: import SwiftUI struct ContentView: View { @State private var showSheet: Bool = false var body: some View { VStack { Button { showSheet.toggle() } label: { Text(Show Sheet) } }
0
0
255
1w
Reply to Location via GPS jumps
Hi, Hello, I’ve done two things… 1) connected a garmin glo 2 gps device via Bluetooth. This improves gps accuracy but still we see a bias towards the road in clservicesessio, how do I specify a marine activity type?. See image. And 2) monitored behaviour from other users who also report the same location behaviour across multiple apps including Apple Maps. This is a real problem for safety. Can you help? thank you,
1w
Reply to Xcode's new-tab vs. reuse-tab behavior is still infuriating and baffling.
I have Xcode 16.4 and exactly the same settings as you. Here's how it works: No files open: I've just single-clicked my payees file - this opens it in a new tab, but note that the tab's filename is in italics (I call this a temporary tab). This denotes that if you single-click or double-click any other file in the project tree, this one will be replaced. You can keep this file open in this tab by double-clicking the tab itself. Now, I've single-clicked the payload file. Because the payees file wasn't in a permanent tab the payload file replaced it: And here I've now double-clicked the lookups file. It opened in a new tab, and it replaced the payload tab because it was a temporary tab. Now I've double-clicked the notes file. It opened a new permanent tab of its own. And lastly, I've single-clicked the DataModel file, so it's in a temporary tab. So, the rules are: If the current tab has an italicised title, single-clicking will replace that tab with the clicked file. Single-click another file and it wi
1w
glassEffect geometry bug when using rotationEffect
If using .glassEffect or .buttonStyle(.glass) along with .rotationEffect(), the view's geometry grows in size (proportionally to the degrees of the angle): struct ContentView: View { var body: some View { ZStack { Color.red.ignoresSafeArea() VStack { Image(systemName: globe) .imageScale(.large) .foregroundStyle(.tint) Text(Angle: 30) } .padding() .glassEffect(in: .rect(cornerRadius: 20)) .rotationEffect(.degrees(30)) } } } The expectation is that geometry stays the same, regardless of rotation. This has been a bug in all the betas, and is now also confirmed in Xcode 26 RC and iOS 26 RC.
Topic: UI Frameworks SubTopic: SwiftUI
0
0
173
1w
Xcode 16 DeviceActivityReport Extensions Require EXAppExtensionAttributes But App Store Rejects Them
I'm experiencing a conflict between Xcode 16's build requirements and App Store validation for DeviceActivityReport extensions. The Issue: Created a DeviceActivityReport extension using Xcode 16's template Extension builds and runs perfectly locally TestFlight upload fails with Apple saying EXAppExtensionAttributes is incorrect for widget extensions When I remove EXAppExtensionAttributes from Info.plist, local builds fail with: Appex bundle does not define an EXAppExtensionAttributes dictionary Current Info.plist (works locally, rejected by App Store): EXAppExtensionAttributes EXExtensionPointIdentifier com.apple.deviceactivityui.report-extension NSExtension NSExtensionPointIdentifier com.apple.deviceactivityui.report-extension NSExtensionPrincipalClass $(PRODUCT_MODULE_NAME).ActivityReportExtension The Problem: Xcode 16's Device Activity Report Extension template uses fileSystemSynchronizedGroups which appears to require the EX configuration format. But App Store validation rejects this format. Has anyone su
0
0
127
1w