missing package product

42,937 results found

Post

Replies

Boosts

Views

Activity

Reply to iOS 18 Beta 2 - SMS/MMS Not Working
Resolution, I factory reset my phone and oddly enough, it didn't fix the issue. I then downgraded to iOS 17.5.1. That didn't fix it either. I then factory reset a 2nd time, and it still didn't resolve the issue. Since none of that worked, i then realized the issue had nothing to do with the phone or OS Version. I ended up calling Verizon, and after I told them what the issue was, they suggested for them re-sync the network profile for my device. Once they did this, I rebooted the phone (Vol up, down, and then hold power) and the phone started to work soon after. while I didn't get any of the messages that I had missed, it is working now. what I'm suspecting is that when the RCS Profile was loaded, it caused an issue with the network profile on the carrier side, and it caused the issue. I'm not 100% on this, and won't know until I can test it, but it seems the most likely issue. Try giving your carrier a call, and tell them that txt messaging isn't working, and that you have already factory reset. The
2w
QuickLook sheet not opening in iOS
I'm developing an application in which saving files and opening them with .quickLookis in important role. However, after putting my application to TestFlight and letting a friend of mine test it with his phone (iOS 17.4.1, iPhone 15 Pro) it appears that sometimes when opening a file the QuickLook sheet doesn't open until the app's focus is lost. @State Button(Open file) { url = someFileUrl }.quickLookPreview($url)
2
0
215
Jun ’24
Reply to App Stuck at Paywall Screen Due to Pending Subscription Review
After carefully reviewing my app and subscription setup, I realized that my initial submissions were missing subscriptions linked to the app version, which caused the paywall issue. According to Apple's guidelines, subscriptions must be included with a new app version submission for them to be properly reviewed. To address this, I've now added a new subscription and linked it directly to my app build. Both my app and the subscriptions have been under review for nearly 2 hours (typically a 10-minute process), possibly due to these recent changes. Edit: Out of my 4 subscription, 3 of them approved and my approved as well. So, this solved my issue.
2w
Shortcut not working on Action Button
I've created a shortcut using an AppIntent and AppIntentProvider. When I try to run the shortcut in the shortcuts app it works well, but if I assign that same shortcut to the new Action Button it shows that something is working (icon shows up on the island) but the perform function is never called. Am I missing something? should I add extra configurations for the action button? thanks
2
0
584
Nov ’23
Unable to add app to app store connect review when built from developer beta
I am using the developer beta, and I made some simple code changes to my app. The changes do not include any new beta features. I am blocked from posting my update on the app store because of the following error. Error: Unable to Add for Review The items below are required to start the review process: New apps and app updates must be built with the latest public (GM) versions of Xcode, and the iOS, macOS, watchOS, and tvOS SDKs. Apps built with beta versions aren't allowed. Learn More This build is using a beta version of Xcode and can’t be submitted. Make sure you’re using the latest version of Xcode or the latest seed release found on the releases tab in News and Updates This has been discussed extensively in the past: https://forums.developer.apple.com/forums/thread/740853 And I already comtacted Apple Developer Support and received a generic response that did not address my issue at all. Response from support: Thank you for contacting App Review Support. We greatly appreciate the efforts of developers who
1
0
219
2w
Reply to XCode 16.0(Beta) can't delete package in package dependency setting tab
I haven't found a working method of removing the package in XCode, but I have managed to circumvent this issue by removing the package through the .xcodeproj file. What I did was as follows: Saved & closed my project Opened the .xcodeproj in VSCode Opened the project.pbxproj file & deleted references to the package Saved the file, reopened XCode, and the package was gone. If I recall correctly, a grep command only showed occurrences of the package name in project.pbxproj, so while it's possible this method doesn't remove all occurances of the package from the app, this seemed to work well for me. Personally, I was trying to replace a local package with a new version of the package, and removal/replacing both caused the crash. Doing this removed the project has an existing dependency message and allowed me to directly re-add the package. Hope this helps! :)
2w
SwiftData error 134020 - "The model configuration used to open the store is incompatible with the one that was used to create the store."
Hi all, I have tried everything (that i'm aware of) but i cannot seem to get around this error. My app is setup using only SwiftData and is basically a custom version of the apps shown in SwiftData docs. I have done the following to try to debug: Deleted app from device Clean and re-build Delete derived data and rebuild I have tried reverting changes made to the @Models i have define Every combination of the above steps + rebuilding Im at a loss. No clue how to resolve this. Some weird observations. This error only occurs after the first context.insert call. The first is successful and data is properly persisted across app launches. All subsequent attempts to insert result in the following error: Error Domain=NSCocoaErrorDomain Code=134020 The model configuration used to open the store is incompatible with the one that was used to create the store. UserInfo={NSAffectedObjectsErrorKey= (entity: Track; id: 0x2807a7de0 ; data: { createdAt = 2023-07-02 23:45:45 +0000; name = Test; })}
5
0
1.7k
Jul ’23
iPhone X restart
bug_type:210,timestamp:2024-06-01 14:21:43.00 +0400,os_version:iPhone OS 16.7.4 (20H240),roots_installed:0,incident_id:2D658 A3E-807D-4239-A262-1560CDB5A77F} { build : iPhone OS 16.7.4 (20H240), product : iPhone10,6, socId : 8015, socRevision : 11, incident : 2D658A3E-807D-4239-A262-1560CDB5A77F, crashReporterKey : b9deae4c29b808d36d6d04c34edc95561cd25808, kernel : Darwin Kernel Version 22.6.0: Tue Nov 7 21:41:17 PST 2023; root:xnu-8796.142.1.702.91/RELEASE_ARM64_T8015, date : 2024-06-01 14:21:43.37 +0400, panicString : panic(cpu 2 caller 0xfffffff01d52a4fc): userspace watchdog timeout: no successful checkins from thermalmonitordnservice returned not alive with context : is_alive_func returned unhealthy : current 7fffffffeff, mask 67fffffffff, expected 67fffffffff. SD: 0 BC: 0 RC: 0 BS: 0, Missing sensor(s): TP0Z nservice: backboardd, total successful checkins in 225 seconds: 17, last successful checkin: 0 seconds agonservice: SpringBoard, total successful checkins in 176 seconds: 15, last s
3
0
218
2w
Reply to Xcode Version 15.4 (15F31d) is consistently changing "class" and "struct" to "enum"
Cat typing would have been a good explanation 🐱 More seriously. I have not met such issues recently. But I remember, with older versions of Xcode to have faced issues with files that seemed to change in my back or not to take into account I had made. If I remember correctly, it happened when I reopened a file through the history via tabs and not via the file list on the left pane. Then Xcode would reload an older version. A solution is often to call Clean Build Folder in the Product menu. Hope that helps.
2w
NSTextView subclass not displaying text in Sonoma
This is a tricky one. I have a shipping product which, when compiled under Xcode 14.3.1 works as expected on Sonoma. If the same project is recompiled with Xcode 15, the subclass of NSTextView will not display correctly (text is same color as background). I am also using a custom NSLayoutManager (to draw invisibles). Unfortunately, there is an intermittent aspect to this. I use this subclass in several places and it works on my setup on the main editor, but not with some customers. Then I found a different use of the same subclass that does not work for me. When it does not work, it is consistent for that user. I have manually marked the textViews as using TextKit 1, with no change. I also tried the Clips Bounds to yes, again no change. If I change the class to NSTextView, the text displays properly, but I lose existing functionality. There appears to be some undocumented behavior change in Xcode 15 (or when linking against Sonoma SDK) that for subclasses of NSTextView (stored in XIB files).
2
0
685
Oct ’23
Returning NXDOMAIN to audit network traffic with iCloud Private Relay is not preventing iCloud Private Relay traffic
Hi, This post is more for reference of the report in Feedback Assistant, but feel free to chime in with anything I've missed or not interpreted correctly. I use a third party DNS resolver to filter network traffic (AdGuard DNS) across about 30 devices, many of which are devices which support iCloud Private Relay. To allow efficient auditing, iCloud Private Relay has to understandably be blocked. When following Apple's recommendations to return NXDOMAIN to mask.icloud.com and mask-h2.icloud.com, this does not seem to have any effect at all on blocking iCloud Private Relay at all when blocked remotely as part of the AdGuard DNS service. When checking the status of the iCloud Private Relay domains, I could confirm they were returning NXDOMAIN from the devices, yet the traffic still continued to bypass the blocking. When blocking the iCloud Private Relay domains locally on the device via a Personal VPN user filter, Apple's recommendations seem to work correctly, immediately notifying me that iCloud Priva
2
0
1.4k
Dec ’22