Developer Forums

RSS for tag

Ask questions about how to use the Apple Developer Forums. Discuss forums bugs and enhancements requests that you’ve filed via Feedback Assistant.

Posts under Developer Forums subtopic

Post

Replies

Boosts

Views

Created

How to modify the title of a post in the Developer Forums?
Hi, Developer Support answered my original question by email telling me that I should ask my question here, because I have reached the wrong Support team... Here is my question: I have asked for some help in the forum about SF Symbols, but at last the solution I have found by myself was much more general than the original title of my post suggested. Now, In order to better share my foundings and better help the community about the subject, I think that a more general title would be appropriate. It's about using Affinity Designer to create custom SF Symbols, where my original title only mentions my difficulties about creating such symbols. https://developer.apple.com/forums/thread/788403 Can I modify the title of my post by myself (if yes, how?) or should a Forum admin do that for me? Thank you in advance for your help, Marc
5
0
106
Jun ’25
Can't post
Hello, I tried posting about an issue I'm experiencing with HCE, and no matter the text I type, I get error "This post contains sensitive language. Please revise it in order to continue." Is there any option to resolve it?
2
1
68
Jun ’25
Any apple employees here?
Is this place just for customers of the "developer program" to help each other, or is there any apple employees here able to help, with privileged access? Seems to me that not, but i prefer to ask anyway, it's not clear to me Because if there are some employees here, can you please do your job regards
12
0
285
Jun ’25
Redaction problem in the forums
There seems to be some kind of problem with the forum software incorrectly redacting certain words. It's even censoring Apple employees when they use the word "s i g n a l" in this post, which is now titled, "iOS Network ****** Strength" So, no, Apple employees are not complaining about iOS Network strength.
4
0
125
Jul ’25
Developer Forum Link to SIWA documentation incorrect
Hello, I notice the link on top of this site is incorrect: https://developer.apple.com/forums/tags/sign-in-with-apple-rest-api Its target (https://developer.apple.com/documentation/sign_in_with_apple/sign_in_with_apple_rest_api) does not exist. It should probably be https://developer.apple.com/documentation/signinwithapplerestapi
1
0
86
Aug ’25
Older Posts Code Blocks are broken
It appears that on older posts the code blocks are completely broken. For example https://developer.apple.com/forums/thread/678075 show the code block as a single inline value. Looking at the HTML this is what I see generated <code class="hljs block shell language-shell">Code Block shell#!/bin/bashrm -rf output/rm -rf simulator_fat/mkdir simulator_fatlibs=( "lib_static" ) #Add for i in "${libs[@]}"do lipo -create arm64_simulator/$i.a x86_64/$i.a -output simulator_fat/$i.a xcodebuild -create-xcframework -library simulator_fat/$i.a -library arm64/$i.a -output output/$i.xcframeworkdone</code> Obviously newer code blocks seem to be working (as long as the one above is) but it wreaks havoc trying to look at older posts.
3
0
138
2w