Search results for

“missing package product”

52,428 results found

Post

Replies

Boosts

Views

Activity

Reply to Xcode 26 Butchers Productivity by Making Global the State of Navigators Pane
@DTS Engineer: Thanks for chiming in, Ed. I've just received a notification that this issue has been addressed in Xcode 26.3, which introduced a setting to enable individual width for navigators/inspectors in window tabs. It's great that the Xcode team listens to our feedback. P.S. My next rant that I'm about to post will be regarding the bug FB19249805 to highlight another productivity downgrade in Xcode 26: the inability to open files in new window tabs, which destroys workflows that have been established for many years.
4w
Xcode 26 Butchers Productivity by Making Global the State of Navigators Pane
Here's the text of FB22008758 I've just submitted: Xcode 26 changed the behavior of the Navigators pane (which hopefully is a bug and not an intended behavior). in Xcode 26, if I close (or open) the Navigators pane in a window tab, it closes (or opens) the Navigators pane in ALL window tabs. This is insanely horrible, unproductive, time-wasting behavior that breaks workflows that has been established for many years (I've been using Xcode since 2006). By way of example: In a window tab that contains a .xib, I prefer the Navigators pane to be closed. While in all other window tabs (that contain code files and other items), I want the Navigators pane to be always displayed. Before Xcode 26, the Navigators pane was open or closed in each individual window tab as the user desired. But in Xcode 26, if I close the Navigators pane in one window tab, the pane closes EVERYWHERE. Thus when, for example, I go to a .xib window tab, I have to close the Navigators pane AGAIN. But then when I go back to a code window tab, I
2
0
114
4w
Reply to Error during In-App Provisioning (eligibility step, PKErrorHTTPResponseStatusCodeKey=500)
@csdevfr Thank you for the recommendation. My initial message included a link to the report with the sysdiagnose. For context, here are my current setup: • TestFlight builds. • Production cards. • Apple certification stage - the step where you need to select a lab for certification. Our card provider insists that the encryption API is working as expected and that their SDK relies on the same implementation. Unfortunately, they haven’t been very responsive. I’m hoping to receive the nonces from Apple so we can confirm whether the issue is on their side and have clear evidence to ask them to thoroughly verify everything.
4w
Reply to Urgent Inquiry: Significant Delays in App and Update Reviews (Waiting for Review) During February
My iOS TestFlight build has been waiting since Feb 09. On Feb 18 I did what the Internet told me - updated the build number and reuploaded. Still waiting. Now I wonder if reuploading was a mistake. I am thinking about removing my app from TestFlight review and directly submitting for final approval, and then wait in that queue instead (which also seems to be long). I wonder if they had paused everything because of the new product launch that just happened. Only a conjecture of course.
4w
Reply to Sharing all container content
I'm not sure we understand each other correctly. The goal is for a person to start setting up storage spaces in their home to manage product storage. This person then sends out several invitations (for example, to family members) so that everyone can manage all storage spaces and products with the same rights: adding, modifying, and deleting records. If I understand correctly, a public database is visible to all users of the application without the need for an invitation. So this is not the solution for my use case? I want a space shared between a few users brought together by invitations sent out by an initiator. Once these people are together, they work together on all the content in the database, including additions, without the need for new specific invitations.
4w
App stuck in "Waiting for review", no contact since Feb 12th
Hey team, I am reaching out about an app I submitted for review (app id: 6748933312). I started the review process Feb 4th, 26 days ago. The process started off positively - I got my first response within 3 days and had to go back and forth a couple times to bake in some review feedback, which was expected since this was the first submission. I even jumped on a call with Bill who gave some super helpful clarifying guidance! Thanks Bill :) But it then went downhill from there... I submitted my 3rd version on Feb 12th and was hoping that would get me the approval. But then I didn't hear anything for 10 days despite calls to support and a request for expedited review. At which point I wasn't sure what to do and I wanted to iron out some bugs, so i pulled and resubmitted on Feb 22nd, and I still haven't heard back from the team. Stuck in Waiting for review for another 10 days. I really don't know what to do now, I can't tell if Apple has just stopped accepting new apps altogether? My friends are able to submit up
5
0
146
4w
Delay in app review : more than 13 business days
Hello, I'm desperately seeking your help here. I submitted an app for review, on Feb 16th, it's still sitting at Waiting for review status. I raised a follow-up ticket on Feb 20th, inquiring about the status of the review. Auto response was a feedback will be given by email in 2 business days. It's been now more than 10 business days, no feedback on the ticket. I raised a new one today. I really cannot understand why this is taking so long, while I'm told by other friends around me that this usually doesn't take more than a week max. Please help!! I'm losing all credibility with my potential customers and users at the moment because of this delay.
1
0
53
4w
Reply to Push To Talk framework doesn't active audio session in background
We are running into an issue updating the PTT service status when our app is in the background. In one of your earlier responses you mentioned that keeping the PTT connection alive in the background is common: ...is actually pretty common to most PTT apps, as it helps keep the conversation stream live/current compared to relying entirely on PTT pushes. However, what we are currently observing is different. When the debugger is not attached, it appears that all tasks are immediately suspended once the app goes to the background. When the app returns to the foreground, the URLSessionWebSocketTask fails with: Domain: NSPOSIXErrorDomain Code: 53 This effectively means we must immediately fall back to push notifications whenever the app backgrounds. While this works, it is not ideal. The larger issue is that this failure is only detected after the app resumes, which means we cannot update the service status on PTChannelManager while the app is still in the background. This leads to two different UI behaviors in th
Topic: App & System Services SubTopic: General Tags:
4w
XCode Update
Hi, I recently updated my Mac to macOS Sequoia 15.7.2, and then updated my Xcode packages right afterward. However, when I try to open Xcode, I receive the message: “You can’t open the application because it is being updated.” I contacted Apple Developer Support (software) by phone and went through their troubleshooting steps, but the issue persists. They confirmed that everything appears fine on their end. In System Settings, both macOS and Xcode show as fully up to date. However, when I manually check in the App Store, it says Xcode needs to be updated. When I press Update, I get the following error: “Xcode could not be installed. Please try again later.” I’m fairly new to Xcode, but it seems there may be an incomplete update or verification loop preventing the installation from finishing properly. Could you please advise on how to resolve this so I can open Xcode again?
1
0
161
4w
NSTableViewRowAction do not draw the buttons background in macOS Tahoe
Hello, I developed an Open Source Apple Virtualization + QEMU VM manager for macOS, called MacMulator (GitHub repo here). In my app I have a UITableView containing a list of VMs, and I let the user delete or configure a VM through a 2 finger swipe on the corresponding table row. To do this, I added 2 NSTableViewRowActions to my NSTableView, through this code: func tableView(_: NSTableView, rowActionsForRow _: Int, edge _: NSTableView.RowActionEdge) -> [NSTableViewRowAction] { [ NSTableViewRowAction(style: NSTableViewRowAction.Style.destructive, title: NSLocalizedString(VirtualMachineListViewController.delete, comment: ), handler: { _, index in self.deleteVirtualMachine(index) }), NSTableViewRowAction(style: NSTableViewRowAction.Style.regular, title: NSLocalizedString(VirtualMachineListViewController.edit, comment: ), handler: { _, index in self.editVirtualMachine(index) }), ] } This actions work fine, but on macOS Tahoe the UI does not draw the background of the 2 buttons, despite the style. The same build
Topic: UI Frameworks SubTopic: General
1
0
113
4w
Reply to BLE characteristic values swapped
My initial thought right at the start were it a race condition in (my) code. While I was confident my JavaScript was correct the translation that ReactNative does is under-the-hood and I couldn't validate this directly. This is why I then added additional logging into production to dump the characteristics/values, which proved it was not a race issue (with my code or its translation) but what is coming back from the library or iOS/CoreBluetooth. I then moved onto it being an issue with the react-native library, which is still a possibility, but the odds have reduced somewhat by the behaviour below. What made me increasingly suspect it's an iOS issue is two iPhones, one a 13 and the other a SE (later model) running 26.3 running the same App at the same time try to connect to the peripheral (which supports multiple connections). One iPhone is successful, the other swaps the values between the two characteristics and so fails. I haven't been able to replicate this myself, it's an error in production
Topic: App & System Services SubTopic: Core OS Tags:
4w
Reply to Sharing all container content
I want to share all the content of a CloudKit database at once between different iCloud accounts. For example, to manage products storage between users. Once the database has been shared or an invitation has been accepted, any additions/modifications/deletions to storage or products must be shared between all users without additional sharing. To be short after the first sharing, everything must be shared without additional new sharing. I think I can't do this in SwiftData (would be the best solution for me as all the current app is based on SwiftDaa) and that I need to use move to CoreData. Is that correct? Or does a mixed solution may be possible (ie .storage with SWiftData and sharing with CoreData)? It seems that “Zone Wide Sharing” could be the solution? But I can't find a sufficiently comprehensive example and I wasn't able to make something working. Ultimately, I realize that this is not a very common use case. With the ZoneWide Sharing does it means that we must do a affectedStores or
Mar ’26
App Stuck in “Waiting for Review” for Over 2 Weeks (Since Feb 20)
Hello everyone, I am an iOS developer based in South Korea, and I’m currently experiencing an unusual App Store review delay that I have not been able to resolve through the normal support channels. My app has been stuck in “Waiting for Review” for more than two weeks, and there has been no progress at all during this time. It has not moved to “In Review”, and I have not received any rejection message or request for additional information from the App Review team. App Information Platform: iOS App Name: WOOTA Apple ID: 6759412826 Status: Waiting for Review Submission Date: February 20, 2026 Developer Account Region: South Korea What I Have Already Tried: I have already attempted the following steps: Submitted an inquiry via App Store Connect → Contact Us → App Review Received a response from Developer Support saying they understand my concern and that they contacted the review team However, since then there have been no updates at all. The app status remains “Waiting for Review”, and there are no messages in
2
0
142
4w
Reply to Xcode 26 Butchers Productivity by Making Global the State of Navigators Pane
@DTS Engineer: Thanks for chiming in, Ed. I've just received a notification that this issue has been addressed in Xcode 26.3, which introduced a setting to enable individual width for navigators/inspectors in window tabs. It's great that the Xcode team listens to our feedback. P.S. My next rant that I'm about to post will be regarding the bug FB19249805 to highlight another productivity downgrade in Xcode 26: the inability to open files in new window tabs, which destroys workflows that have been established for many years.
Replies
Boosts
Views
Activity
4w
Xcode 26 Butchers Productivity by Making Global the State of Navigators Pane
Here's the text of FB22008758 I've just submitted: Xcode 26 changed the behavior of the Navigators pane (which hopefully is a bug and not an intended behavior). in Xcode 26, if I close (or open) the Navigators pane in a window tab, it closes (or opens) the Navigators pane in ALL window tabs. This is insanely horrible, unproductive, time-wasting behavior that breaks workflows that has been established for many years (I've been using Xcode since 2006). By way of example: In a window tab that contains a .xib, I prefer the Navigators pane to be closed. While in all other window tabs (that contain code files and other items), I want the Navigators pane to be always displayed. Before Xcode 26, the Navigators pane was open or closed in each individual window tab as the user desired. But in Xcode 26, if I close the Navigators pane in one window tab, the pane closes EVERYWHERE. Thus when, for example, I go to a .xib window tab, I have to close the Navigators pane AGAIN. But then when I go back to a code window tab, I
Replies
2
Boosts
0
Views
114
Activity
4w
Reply to Error during In-App Provisioning (eligibility step, PKErrorHTTPResponseStatusCodeKey=500)
@csdevfr Thank you for the recommendation. My initial message included a link to the report with the sysdiagnose. For context, here are my current setup: • TestFlight builds. • Production cards. • Apple certification stage - the step where you need to select a lab for certification. Our card provider insists that the encryption API is working as expected and that their SDK relies on the same implementation. Unfortunately, they haven’t been very responsive. I’m hoping to receive the nonces from Apple so we can confirm whether the issue is on their side and have clear evidence to ask them to thoroughly verify everything.
Replies
Boosts
Views
Activity
4w
Reply to Urgent Inquiry: Significant Delays in App and Update Reviews (Waiting for Review) During February
My iOS TestFlight build has been waiting since Feb 09. On Feb 18 I did what the Internet told me - updated the build number and reuploaded. Still waiting. Now I wonder if reuploading was a mistake. I am thinking about removing my app from TestFlight review and directly submitting for final approval, and then wait in that queue instead (which also seems to be long). I wonder if they had paused everything because of the new product launch that just happened. Only a conjecture of course.
Replies
Boosts
Views
Activity
4w
Reply to Multiple iOS app updates stuck in “Waiting for Review” for 4–5 weeks
Thanks for being a harbinger of hope lol. I wonder if this internal pause was because everything was on pause because of their new product line that they just launched. Just a conjecture.
Replies
Boosts
Views
Activity
4w
Reply to Sharing all container content
I'm not sure we understand each other correctly. The goal is for a person to start setting up storage spaces in their home to manage product storage. This person then sends out several invitations (for example, to family members) so that everyone can manage all storage spaces and products with the same rights: adding, modifying, and deleting records. If I understand correctly, a public database is visible to all users of the application without the need for an invitation. So this is not the solution for my use case? I want a space shared between a few users brought together by invitations sent out by an initiator. Once these people are together, they work together on all the content in the database, including additions, without the need for new specific invitations.
Replies
Boosts
Views
Activity
4w
App stuck in "Waiting for review", no contact since Feb 12th
Hey team, I am reaching out about an app I submitted for review (app id: 6748933312). I started the review process Feb 4th, 26 days ago. The process started off positively - I got my first response within 3 days and had to go back and forth a couple times to bake in some review feedback, which was expected since this was the first submission. I even jumped on a call with Bill who gave some super helpful clarifying guidance! Thanks Bill :) But it then went downhill from there... I submitted my 3rd version on Feb 12th and was hoping that would get me the approval. But then I didn't hear anything for 10 days despite calls to support and a request for expedited review. At which point I wasn't sure what to do and I wanted to iron out some bugs, so i pulled and resubmitted on Feb 22nd, and I still haven't heard back from the team. Stuck in Waiting for review for another 10 days. I really don't know what to do now, I can't tell if Apple has just stopped accepting new apps altogether? My friends are able to submit up
Replies
5
Boosts
0
Views
146
Activity
4w
Reply to App Stuck in “Waiting for Review” for Over 3 Weeks (Since Feb 9)
Same here, I'm in a desperate situation losing credibility with my potential customers and users : app ID : 6752897806
Replies
Boosts
Views
Activity
4w
Delay in app review : more than 13 business days
Hello, I'm desperately seeking your help here. I submitted an app for review, on Feb 16th, it's still sitting at Waiting for review status. I raised a follow-up ticket on Feb 20th, inquiring about the status of the review. Auto response was a feedback will be given by email in 2 business days. It's been now more than 10 business days, no feedback on the ticket. I raised a new one today. I really cannot understand why this is taking so long, while I'm told by other friends around me that this usually doesn't take more than a week max. Please help!! I'm losing all credibility with my potential customers and users at the moment because of this delay.
Replies
1
Boosts
0
Views
53
Activity
4w
Reply to Push To Talk framework doesn't active audio session in background
We are running into an issue updating the PTT service status when our app is in the background. In one of your earlier responses you mentioned that keeping the PTT connection alive in the background is common: ...is actually pretty common to most PTT apps, as it helps keep the conversation stream live/current compared to relying entirely on PTT pushes. However, what we are currently observing is different. When the debugger is not attached, it appears that all tasks are immediately suspended once the app goes to the background. When the app returns to the foreground, the URLSessionWebSocketTask fails with: Domain: NSPOSIXErrorDomain Code: 53 This effectively means we must immediately fall back to push notifications whenever the app backgrounds. While this works, it is not ideal. The larger issue is that this failure is only detected after the app resumes, which means we cannot update the service status on PTChannelManager while the app is still in the background. This leads to two different UI behaviors in th
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
4w
XCode Update
Hi, I recently updated my Mac to macOS Sequoia 15.7.2, and then updated my Xcode packages right afterward. However, when I try to open Xcode, I receive the message: “You can’t open the application because it is being updated.” I contacted Apple Developer Support (software) by phone and went through their troubleshooting steps, but the issue persists. They confirmed that everything appears fine on their end. In System Settings, both macOS and Xcode show as fully up to date. However, when I manually check in the App Store, it says Xcode needs to be updated. When I press Update, I get the following error: “Xcode could not be installed. Please try again later.” I’m fairly new to Xcode, but it seems there may be an incomplete update or verification loop preventing the installation from finishing properly. Could you please advise on how to resolve this so I can open Xcode again?
Replies
1
Boosts
0
Views
161
Activity
4w
NSTableViewRowAction do not draw the buttons background in macOS Tahoe
Hello, I developed an Open Source Apple Virtualization + QEMU VM manager for macOS, called MacMulator (GitHub repo here). In my app I have a UITableView containing a list of VMs, and I let the user delete or configure a VM through a 2 finger swipe on the corresponding table row. To do this, I added 2 NSTableViewRowActions to my NSTableView, through this code: func tableView(_: NSTableView, rowActionsForRow _: Int, edge _: NSTableView.RowActionEdge) -> [NSTableViewRowAction] { [ NSTableViewRowAction(style: NSTableViewRowAction.Style.destructive, title: NSLocalizedString(VirtualMachineListViewController.delete, comment: ), handler: { _, index in self.deleteVirtualMachine(index) }), NSTableViewRowAction(style: NSTableViewRowAction.Style.regular, title: NSLocalizedString(VirtualMachineListViewController.edit, comment: ), handler: { _, index in self.editVirtualMachine(index) }), ] } This actions work fine, but on macOS Tahoe the UI does not draw the background of the 2 buttons, despite the style. The same build
Topic: UI Frameworks SubTopic: General
Replies
1
Boosts
0
Views
113
Activity
4w
Reply to BLE characteristic values swapped
My initial thought right at the start were it a race condition in (my) code. While I was confident my JavaScript was correct the translation that ReactNative does is under-the-hood and I couldn't validate this directly. This is why I then added additional logging into production to dump the characteristics/values, which proved it was not a race issue (with my code or its translation) but what is coming back from the library or iOS/CoreBluetooth. I then moved onto it being an issue with the react-native library, which is still a possibility, but the odds have reduced somewhat by the behaviour below. What made me increasingly suspect it's an iOS issue is two iPhones, one a 13 and the other a SE (later model) running 26.3 running the same App at the same time try to connect to the peripheral (which supports multiple connections). One iPhone is successful, the other swaps the values between the two characteristics and so fails. I haven't been able to replicate this myself, it's an error in production
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
4w
Reply to Sharing all container content
I want to share all the content of a CloudKit database at once between different iCloud accounts. For example, to manage products storage between users. Once the database has been shared or an invitation has been accepted, any additions/modifications/deletions to storage or products must be shared between all users without additional sharing. To be short after the first sharing, everything must be shared without additional new sharing. I think I can't do this in SwiftData (would be the best solution for me as all the current app is based on SwiftDaa) and that I need to use move to CoreData. Is that correct? Or does a mixed solution may be possible (ie .storage with SWiftData and sharing with CoreData)? It seems that “Zone Wide Sharing” could be the solution? But I can't find a sufficiently comprehensive example and I wasn't able to make something working. Ultimately, I realize that this is not a very common use case. With the ZoneWide Sharing does it means that we must do a affectedStores or
Replies
Boosts
Views
Activity
Mar ’26
App Stuck in “Waiting for Review” for Over 2 Weeks (Since Feb 20)
Hello everyone, I am an iOS developer based in South Korea, and I’m currently experiencing an unusual App Store review delay that I have not been able to resolve through the normal support channels. My app has been stuck in “Waiting for Review” for more than two weeks, and there has been no progress at all during this time. It has not moved to “In Review”, and I have not received any rejection message or request for additional information from the App Review team. App Information Platform: iOS App Name: WOOTA Apple ID: 6759412826 Status: Waiting for Review Submission Date: February 20, 2026 Developer Account Region: South Korea What I Have Already Tried: I have already attempted the following steps: Submitted an inquiry via App Store Connect → Contact Us → App Review Received a response from Developer Support saying they understand my concern and that they contacted the review team However, since then there have been no updates at all. The app status remains “Waiting for Review”, and there are no messages in
Replies
2
Boosts
0
Views
142
Activity
4w