Post

Replies

Boosts

Views

Activity

Reply to Is possible to customize apps in more than 1 profile on ios18 beta public
This is similar to your other question. The Developer Forums aren't really the right place to raise bugs in a new version of an OS. Apple's engineers aren't reading through these pages waiting to see if anyone's found a bug before they fix it. These forums are for third-party developers writing apps for Apple's platforms to discuss issues with their code. You need to raise each issue you find separately at https://www.apple.com/feedback/ You can post the FB numbers here if you want, so that others can link to them.
Topic: App & System Services SubTopic: Hardware Tags:
Jul ’24
Reply to Menus are flipped (mirrored) in Arabic SwiftUI
The Developer Forums aren't really the right place to raise bugs in a new version of an OS. Apple's engineers aren't reading through these pages waiting to see if anyone's found a bug before they fix it. These forums are for third-party developers writing apps for Apple's platforms to discuss issues with their code. You need to raise each issue you find separately at https://www.apple.com/feedback/ You can post the FB numbers here if you want, so that others can link to them.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Jul ’24
Reply to Can't startup Xcode-beta
This is mentioned at the top of the release notes for that version of Xcode. Go back to the downloads section on the Apple Developer website, click Applications at the top of the web page, and click to view the release notes for Xcode. EDIT: Here's the link: https://developer.apple.com/documentation/xcode-release-notes/xcode-16-release-notes There's a couple of Terminal commands you have to run with sudo: sudo xcode-select -s /Applications/Xcode-beta sudo xcodebuild -runFirstLaunch Worked perfectly for me.
Jul ’24
Reply to I can't find *.swift file in my project's directory
Hello.xcodeproject is your Xcode project file. Among lots of other things, it keeps track of where the files are for this project. You need to create a Hello.swift file in your Xcode project. Load the Hello.xcodeproject file, and see if there's aHello.swift file in the project view on the left. If not, then you have to create one, and write your code in there. If there is - and it's red - it means the file has been moved and Xcode doesn't know about it. If you can locate it (use Spotlight) you can put it back in the same folder as the Hello.xcodeproject file. How about launching the project file and taking a screenshot to show us what's in the left side project view?
Topic: Programming Languages SubTopic: Swift Tags:
Jul ’24
Reply to IOS17.6
iOS 17.6 is in beta, right? Beta builds include processes and diagnostics running in the background. You should expect them to be buggy and a bit slower than usual. Son't install beta builds on your primary device, just devices you can use for testing. If you want to raise a bug, do so here: https://www.apple.com/feedback/ then post the FB number here.
Jul ’24
Reply to IOS18 Beta - Public (is it just me?)
It's a beta release, and there are bound to be issues. You shouldn't install betas on your primary device, just devices you can use for testing. If you aren't a developer, then there really is no need for you to be installing betas. You can, but I don't see the point. Have you raised Feedback reports? You need to raise each issue you find separately at https://www.apple.com/feedback/ You can post the FB numbers here if you want, so that others can link to them.
Jul ’24
Reply to Screentime Not Working
If you search these forums you'll see lots of reports of this bug. But the Developer Forums aren't really the right place to raise bugs in a new version of an OS. Apple's engineers aren't reading through these pages to see if anyone's found a bug. These forums are for third-party developers writing apps for Apple's platforms to discuss issues with their code. You need to raise each issue you find separately at https://www.apple.com/feedback/ You can post the FB numbers here if you want, so that others can link to them.
Jul ’24