Search results for

“DTiPhoneSimulatorErrorDomain Code 2”

162,332 results found

Post

Replies

Boosts

Views

Activity

Could not resolve host: static.rust-lang.org
This happens way too often (see the image below). Especially today. I used this snippet from the offical Rust website to install rustup: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y Run ci_post_clone.sh script Run command: 'cd /Volumes/workspace/repository/apps/app/ios/ci_scripts && /Volumes/workspace/repository/apps/app/ios/ci_scripts/ci_post_clone.sh' info: downloading installer warn: curl: (6) Could not resolve host: static.rust-lang.org curl: (6) Could not resolve host: static.rust-lang.org curl: (6) Could not resolve host: static.rust-lang.org curl: (6) Could not resolve host: static.rust-lang.org error: command failed: downloader https://static.rust-lang.org/rustup/dist/x86_64-apple-darwin/rustup-init /var/folders/6h/_32gb9js77g6c54h3q7g6q1h0000gn/T/tmp.yave38jqWa/rustup-init x86_64-apple-darwin Error: Command exited with non-zero exit-code: 1 Warning: Running ci_post_clone.sh script failed (exited with code 1). Executable scripts are run using the in
4
0
346
1d
Availability of silent notification
1. Does the important description for silent notification in the documentation still valid? (Pushing background updates to your App) The system treats background notifications as low priority: you can use them to refresh your app’s content, but the system doesn’t guarantee their delivery. In addition, the system may throttle the delivery of background notifications if the total number becomes excessive. The number of background notifications allowed by the system depends on current conditions, but don’t try to send more than two or three per hour. I would like to implement notification that would wake up my application in all state to perform AVSpeechSynthesizer, but I am confused with the availability of the silent notification. I attempted to send silent notification to my ipad to see the exact behaviour, but it seems like it has not been throttle even after a few tens attempts within the same hour. { aps: { content-available: 1, alert: { title: Title, body: Content}, sound: default } } 2.
1
0
61
1d
Notifications for Live Activities are delayed
Hi everyone, I have two questions about Live Activity push notifications that we send from our backend server to iPhones. First, I would like to understand the expected behavior when lowering the APNs priority of a Live Activity update from 10 to 6. How does this affect delivery timing, reliability, or system handling of the notification? Second, my team has been seeing significant delays with some messages sent to the device. In some cases, notifications take anywhere from 1 to 3 hours to arrive on the phone. We are trying to understand what might cause this kind of delay. Is this expected under certain conditions, such as device state, system throttling, network conditions, or APNs behavior? Also, is there any way to inspect logs or delivery details for messages sent to the app so we can better diagnose where the delay is happening? Any guidance would be appreciated. Thanks.
1
0
251
1d
Incorrect menu consistency warnings logged in Tahoe for NSStatusItem, performance issues related?
Is anyone else getting new warning about menu items with submenus when running on Tahoe? I'm getting big performance problems using my menu as well as seeing these messages and I'm wondering if there's a connection. My app is faceless with a NSStatusItem with an NSMenu. Specifically it's my own subclass of NSMenu where I have a lot of code to manage the menu's dynamic behavior. This code is directly in the menu subclass instead of in a controller because the app I forked had it this way, a little wacky but I don't see it being a problem. A nib defines the contents of the menu, and it's instantiated manually with code like: var nibObjects: NSArray? = [] guard let nib = NSNib(nibNamed: AppMenu, bundle: nil) else { ... } guard nib.instantiate(withOwner: owner, topLevelObjects: &nibObjects) else { ... } guard let menu = nibObjects?.compactMap({ $0 as? Self }).first else { ... } Within that nib.instantiate call I see a warning logged that seems new to Tahoe, before the menu's awakeFr
18
0
2.3k
1d
W-9 shown for single-member US LLC owned by a non-US individual — should be W-8BEN (disregarded entity)
Hello! I have a new organization-level Apple Developer account and I'm stuck on the Tax Forms step in App Store Connect (https://appstoreconnect.apple.com/business). The system is showing me U.S. Form W-9 as the only option, but in my case filling out a W-9 would be incorrect — and I'd appreciate guidance from anyone who has resolved this. My setup: I am a non-US individual (not a US citizen, not a US resident, never lived in the US). I am the sole owner of a single-member LLC registered in the US (set up via Firstbase specifically to distribute a mobile app). For US federal tax purposes, this LLC is a disregarded entity — it's not treated as a separate taxpayer from its owner. Why W-9 is not the correct form in my case: The IRS instructions for Form W-9 explicitly state: If the owner of the disregarded entity is a foreign person, the owner must complete an appropriate Form W-8 instead of a Form W-9. This is the case even if the foreign person has a U.S. TIN. Form W-9 also requires me to certify, under penalt
4
0
370
2d
Screen time API can be disabled easily
We have developed a Parental/Self control app using Screen time API. We have used individual authentication to authorize the app, using the instructions here: https://developer.apple.com/documentation/familycontrols/authorizationcenter The problem is , that individual auth can be disabled easily , by the following steps: enter Settings app. in Settings app, click on the Parental/Self control app. click to disable screen time restriction. show the device owner's face/fingerprint. (or pin code) Why is that a problem: Parental control apps, or self-control apps, are about giving control to the software, To make it hard for the user to disable the restrictions. So using the flow I have introduced above, it's super-easy for a user to disable his Parental control restrictions, which misses the entire point of Parental/Self control idea. Furthermore, not only the user have the means to unlock his screen time restrictions, he also MUST have the means to unlock it. This makes Screen time (with individual auth
17
0
6.8k
1d
Notarization rejected with statusCode 7000 "Team is not yet configured for notarization"
Every notarization submission from my team is being rejected by the notary service with this message: statusCode: 7000 statusSummary: Team is not yet configured for notarization. Please contact Developer Programs Support at developer.apple.com under the topic Development and Technical / Other Development or Technical Questions. 23 submissions in the past few days all returned this same rejection. Before submissions started returning Rejected, they would sit at In Progress indefinitely (sometimes for days), which I initially mistook for the in-depth-analysis slow-lane. Once Apple's queue cleared the backlog, every one of them surfaced as statusCode 7000. Ruled out on my side: Apple Developer Program membership is active License Agreement signed (days before the submissions) Code signing is valid (Developer ID Application chain), hardened runtime enabled, secure timestamp present ASC API key successfully submits and queries (the issue is in server-side processing/policy, not auth) Tested with both a mi
1
0
255
2d
How should I handle this issue? The form keeps failing validation.
I am currently in the process of registering for an iOS Company Developer Account. However, when attempting to complete the Legal Authority section, I am unable to successfully enter the Registration ID and the one-time verification code; the system keeps flagging these fields with an error. I am certain that the information I am entering is correct—there are absolutely no extra spaces or typos. Please help me; I am completely stuck at this stage and cannot proceed with the registration!
1
0
66
2d
Reply to SwiftData 'simple' migration failing
I think I just uncovered something important. I have a simple sample app in which the v1 schema had a single Model. I was able to migrate it to v2 successfully. But then, I added a second Model to the v2 schema. And the migration crashed. That is, the v1 schema had one Model and the v2 schema had 2 Models. If, in fact, this is the source of the migration crash, the question then becomes, How do I add a Model to an existing database without destroying all of the data previously stored in the database? NOTE: In this simple case, the second Model is independent of the first Model. But in real life, I'd like to both add a new Model to the database, and add @Relationships between that Model and the other Models already present. Is this possible? And if so, can someone provide insight into how this could be done? (I note that I can't remember seeing any migrations that involved Relationships...)
Topic: App & System Services SubTopic: iCloud Tags:
2d
macOS 26 – NSSound/CoreAudio causes SIGILL crash in caulk allocator
Hi everyone, We are the engineering team behind an enterprise communications application for macOS. We are experiencing a critical crash on macOS 26 that did not occur on any previous macOS version. We are seeking clarification from Apple engineers or anyone who may have insight into this behaviour. Environment Architecturex86_64macOS26.4.1 (25E253)HardwareMac15,13 (MacBook Pro)ExceptionSIGILL / ILL_ILLOPCCrashed ThreadThread 0 (Main Thread)TriggerPlaying a notification sound via NSSound during an incoming call Crash Stack 0 caulk consolidating_free_map::maybe_create_free_node + 119 ← SIGILL 1 caulk tiered_allocator + 1469 2 caulk exported_resource::do_allocate + 15 3 AudioToolboxCore EABLImpl::create + 204 4 CoreAudio AUNotQuiteSoSimpleTimeFactory + 33267 8 AudioToolboxCore AudioUnitInitialize + 189 9 AudioToolbox XAudioUnit::Initialize + 19 10 AudioToolbox MESubmixGraph::initialize + 125 11 AudioToolbox MESubmixGraph::connectInputChannel + 1172 12 AudioToolbox MEDeviceStreamClient::AddRunningClient
11
0
1.7k
2d
Reply to macOS 26 – NSSound/CoreAudio causes SIGILL crash in caulk allocator
0 caulk 0x00007ff825914090 _ZN5caulk5alloc16tiered_allocatorIJNS0_15size_range_tierILm0ELm1008ENS0_14tree_allocatorINS0_15chunk_allocatorINS0_14page_allocatorENS0_16bitmap_allocatorENS0_18embed_block_memoryELm16384EJLm16ELm6EEEEEEEENS2_ILm1009ELm256000ENS0_23guarded_edges_allocato + 598 1 AudioToolboxCore 0x00007ff81b3b3866 ExtendedAudioBufferList_Destroy + 98 2 AudioToolboxCore 0x00007ff81b196e06 _ZN4acv218AudioConverterBaseD2Ev + 226 3 AudioToolboxCore 0x00007ff81b362004 _ZN4acv213PCMConverter2D0Ev + 14 4 AudioToolboxCore 0x00007ff81b1f57b0 _ZNSt3__16vectorINS_10unique_ptrI10Resampler2NS_14default_deleteIS2_EEEENS_9allocatorIS5_EEE16__destroy_vectorclB9nqe210106Ev + 56 5 AudioToolboxCore 0x00007ff81b2d68e3 _ZNSt3__110unique_ptrIN4acv219AudioConverterChainENS_14default_deleteIS2_EEE5resetB9nqe210106EPS2_ + 25 6 AudioToolboxCore 0x00007ff81b2d4160 _ZN4acv216AudioConverterV2D0Ev + 30 7 AudioToolboxCore 0x00007ff81b2d923b AudioConverterDispose + 198 8 OpenAL 0x00007ffb278290f1 _ZN5ACMap19RemoveAllConve
Topic: Media Technologies SubTopic: Audio Tags:
2d
Reply to macOS 26 – NSSound/CoreAudio causes SIGILL crash in caulk allocator
Some of my clients have also experienced this type of crash, all of whom are running Android 26.4+ on an x86 architecture, and the problems are all related to audio playback. My product has two audio playback methods: one uses NSSound to play actual files, resulting in the same crash stack as others; the other uses OpenAL to play audio data, with the following crash stack: Thread 60 Crashed: 0 caulk 0x00007ff825914090 _ZN5caulk5alloc16tiered_allocatorIJNS0_15size_range_tierILm0ELm1008ENS0_14tree_allocatorINS0_15chunk_allocatorINS0_14page_allocatorENS0_16bitmap_allocatorENS0_18embed_block_memoryELm16384EJLm16ELm6EEEEEEEENS2_ILm1009ELm256000ENS0_23guarded_edges_allocato + 598 1 AudioToolboxCore 0x00007ff81b3b3866 ExtendedAudioBufferList_Destroy + 98 2 AudioToolboxCore 0x00007ff81b196e06 _ZN4acv218AudioConverterBaseD2Ev + 226 3 AudioToolboxCore 0x00007ff81b362004 _ZN4acv213PCMConverter2D0Ev + 14 4 AudioToolboxCore 0x00007ff81b1f57b0 _ZNSt3__16vectorINS_10unique_ptrI10Resampler2NS_14default_dele
Topic: Media Technologies SubTopic: Audio Tags:
2d
How should I handle this issue? The form keeps failing validation.
I am currently in the process of registering for an iOS Company Developer Account. However, when attempting to complete the Legal Authority section, I am unable to successfully enter the Registration ID and the one-time verification code; the system keeps flagging these fields with an error. I am certain that the information I am entering is correct—there are absolutely no extra spaces or typos. Please help me; I am completely stuck at this stage and cannot proceed with the registration!
2
0
85
2d
App Store Connect 409 ENTITY_ERROR.RELATIONSHIP.INVALID — Cannot attach build to version record
This is my first time submitting an app for review. I'm unable to submit my iOS app for review due to a persistent 409 error when trying to attach a build to my App Store version record. This has been happening across multiple builds and version strings. { errors: [{ id: 80550434-590c-48c6-b2d3-5bd3b038539b, status: 409, code: ENTITY_ERROR.RELATIONSHIP.INVALID, title: The provided entity includes a relationship with an invalid value, detail: The specified pre-release build could not be added., source: { pointer: /data/relationships/build } }] } What I've tried: • Submitted build 34 (version 1.0) — same 409 error • Incremented to build 35, version 1.0.1 — same 409 error • Removed the build from the version page and re-added it — same error Environment: • Xcode 16 • iOS deployment target: 17.0 • Builds processed successfully in TestFlight (status: Ready to Submit) • Version record ID: 198605a5-2671-44d6-bacb-04157088319d Question: Has anyone encountered this? Is the version record itself corrupted/stuc
2
0
127
2d
App Stuck in “Waiting for Review” Since March 4 – Subscription & Expense Manager (6759901202)
Hi Apple, I hope you are doing well. I am posting here regarding my app, Subscription & Expense Manager (App ID: 6759901202), which has been stuck in the “Waiting for Review” state since March 4, 2026 at 2:45 PM. It has now been an extremely long time without any update, review progress, or communication from the App Review team, and I am becoming increasingly concerned about this unusual delay. I completely understand that review times may vary depending on workload and internal processes, but this duration seems far beyond normal review timelines. Our team has invested substantial time, effort, and resources into developing this application, and the continued delay is significantly affecting our launch plans and business timeline. We have carefully followed all App Store Review Guidelines and ensured that every required detail, asset, permission, and compliance item was properly submitted. At the moment: There are no rejection messages No metadata issues are shown No additional information requ
2
0
108
2d
Could not resolve host: static.rust-lang.org
This happens way too often (see the image below). Especially today. I used this snippet from the offical Rust website to install rustup: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y Run ci_post_clone.sh script Run command: 'cd /Volumes/workspace/repository/apps/app/ios/ci_scripts && /Volumes/workspace/repository/apps/app/ios/ci_scripts/ci_post_clone.sh' info: downloading installer warn: curl: (6) Could not resolve host: static.rust-lang.org curl: (6) Could not resolve host: static.rust-lang.org curl: (6) Could not resolve host: static.rust-lang.org curl: (6) Could not resolve host: static.rust-lang.org error: command failed: downloader https://static.rust-lang.org/rustup/dist/x86_64-apple-darwin/rustup-init /var/folders/6h/_32gb9js77g6c54h3q7g6q1h0000gn/T/tmp.yave38jqWa/rustup-init x86_64-apple-darwin Error: Command exited with non-zero exit-code: 1 Warning: Running ci_post_clone.sh script failed (exited with code 1). Executable scripts are run using the in
Replies
4
Boosts
0
Views
346
Activity
1d
Availability of silent notification
1. Does the important description for silent notification in the documentation still valid? (Pushing background updates to your App) The system treats background notifications as low priority: you can use them to refresh your app’s content, but the system doesn’t guarantee their delivery. In addition, the system may throttle the delivery of background notifications if the total number becomes excessive. The number of background notifications allowed by the system depends on current conditions, but don’t try to send more than two or three per hour. I would like to implement notification that would wake up my application in all state to perform AVSpeechSynthesizer, but I am confused with the availability of the silent notification. I attempted to send silent notification to my ipad to see the exact behaviour, but it seems like it has not been throttle even after a few tens attempts within the same hour. { aps: { content-available: 1, alert: { title: Title, body: Content}, sound: default } } 2.
Replies
1
Boosts
0
Views
61
Activity
1d
Notifications for Live Activities are delayed
Hi everyone, I have two questions about Live Activity push notifications that we send from our backend server to iPhones. First, I would like to understand the expected behavior when lowering the APNs priority of a Live Activity update from 10 to 6. How does this affect delivery timing, reliability, or system handling of the notification? Second, my team has been seeing significant delays with some messages sent to the device. In some cases, notifications take anywhere from 1 to 3 hours to arrive on the phone. We are trying to understand what might cause this kind of delay. Is this expected under certain conditions, such as device state, system throttling, network conditions, or APNs behavior? Also, is there any way to inspect logs or delivery details for messages sent to the app so we can better diagnose where the delay is happening? Any guidance would be appreciated. Thanks.
Replies
1
Boosts
0
Views
251
Activity
1d
Incorrect menu consistency warnings logged in Tahoe for NSStatusItem, performance issues related?
Is anyone else getting new warning about menu items with submenus when running on Tahoe? I'm getting big performance problems using my menu as well as seeing these messages and I'm wondering if there's a connection. My app is faceless with a NSStatusItem with an NSMenu. Specifically it's my own subclass of NSMenu where I have a lot of code to manage the menu's dynamic behavior. This code is directly in the menu subclass instead of in a controller because the app I forked had it this way, a little wacky but I don't see it being a problem. A nib defines the contents of the menu, and it's instantiated manually with code like: var nibObjects: NSArray? = [] guard let nib = NSNib(nibNamed: AppMenu, bundle: nil) else { ... } guard nib.instantiate(withOwner: owner, topLevelObjects: &nibObjects) else { ... } guard let menu = nibObjects?.compactMap({ $0 as? Self }).first else { ... } Within that nib.instantiate call I see a warning logged that seems new to Tahoe, before the menu's awakeFr
Replies
18
Boosts
0
Views
2.3k
Activity
1d
W-9 shown for single-member US LLC owned by a non-US individual — should be W-8BEN (disregarded entity)
Hello! I have a new organization-level Apple Developer account and I'm stuck on the Tax Forms step in App Store Connect (https://appstoreconnect.apple.com/business). The system is showing me U.S. Form W-9 as the only option, but in my case filling out a W-9 would be incorrect — and I'd appreciate guidance from anyone who has resolved this. My setup: I am a non-US individual (not a US citizen, not a US resident, never lived in the US). I am the sole owner of a single-member LLC registered in the US (set up via Firstbase specifically to distribute a mobile app). For US federal tax purposes, this LLC is a disregarded entity — it's not treated as a separate taxpayer from its owner. Why W-9 is not the correct form in my case: The IRS instructions for Form W-9 explicitly state: If the owner of the disregarded entity is a foreign person, the owner must complete an appropriate Form W-8 instead of a Form W-9. This is the case even if the foreign person has a U.S. TIN. Form W-9 also requires me to certify, under penalt
Replies
4
Boosts
0
Views
370
Activity
2d
Screen time API can be disabled easily
We have developed a Parental/Self control app using Screen time API. We have used individual authentication to authorize the app, using the instructions here: https://developer.apple.com/documentation/familycontrols/authorizationcenter The problem is , that individual auth can be disabled easily , by the following steps: enter Settings app. in Settings app, click on the Parental/Self control app. click to disable screen time restriction. show the device owner's face/fingerprint. (or pin code) Why is that a problem: Parental control apps, or self-control apps, are about giving control to the software, To make it hard for the user to disable the restrictions. So using the flow I have introduced above, it's super-easy for a user to disable his Parental control restrictions, which misses the entire point of Parental/Self control idea. Furthermore, not only the user have the means to unlock his screen time restrictions, he also MUST have the means to unlock it. This makes Screen time (with individual auth
Replies
17
Boosts
0
Views
6.8k
Activity
1d
Notarization rejected with statusCode 7000 "Team is not yet configured for notarization"
Every notarization submission from my team is being rejected by the notary service with this message: statusCode: 7000 statusSummary: Team is not yet configured for notarization. Please contact Developer Programs Support at developer.apple.com under the topic Development and Technical / Other Development or Technical Questions. 23 submissions in the past few days all returned this same rejection. Before submissions started returning Rejected, they would sit at In Progress indefinitely (sometimes for days), which I initially mistook for the in-depth-analysis slow-lane. Once Apple's queue cleared the backlog, every one of them surfaced as statusCode 7000. Ruled out on my side: Apple Developer Program membership is active License Agreement signed (days before the submissions) Code signing is valid (Developer ID Application chain), hardened runtime enabled, secure timestamp present ASC API key successfully submits and queries (the issue is in server-side processing/policy, not auth) Tested with both a mi
Replies
1
Boosts
0
Views
255
Activity
2d
How should I handle this issue? The form keeps failing validation.
I am currently in the process of registering for an iOS Company Developer Account. However, when attempting to complete the Legal Authority section, I am unable to successfully enter the Registration ID and the one-time verification code; the system keeps flagging these fields with an error. I am certain that the information I am entering is correct—there are absolutely no extra spaces or typos. Please help me; I am completely stuck at this stage and cannot proceed with the registration!
Replies
1
Boosts
0
Views
66
Activity
2d
Reply to SwiftData 'simple' migration failing
I think I just uncovered something important. I have a simple sample app in which the v1 schema had a single Model. I was able to migrate it to v2 successfully. But then, I added a second Model to the v2 schema. And the migration crashed. That is, the v1 schema had one Model and the v2 schema had 2 Models. If, in fact, this is the source of the migration crash, the question then becomes, How do I add a Model to an existing database without destroying all of the data previously stored in the database? NOTE: In this simple case, the second Model is independent of the first Model. But in real life, I'd like to both add a new Model to the database, and add @Relationships between that Model and the other Models already present. Is this possible? And if so, can someone provide insight into how this could be done? (I note that I can't remember seeing any migrations that involved Relationships...)
Topic: App & System Services SubTopic: iCloud Tags:
Replies
Boosts
Views
Activity
2d
macOS 26 – NSSound/CoreAudio causes SIGILL crash in caulk allocator
Hi everyone, We are the engineering team behind an enterprise communications application for macOS. We are experiencing a critical crash on macOS 26 that did not occur on any previous macOS version. We are seeking clarification from Apple engineers or anyone who may have insight into this behaviour. Environment Architecturex86_64macOS26.4.1 (25E253)HardwareMac15,13 (MacBook Pro)ExceptionSIGILL / ILL_ILLOPCCrashed ThreadThread 0 (Main Thread)TriggerPlaying a notification sound via NSSound during an incoming call Crash Stack 0 caulk consolidating_free_map::maybe_create_free_node + 119 ← SIGILL 1 caulk tiered_allocator + 1469 2 caulk exported_resource::do_allocate + 15 3 AudioToolboxCore EABLImpl::create + 204 4 CoreAudio AUNotQuiteSoSimpleTimeFactory + 33267 8 AudioToolboxCore AudioUnitInitialize + 189 9 AudioToolbox XAudioUnit::Initialize + 19 10 AudioToolbox MESubmixGraph::initialize + 125 11 AudioToolbox MESubmixGraph::connectInputChannel + 1172 12 AudioToolbox MEDeviceStreamClient::AddRunningClient
Replies
11
Boosts
0
Views
1.7k
Activity
2d
Reply to macOS 26 – NSSound/CoreAudio causes SIGILL crash in caulk allocator
0 caulk 0x00007ff825914090 _ZN5caulk5alloc16tiered_allocatorIJNS0_15size_range_tierILm0ELm1008ENS0_14tree_allocatorINS0_15chunk_allocatorINS0_14page_allocatorENS0_16bitmap_allocatorENS0_18embed_block_memoryELm16384EJLm16ELm6EEEEEEEENS2_ILm1009ELm256000ENS0_23guarded_edges_allocato + 598 1 AudioToolboxCore 0x00007ff81b3b3866 ExtendedAudioBufferList_Destroy + 98 2 AudioToolboxCore 0x00007ff81b196e06 _ZN4acv218AudioConverterBaseD2Ev + 226 3 AudioToolboxCore 0x00007ff81b362004 _ZN4acv213PCMConverter2D0Ev + 14 4 AudioToolboxCore 0x00007ff81b1f57b0 _ZNSt3__16vectorINS_10unique_ptrI10Resampler2NS_14default_deleteIS2_EEEENS_9allocatorIS5_EEE16__destroy_vectorclB9nqe210106Ev + 56 5 AudioToolboxCore 0x00007ff81b2d68e3 _ZNSt3__110unique_ptrIN4acv219AudioConverterChainENS_14default_deleteIS2_EEE5resetB9nqe210106EPS2_ + 25 6 AudioToolboxCore 0x00007ff81b2d4160 _ZN4acv216AudioConverterV2D0Ev + 30 7 AudioToolboxCore 0x00007ff81b2d923b AudioConverterDispose + 198 8 OpenAL 0x00007ffb278290f1 _ZN5ACMap19RemoveAllConve
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
2d
Reply to macOS 26 – NSSound/CoreAudio causes SIGILL crash in caulk allocator
Some of my clients have also experienced this type of crash, all of whom are running Android 26.4+ on an x86 architecture, and the problems are all related to audio playback. My product has two audio playback methods: one uses NSSound to play actual files, resulting in the same crash stack as others; the other uses OpenAL to play audio data, with the following crash stack: Thread 60 Crashed: 0 caulk 0x00007ff825914090 _ZN5caulk5alloc16tiered_allocatorIJNS0_15size_range_tierILm0ELm1008ENS0_14tree_allocatorINS0_15chunk_allocatorINS0_14page_allocatorENS0_16bitmap_allocatorENS0_18embed_block_memoryELm16384EJLm16ELm6EEEEEEEENS2_ILm1009ELm256000ENS0_23guarded_edges_allocato + 598 1 AudioToolboxCore 0x00007ff81b3b3866 ExtendedAudioBufferList_Destroy + 98 2 AudioToolboxCore 0x00007ff81b196e06 _ZN4acv218AudioConverterBaseD2Ev + 226 3 AudioToolboxCore 0x00007ff81b362004 _ZN4acv213PCMConverter2D0Ev + 14 4 AudioToolboxCore 0x00007ff81b1f57b0 _ZNSt3__16vectorINS_10unique_ptrI10Resampler2NS_14default_dele
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
2d
How should I handle this issue? The form keeps failing validation.
I am currently in the process of registering for an iOS Company Developer Account. However, when attempting to complete the Legal Authority section, I am unable to successfully enter the Registration ID and the one-time verification code; the system keeps flagging these fields with an error. I am certain that the information I am entering is correct—there are absolutely no extra spaces or typos. Please help me; I am completely stuck at this stage and cannot proceed with the registration!
Replies
2
Boosts
0
Views
85
Activity
2d
App Store Connect 409 ENTITY_ERROR.RELATIONSHIP.INVALID — Cannot attach build to version record
This is my first time submitting an app for review. I'm unable to submit my iOS app for review due to a persistent 409 error when trying to attach a build to my App Store version record. This has been happening across multiple builds and version strings. { errors: [{ id: 80550434-590c-48c6-b2d3-5bd3b038539b, status: 409, code: ENTITY_ERROR.RELATIONSHIP.INVALID, title: The provided entity includes a relationship with an invalid value, detail: The specified pre-release build could not be added., source: { pointer: /data/relationships/build } }] } What I've tried: • Submitted build 34 (version 1.0) — same 409 error • Incremented to build 35, version 1.0.1 — same 409 error • Removed the build from the version page and re-added it — same error Environment: • Xcode 16 • iOS deployment target: 17.0 • Builds processed successfully in TestFlight (status: Ready to Submit) • Version record ID: 198605a5-2671-44d6-bacb-04157088319d Question: Has anyone encountered this? Is the version record itself corrupted/stuc
Replies
2
Boosts
0
Views
127
Activity
2d
App Stuck in “Waiting for Review” Since March 4 – Subscription & Expense Manager (6759901202)
Hi Apple, I hope you are doing well. I am posting here regarding my app, Subscription & Expense Manager (App ID: 6759901202), which has been stuck in the “Waiting for Review” state since March 4, 2026 at 2:45 PM. It has now been an extremely long time without any update, review progress, or communication from the App Review team, and I am becoming increasingly concerned about this unusual delay. I completely understand that review times may vary depending on workload and internal processes, but this duration seems far beyond normal review timelines. Our team has invested substantial time, effort, and resources into developing this application, and the continued delay is significantly affecting our launch plans and business timeline. We have carefully followed all App Store Review Guidelines and ensured that every required detail, asset, permission, and compliance item was properly submitted. At the moment: There are no rejection messages No metadata issues are shown No additional information requ
Replies
2
Boosts
0
Views
108
Activity
2d