This is a dedicated space for developers to connect, share ideas, collaborate, and ask questions. Introduce yourself, network with other developers, and join us in fostering a supportive community.

All subtopics

Post

Replies

Boosts

Views

Activity

Where do we submit Beta Feedback for Vision Pro?
I don't know where the area for Beta feedback for the Vision Pro is so I'm submitting here. Using beta 1.2 on the Vision Pro, there are a couple of issues I've seen. It seems like the windows that have been previously opened are now closing automatically, even after just an hour or two without restarting or shutting down. I keep getting the message about either "being too far from display" or "being too close to the display" depending on which light seal cushion I have On (either 25W or 25W+). Let me know if there is another area I should be submitting the feedback for Beta issues.
0
0
267
May ’24
WWDC 2024 - 1 on 1 calls?
Hey 2 years ago I joined WWDC and had the pleasure to have 1 on 1 call with some1 from dev team from Apple to help me solve some at the time GPU rendering problems on Apple iPad. I wonder if u guys know if this year Apple will also let us book meetings like that to help solve dev problems?
1
0
353
May ’24
Welcome to Apple Developer Community Spaces!
Hello from your Developer Forums Product Team - The Apple Developer Forums have been redesigned and up-leveled for WWDC24, offering a revamped way to connect with Apple experts, engineers, and other developers to find answers, get advice, and continue the conversations WWDC inspires. We believe the very best of what we do is in enabling developers’ success and in fostering an active, open, collaborative, helpful support and community network. We've created this community space to give developers a place and space to connect beyond code level questions - and view the developer forums as a way for developers around the world to connect with Apple and each other. Stay tuned!
5
12
1.3k
May ’24
WWDC24 in person event schedule
Hello community, I was selected, on April 4th, to join the in person event of the WWDC24 at Apple Park; I've completed the RSVP process and received a confirmation e-mail saying Apple will be sending the schedule and more details soon. Over a month and a half is passed and I didn't receive any details from them; I also e-mailed for the second time Apple Events, but they're not responding. Is it a problem with my attendance or did anyone of you who has been invited received the schedule or any other related details? Thanks in advance for your response. h
2
0
922
May ’24
Is property `id` forbidden for @Model?
I'm currently working on SwiftData, and having trouble with id properties. I was constantly getting this error with my @Model. error: Row (pk = 1) for entity 'AnalyzedMessage' is missing mandatory text data for property 'id' Timestamp: 2024-05-31 14:13:24.483647+09:00 | Library: CoreData | Subsystem: com.apple.coredata | Category: error \ @Model final class AnalyzedMessage { var id: String var user: User var createdAt: Date var text: String var attachments: [Attachment] var recording: Recording? var replyMessage: ReplyMessage? } As I remove all properties named id (including custom Value types), error just disappeared and app works as I intended with no issue . @Model final class AnalyzedMessage { var messageID: String var user: User var createdAt: Date var text: String var recording: Recording? } I thought using property named id causes problem only when fetching some data like this: context.model(for: myModel.id). So, is property id taken by @Model and forbidden to use? If so, I think there should be a safe-guard for miss-usage just like in my case. +) However, lots of open-source libraries use property id for their models. Do we have to handle all of these models to bypass not to use it? I think it's pretty disturbing..
0
0
583
May ’24
How can I enable HTTP exceptions in Xcode 15?
Before Xcode 15, when I could access the info.plist file, I was able to add exceptions to the App Transport Security Settings so I could connect with my home server, which has no HTTPS, just HTTP. But in Xcode 15 I have no idea, not can I buy a clue with google, on how to do this. Please help! Thanks p.s. I should probably add that one site mentioned going to the Target section of your project allows easy access to info.plist. Yet for some strange reason, there is no item in Targets, which is odd, as I can debug my. project.
0
0
657
Jun ’24
How to read APS Environment entitlement
Is there a simple way to get the value of the APS Environment setting in the Entitlements file from within a SwiftUI app? As others have noted, when the app is run from Xcode, this value is set to "development" but when run from Archive'd TestFlight version, it is set to something else (presumably "production"). I need to know which environment the app should use for registering its device token for notifications.
1
0
647
Jun ’24
Safari App Extension remove toolbar item - Mac
Hi, I have built a Safari App Extension for Mac. However, I want to remove the toolbar item from the extension. I have tried the following approach: Remove SFSafariToolbarItem dictionary from Info.plist Remove the toolbar icon pdf from the project Remove validateToolbarItem and popoverViewController from the extension handler. This does not remove the toolbar item. Instead I have a toolbar item that shows my App Icon just greyed out. On clicking that item, it show an option to "Manage Extension". What should I do to remove the toolbar item from my extension?
1
0
628
Jun ’24
Is there a simple way to adding files to iPhone simulator, for use with Xcode?
Correct me if I'm wrong, but with the latest version of Xcode (15.x) you can no longer add files to the iPhone simulator by dragging them into the the Files app. I also tried to share the files from my Mac desktop to the simulator. But after selecting the simulator, absolutely nothing happened. So I had to do it the long way: Add a folder to the simulator with a unique name, in the Files app Get the document path, print(URL.documentsDirectory.path()) Back track into the folder structure till I find that folder cp the files to that folder Please tell me that there is a way that I haven't found on Google, or that I somehow was doing what the Apple dox suggested, but missed a step.
3
3
2.0k
Jun ’24
Are there In-Person Sessions during the week at WWDC24?
I heard rumors from a local Apple biz rep that they have some developers traveling out to Cupertino for WWDC24 ... however, it has been my understanding, that other than the keynote (which you have to register to win a pass)... is the only in-person event and all other events are online events. Are there "in-person" sessions (i.e., conference classes) that developers can attend throughout the week? and if so, where one would register to attend those classes? i.e., Apple site currently only mentions video classes. NOTE: I already understand that they have labs available for you to meet with Apple experts in-person... i.e., if they choose to meet with you, to discuss your app development questions.
1
0
846
Jun ’24
iPadOS 18 compatibility
Was it a typo on the Website or why is the 2017 10.5 inch iPad Pro (A10X + 4GB of ram) not supported? Because the 7th generation iPad which has an A10 processor + 3GB of ram is supported! It’s weird because the A10X is a more powerful processor so why does it not make the cut?
2
1
1.8k
Jun ’24
FB13847127 (macOS 15 REGRESSION: No longer able to put dock at bottom of external display placed above laptop display (M2 Macbook Air))
macOS 15 (beta) has borked my desktop, changing a longstanding Dock behavior (for the worse); Apple says it’s expected behavior. :( I wonder if anyone else is affected by this change. I have my displays positioned as shown in the attached Screenshot, with a 4K BENQ Thunderbolt Display positioned above the internal display of an M2 MacBook Air. Prior to macOS 15, I was able to place the dock at the bottom of the upper display using the technique described here https://apple.stackexchange.com/a/208750 This allows taking advantage of the much greater real estate on the external display. As of macOS 15 (WWDC developer beta), this no longer works, and I can find no way to move the dock to the upper external display, and my dock remains squeezed into the tiny space available on my internal display (see attached photo).
1
1
540
Jun ’24
NYTimes News App doesn’t run
I know this isn’t the place to report this, but I’m in a Catch 22 situation. You meed to access the app to send a bug report to developers, but I can’t load the app on IOS 18, so I’m reporting it here. The NY Times News App does not open under IOS 18 or iPadOS 18. The subsidiary apps, Games, Cooking, and Audio do.
2
1
852
Jun ’24
Showing Recent Errors Only Command PhaseScriptExecution failed with a nonzero exit code
I updated Xcode to 15.4 version. I keep facing build error: Command PhaseScriptExecution failed with a nonzero exit code. I deleted DerivedData and clean Project, etc.. but nothing works. PhaseScriptExecution Run\ Script /Users/hayat/Library/Developer/Xcode/DerivedData/Runner-bazfaecuwmifkmalxhomfexvwejn/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Script-5691DA932C169C0C00404F23.sh (in target 'Runner' from project 'Runner') ... /bin/sh -c /Users/hayat/Library/Developer/Xcode/DerivedData/Runner-bazfaecuwmifkmalxhomfexvwejn/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Script-5691DA932C169C0C00404F23.sh /bin/sh: /packages/flutter_tools/bin/xcode_backend.sh: No such file or directory /Users/hayat/Library/Developer/Xcode/DerivedData/Runner-bazfaecuwmifkmalxhomfexvwejn/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Script-5691DA932C169C0C00404F23.sh: line 3: build: command not found Command PhaseScriptExecution failed with a nonzero exit code Please help me.
1
0
649
Jun ’24
Saving custom fonts to XCode 14 issue
Sorry for repeating this post, but an answer is desperately needed. Whenever I add custom fonts to "Fonts provided by application" the fonts are not retained and the "Fonts provided by application" setting disappears. This happens when I leave the Custom IOS Target Properties/Info tab. I have attempted this with numerous otf/ttf fonts. Using macOS Monterey 12.7.5 and X Code 14.2. See before and after screenshots.
5
0
692
Jun ’24