Search results for

build disappears

50,296 results found

Post

Replies

Boosts

Views

Activity

Reply to Cannot submit apps with Xcode 26.2 RC
Hi @DTS Engineer Albert, can you please help to resolve issue with submitting build made with 26.2 for review to release TestFlight build to external testers? I'm always getting This build is using a beta version of Xcode and can’t be submitted. I tried everything from cleaning DerivedData to fully reinstalling xCode and tools to 26.2. Nothing helps and I can't share my first app with volunteers to test.
4w
Pre-inference AI Safety Governor for FoundationModels (Swift, On-Device)
Hi everyone, I've been building an on-device AI safety layer called Newton Engine, designed to validate prompts before they reach FoundationModels (or any LLM). Wanted to share v1.3 and get feedback from the community. The Problem Current AI safety is post-training — baked into the model, probabilistic, not auditable. When Apple Intelligence ships with FoundationModels, developers will need a way to catch unsafe prompts before inference, with deterministic results they can log and explain. What Newton Does Newton validates every prompt pre-inference and returns: Phase (0/1/7/8/9) Shape classification Confidence score Full audit trace If validation fails, generation is blocked. If it passes (Phase 9), the prompt proceeds to the model. v1.3 Detection Categories (14 total) Jailbreak / prompt injection Corrosive self-negation (I hate myself) Hedged corrosive (Not saying I'm worthless, but...) Emotional dependency (You're the only one who understands) Third-person manipulation (If you refuse, you're provi
1
0
504
4w
Reply to Local Network permission on macOS 15 macOS 26: multicast behaves inconsistently and regularly drops
Thank you for your detailed answer. I reproduced your steps and see different outcomes. Let me answer your first two questions and then describe how I reproduced your steps and where I see differences. Answers The first divergence I see is at this step. I don’t have your accessory on my network so no local traffic is generated, so there’s no local network alert Indeed that checkbox makes the app itself send similar data than our hardware, using multicast. I don’t understand how that’s possible if this is a “clean install” of macOS. Where could it possible get a different usage string? I should have been clearer. It shows the string This will allow the app to discover, connect to and collect data from devices on your network. which we did not set ourselves. I could not figure out if it comes from an other app, or if it's the default usage description. Reproduction steps Here's a Dropbox link to our app (zipped): https://www.dropbox.com/scl/fi/btnpz64u8rz7y7t0dicbu/FM-Mac-App-Test-5.1.zip?rlkey=8g43pvph7qrld12h
4w
Where to find sample code for SB2420 compliance and questions
I'm struggling to implement required code for SB2420 compliance. I try to learn on a very simple use case. the app is UIKit Build in Xcode 26.2 it displays a single Hello view with a button that will simply show a Good day label. I assume the app will be rated 4+. I tried the following code, using available information in Xcode (limited): import UIKit import DeclaredAgeRange // other import needed ? class ViewController: UIViewController { @IBOutlet weak var welcomeLabel: UILabel! // initially hidden override func viewDidLoad() { super.viewDidLoad() // Do any additional setup after loading the view. } func testAgeRange() -> Bool { if !isEligibleForAgeFeatures { // Not found. Which import needed ? return true // Not called from Texas } // Following code from Xcode doc… do { let response = try await AgeRangeService.shared.requestAgeRange(ageGates: 13, 15, 18) // Compiler Error: Missing argument for parameter 'in' in call // Can I add the 4 gate ? guard let lowerBound = response.lowerBound else { //
2
0
242
4w
Subscription products disappeared in App Store Connect after resubmission – cannot attach subscription again
Hello, My app uses auto-renewable subscriptions. I submitted an update and at first the subscription products appeared properly under the monetization section in App Store Connect. However, after resubmitting the binary for review, the subscription product attachment disappeared, and now it is not possible to re-attach them. Even sandbox testing cannot retrieve the subscription identifiers anymore, because the monetization section no longer shows the products. Questions: Why did the subscription products disappear after a resubmission? How can I re-attach subscription products to the new version? Do I need to remove the current version submission to make subscriptions appear again? Does App Review need to finish processing subscription approval separately? Notes: The first version binary showed subscription products. After internal rejection and resubmission, they disappeared. Using StoreKit 2 restore flow in production code. Sandbox accounts cannot fetch product identifiers. Any gu
1
0
81
4w
Reply to Project xcodeproj file can no longer by iCloud Sync
Thank you for your post and description. It appears that Apple Care support provided you with a valuable insight that seems to be the underlying issue. Have you attempted to create a new project file using the latest version of Xcode? This simple test can help identify whether your project file contains settings that require correction. Additionally, I recommend verifying that you are logged into the same Apple ID on each device and checking the available iCloud storage to ensure it is not full. Lastly, please ensure that you are utilizing the most recent version of Xcode, and identify the specific build version you are using. While I still believe that creating a new Xcode project and incorporating your existing source files can be beneficial, as it may address underlying corruption issues, I concur with Apple Care Support’s assessment that the issue lies within your existing project. Please let us know the results of your troubleshooting. Albert Pascual
  Worldwide Developer Relations.
4w
Crash (KERN_INVALID_ADDRESS) on IOS 26.2 GM when calling isEligibleForAgeFeatures
We recently released an update to our app to prepare for TX SB2420. Almost immediately on release, we started getting crash reports of crashes when calling isEligibleForAgeFeatures. Crashed: com.apple.root.user-initiated-qos.cooperative EXC_BAD_ACCESS KERN_INVALID_ADDRESS 0x0000000000000004 Is it possible that these are beta users that have IOS 26.2 RC or is there a bug in the release version of IOS 26.2? Note: The crash reports are coming from Crashlytics so we are not getting OS build identifiers other than version 26.2
2
0
190
4w
Accessibility permission not granted for sandboxed macOS menu bar app (TestFlight & local builds)
Hello, I am developing a macOS menu bar window-management utility (similar in functionality to Magnet / Rectangle) that relies on the Accessibility (AXUIElement) API to move and resize windows and on global hotkeys. I am facing a consistent issue when App Sandbox is enabled. Summary: App Sandbox enabled Hardened Runtime enabled Apple Events entitlement enabled NSAccessibilityDescription present in Info.plist AXIsProcessTrustedWithOptions is called with prompt enabled Observed behavior: When App Sandbox is enabled, the Accessibility permission prompt never appears. The app cannot be manually added in System Settings → Privacy & Security → Accessibility. AXIsProcessTrusted always returns false. As a result, window snapping does not work. When App Sandbox is disabled: The Accessibility prompt appears correctly. The app functions as expected. This behavior occurs both: In local builds In TestFlight builds My questions: Is this expected behavior for sandboxed macOS apps that rely on Accessibi
1
0
330
4w
Reply to Xcode 26.2 Not Remembering Coding Intelligence Model Provider
Thank you for your post, which is indeed quite interesting. It appears that the update to macOS Tahoe 26.2 and Xcode 26.2 may have reset some of your configurations or introduced a bug affecting the saving of Model Providers. Have you installed Xcode 26.2 from the App Store or have you downloaded it from the developer’s website? What’s the build number? This issue has only occurred once after installation, and since then, it has been functioning correctly. However, it is important to determine whether this is a recurrence issue or if it has resolved itself after selecting the model. Ensure that your project settings are correctly pointing to your Model Provider. Sometimes updates can revert or misplace these configurations. Double-check that there is no additional update for Xcode 26.2.1 or later that might address this specific issue. Has anyone else experienced this issue? Albert Pascual
  Worldwide Developer Relations.
4w
Reply to Xcode Cloud Export Archive Fails with Xcode 26.2 RC
Thank you for the post and the image. Those have proven to be extremely helpful. I have two thoughts in mind regarding your situation. First, have you installed the latest version of Xcode available on the App Store? Second, are you targeting the release versions of iOS and watchOS? If both of these conditions are met, the next and most crucial step is to ensure that you have filed a bug report using the sysdiagnose tool from your machine. Additionally, it is essential to have the logs from the Xcode build that indicate the errors. My apologies that you are using Xcode Cloud quota. I will be honest that I do not know how that part works, but I will get familiar with it soon. If you have any questions about filing a bug report, take a look at Bug Reporting: How and Why? Albert Pascual
  Worldwide Developer Relations.
4w
Reply to App Review Rejected, Invalid Binary, App Version
This app is built with Ionic 8 / Capacitor 5. Below is the output on the Warnings from the Build. For what it's worth my application code is built in Javascript. Capacitor plugins probably use Swift/Objective-C, but that's at a lower level than my code, and I'm not using any plugins in this project that I haven't used successfully before in approved apps. App /Users/vic/dev/nx-myapp-oem/apps/myapp-mobile-app/ios/App/App.xcodeproj Update to recommended settings App Run script build phase '[CP] Embed Pods Frameworks' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking Based on dependency analysis in the script phase. /Users/vic/dev/nx-myapp-oem/apps/myapp-mobile-app/ios/App/App/Assets.xcassets /Users/vic/dev/nx-myapp-oem/apps/myapp-mobile-app/ios/App/App/Assets.xcassets:./Splash.imageset/(null)[2d][splash-2732x2732-1.png] The image
4w
Reply to [Texas SB 2420] How to Retrieve Parental Consent Status
@DTS Engineer thanks for the information. you must build your app against the iOS 26.2 and iPadOS 26.2 SDKs and later, with Xcode 26.2 (17C52) and later But a clarification needed: is using Xcode 26 required only to access all API ? Can you confirm that to keep the app updatable on AppStore, it is enough to update meta data on age ratings and submit the app, even if compiled with Xcode 16 ?
Topic: App & System Services SubTopic: General Tags:
4w