Post

Replies

Boosts

Views

Activity

Reply to Cancel All Active Subscriptions
I've the same question. I know it's not possible to remove the IAP but it's possible to put it unavailable using the "cleared for sale" flag. I want to know what happens when the subscription is "cleared for sale", what happens to the active subscriptions?
Replies
Boosts
Views
Activity
Nov ’21
Reply to After upgrading to Xcode 13.2.1, debugging with a lower version of the iOS device still crashes at launching
Xcode 13.3 beta 1 has a fix for the crash.
Replies
Boosts
Views
Activity
Feb ’22
Reply to Xcode13.2.1 Swift Concurrency cause crash in iOS 12
Xcode 13.3 beta 1 has a fix for the crash.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Feb ’22
Reply to Debugging WidgetKit install error "Failed to get descriptors for extensionBundleID"
Same happened to me and the issue was because the Runpath Search Paths (LD_RUNPATH_SEARCH_PATHS) was empty. I cleared that build setting by mistake. I added @executable_path/Frameworks to the Runpath Search Paths, which was the right setting for my case, and the widget started working again.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’23
Reply to ITMS-90863: Apple silicon Macs support issue - The app uses symbols that are not present on Mac:
In my case, the issue was because the Runpath Search Paths (LD_RUNPATH_SEARCH_PATHS) was empty. I cleared that build setting by mistake. I added @executable_path/Frameworks to the Runpath Search Paths, which was the right setting for my case, and I was able to submit the app to the App Store.
Replies
Boosts
Views
Activity
Jul ’23
Reply to Xcode 14.3.1: The device “X iPhone” is not available because it is not executable
I finally found what was missing and I'm a little embarrassed. I changed the "Show run destination" to "Always" and things started working. That's it. So simple but hard to understand based on the message.
Replies
Boosts
Views
Activity
Sep ’23
Reply to Xcode 15, how to uncheck "Connect via network" for physical device?
How is it possible to effectively debug network changes on a physical iPhone (which is recommended by Apple for a more accurate testing environment) if disabling the device's Wi-Fi while connected to Xcode via USB disrupts the debugging process? This presents a real challenge that needs to be addressed. UPDATE: Feedback created - FB13601388
Replies
Boosts
Views
Activity
Feb ’24
Reply to Sharing files from Finder to Simulator doesn't work
Same. Sad to see this issues from 2023 with no response. What's the alternative? Any clue?
Replies
Boosts
Views
Activity
Jun ’25