Search results for

build disappears

50,296 results found

Post

Replies

Boosts

Views

Activity

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
Tap to Pay Entitlement only for development
Hi, We applied for Tap to Pay on iPhone entitlement and were approved, but on distribution support it's only showing Development. We can build and debug Tap to Pay on development, but unable to build release. We opened ticket with Apple support but they were saying it was configured correctly. I attached screenshot of our developer account entitlement for Tap to Pay. It clearly said Development only.
6
0
2.2k
4w
Thread Network API not working
I'm trying to use ThreadNetwork API to manage TheradNetworks on device (following this documentation: https://developer.apple.com/documentation/threadnetwork/), but while some functions on THClient work (such as getPreferedNetwork), most don't (storeCredentials, retrieveAllCredentials). When calling these functions I get the following warning/error: Client: -[THClient getConnectionEntitlementValidity]_block_invoke - Error: -[THClient storeCredentialsForBorderAgent:activeOperationalDataSet:completion:]_block_invoke:701: - Error: Error Domain=NSCocoaErrorDomain Code=4099 The connection to service with pid 414 named com.apple.ThreadNetwork.xpc was invalidated from this process. UserInfo={NSDebugDescription=The connection to service with pid 414 named com.apple.ThreadNetwork.xpc was invalidated from this process.} Error Domain=NSCocoaErrorDomain Code=4099 The connection to service with pid 414 named com.apple.ThreadNetwork.xpc was invalidated from this process. UserInfo={NSDebugDescription=The connection to servi
7
0
486
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
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
Empty "App Store Purchases Detailed" Analytics Report
Hey there, I'm building a service that requires receiving accurate sales/proceeds data along with the campaign name. From reading the documentation it looks to be fairly understandable, but in practice it is not. I have been testing this for almost a week, and I never got Detailed Report for App Store Purchases Detailed analytics report. The same report for App Downloads Detailed is arriving normally, but not to for the purchases. I tested for two different apps where I have around 200 daily installs and 30 purchases on each. I would love to get any thoughts on this from an Apple engineer!
1
0
360
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
How to build reliable Analytics integration via API?
Hey there, I'm building a service that requires receiving accurate app downloads and sales/proceeds data along with the campaign name. From reading the documentation it looks to be fairly understandable, but in practice it is not that straightforward. For example, I received the first one-time-snapshot detailed report for the App Store Purchases, and it contains partial data for several days. Shouldn't that be a full report of everything in analytics for like last year or so? Should I expect it to be updated and extended in the coming days? For the ongoing detailed report, I have not received anything yet, but I'm afraid it might have partial data as well. I will report here as well.
3
0
601
4w
Stopping and Resuming Background Location Activity with CLLocationUpdates and CLBackgroundActivitySession
Hello, This is my first post in the forums, and I'm still learning my way with iOS Development and Swift. My apologies if the formatting is not correct, or If I'm making any mistakes. I'm currently trying to implement an iOS App where the device needs to share the location with my server via an API call. The use case is as follows: the server expects location updates to determine if a device is inside/outside a geofence. If the device is stationary, no locations need to be sent. If the device begins moving, regardless of whether the app is in foreground, background, or terminated, the app should resume posting locations to the server. I've decided to use the CLLocationUpdate.liveUpdates() stream, together with CLBackgroundActivitySession(). However, I have not been able to achieve the behavior successfully. My app either maintains the blue CLActivitySession indicator active, regardless of whether the phone is stationary or not, or kills the Indicator (and the background capability) and does not restore it whe
3
0
115
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
Xcode Cloud - "What to test" contents does not show up in TestFlight
I'm using Xcode cloud to create testflight builds, and I noticed that a few weeks ago these builds no longer contain any What to Test info. We include a TestFlight/WhatToTest.de-DE.txt file in our repo, and that file seems to be picked up correctly, at least the logs say Saving “What to test” notes Found notes for de-DE Any ideas of what I should be looking into or change?
1
0
64
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
Xcode Cloud: Preparing build for App Store Connect failed
Error: Preparing build for App Store Connect failed No error logs in log view. Download the archive and try to submit to App Store: Detailed logs: 2025-12-17 07:26:00 +0000 [MT] Command line name app-store is deprecated. Use app-store-connect instead. 2025-12-17 07:26:00 +0000 App Store Connect request for store configuration failed for account Session Proxy Provider (Account Session Proxy Provider: Unable to authenticate with App Store Connect (Error Domain=DVTITunesSoftwareServiceFoundation.DVTServicesSessionProviderCredentialITunesAuthenticationContextError Code=1 (null))) 2025-12-17 07:26:00 +0000 App Store Connect response failed with unknown failure for credential ; response (null); error (null). 2025-12-17 07:26:00 +0000 App Store Connect request for store configuration for credential ; configuration: (null); error DVTITunesSoftwareServiceFoundation.DVTServicesSessionProviderCredentialITunesAuthenticationContextError.proxy 2025-12-17 07:26:00 +0000 [MT] Failed to find an account with App Store
1
0
197
4w