Post

Replies

Boosts

Views

Activity

Reply to Xcode SPM when switching between branches
I posted here about this issue about six months ago.. Just the other day though I added "-clonedSourcePackagesDirPath SourcePackages" to my xcodebuild command and so far I haven't experienced the problem – I won't know for sure if this is true true fix or not for a while because the issue was intermittent for me, but so far so good. The idea is to cache the SPM dependencies in the project dir instead of the default behavior which places them in derived data. I read about it – after trying, again, to find a solution – here: https://www.uptech.team/blog/swift-package-manager. Anyway I hope this works, otherwise I have to seriously consider going back to CocoaPods.
Apr ’23
Reply to Xcode SPM when switching between branches
Has anyone figured out how to resolve this? I already have Package.resolved being ignored by git but every time I switch branches resolving dependencies starts all over again. A few things do get updated when I switch branches (like bundle id, app name etc) but I don't think that should trigger SPM dependency resolution again b/c the packages are exactly the same. Thanks in advance.
Sep ’22
Reply to altool --upload-package bitcode-build-tool internal error (iOS app)
After updating to Xcode 14 I'm no longer getting this error message and the upload time is back down to ~120 seconds for me (when the error occurred upload time was ~400 seconds). One thing I did notice too in Xcode 14 is that it appears that "xcrun altool --upload-package" is in debug b/c it is printing out a lot of debug-like text. I'm going to mark this as answered b/c this is no longer an issue for me after upgrading to Xcode 14.
Sep ’22
Reply to App Store Connect Operation Error
I'm getting: "App Store Connect Operation Error The app references non-public selectors in Payload: applicationNameForUserAgent, initWithFrame:configuration:, isMainFrame, navigationDelegate, navigationType, setNavigationDelegate:, setProcessPool:, targetFrame, userContentController" I have code where I'm updating WKWebViewConfiguration.applicationNameForUserAgent="...". I replaced that with this (to update the user agent): WKWebView.customUserAgent="..." and resubmitted my app as another build and it was accepted without error. I also use "initWithFrame:configuration:" and "setNavigationDelegate:" with WKWebView but I didn't change any of that code but my second build was still accepted - so who knows.
Jun ’22
Reply to Consent Revocation Notification
Thank you.
Replies
Boosts
Views
Activity
Nov ’25
Reply to requestAgeRange always returns `notAvailable`
I'm not seeing this behavior in 26.2 beta 3 sandbox testing.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Nov ’25
Reply to [Xcode 26 beta 4] Cannot receive device token from APNS using iOS 26 simulator
We're experiencing the same issue. We're able to receive a token in the iOS 18.5 simulator but not in the iOS 26 beta 5 simulator. I have also reported this issue in the feedback app: FB19404213.
Replies
Boosts
Views
Activity
Aug ’25
Reply to iOS 18.3 simulator runtime unavailable to download
You need to go to Xcode > Settings > Components and update the iOS 18.2 sim - it should have an update button there - and it will update 18.2 and install the 18.3.1 sim.
Replies
Boosts
Views
Activity
Feb ’25
Reply to Can’t upload screenshot to app connect
Same here. I've tried several times for three different apps over the last seven hours.
Replies
Boosts
Views
Activity
May ’24
Reply to Updating contentRightsDeclaration now returns FORBIDDEN_ERROR
Re-tested this and it's now working. I'm assuming there must have been an issue that Apple has since fixed.
Replies
Boosts
Views
Activity
Oct ’23
Reply to Xcode SPM when switching between branches
I posted here about this issue about six months ago.. Just the other day though I added "-clonedSourcePackagesDirPath SourcePackages" to my xcodebuild command and so far I haven't experienced the problem – I won't know for sure if this is true true fix or not for a while because the issue was intermittent for me, but so far so good. The idea is to cache the SPM dependencies in the project dir instead of the default behavior which places them in derived data. I read about it – after trying, again, to find a solution – here: https://www.uptech.team/blog/swift-package-manager. Anyway I hope this works, otherwise I have to seriously consider going back to CocoaPods.
Replies
Boosts
Views
Activity
Apr ’23
Reply to Xcode SPM when switching between branches
Has anyone figured out how to resolve this? I already have Package.resolved being ignored by git but every time I switch branches resolving dependencies starts all over again. A few things do get updated when I switch branches (like bundle id, app name etc) but I don't think that should trigger SPM dependency resolution again b/c the packages are exactly the same. Thanks in advance.
Replies
Boosts
Views
Activity
Sep ’22
Reply to altool --upload-package bitcode-build-tool internal error (iOS app)
After updating to Xcode 14 I'm no longer getting this error message and the upload time is back down to ~120 seconds for me (when the error occurred upload time was ~400 seconds). One thing I did notice too in Xcode 14 is that it appears that "xcrun altool --upload-package" is in debug b/c it is printing out a lot of debug-like text. I'm going to mark this as answered b/c this is no longer an issue for me after upgrading to Xcode 14.
Replies
Boosts
Views
Activity
Sep ’22
Reply to App Store Connect Operation Error
I'm getting: "App Store Connect Operation Error The app references non-public selectors in Payload: applicationNameForUserAgent, initWithFrame:configuration:, isMainFrame, navigationDelegate, navigationType, setNavigationDelegate:, setProcessPool:, targetFrame, userContentController" I have code where I'm updating WKWebViewConfiguration.applicationNameForUserAgent="...". I replaced that with this (to update the user agent): WKWebView.customUserAgent="..." and resubmitted my app as another build and it was accepted without error. I also use "initWithFrame:configuration:" and "setNavigationDelegate:" with WKWebView but I didn't change any of that code but my second build was still accepted - so who knows.
Replies
Boosts
Views
Activity
Jun ’22