Post

Replies

Boosts

Views

Activity

Reply to Simulators for Swift 5 app
To add a new Simulator From Xcode: Window > Devices and Simulators > Simulators {Shows a list of currently-installed Simulators} Click the "+" button (at the bottom-left) Choose the Simulator you want to add e.g. Device Type: iPad (5th generation) OS Version: iOS 15.4 Click the "Create" button, to add the new Simulator
Topic: Programming Languages SubTopic: Swift Tags:
Mar ’22
Reply to Apple you have a very high number of non-developer related issues being posted making it difficult for us developers to assist other developers in need of answers.
Agree 100% Particular annoyances, which spoil the forum: First-time posters who clearly ask a non-developer question One-time posters, who don't acknowledge answers, and never post again Obvious spam messages (which include phone numbers in the question) Perhaps it is too easy to sign up! And certainly not clear enough that this is (intended to be) a Developer Forum.
Mar ’22
Reply to Failed to install macOS Monterey to 2020 M1 MBP due to firmware
You could try restoring the M1 MBP from the second Mac... Connect the two Macs using USB-C Run Apple Configurator 2 on the second Mac Put the M1 MBP into "DFU" mode Then you can attempt a "Revive", or a "Restore" from Apple Configurator 2 More information here: "Revive or restore a Mac with Apple silicon using Apple Configurator 2" https://support.apple.com/en-gb/guide/apple-configurator-2/apdd5f3c75ad/mac
Topic: App & System Services SubTopic: Core OS Tags:
Mar ’22
Reply to How do I make a link to a specific answer instead of the entire post?
If you click the blue "Share this Post" icon (at the far right, below the post)... ...you can get the url e.g. for your initial post here: https://developer.apple.com/forums/thread/702354 And this reply is: https://developer.apple.com/forums/thread/702354?answerId=707411022#707411022 Unfortunately, I don't seem to be able to "Copy" the link... ...I have to send it somewhere else (e.g. a new email), then grab it from there.
Mar ’22
Reply to When the router is empty, the status is always unsatisfied.
Do you have a question?
Replies
Boosts
Views
Activity
Mar ’22
Reply to Apple HomeKit requirements and testing
Here you go: https://developer.apple.com/homekit/
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’22
Reply to Simulators for Swift 5 app
To add a new Simulator From Xcode: Window > Devices and Simulators > Simulators {Shows a list of currently-installed Simulators} Click the "+" button (at the bottom-left) Choose the Simulator you want to add e.g. Device Type: iPad (5th generation) OS Version: iOS 15.4 Click the "Create" button, to add the new Simulator
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Mar ’22
Reply to Update discontinues software driver to Monterey or Big Sur
How hard would it be to use a Catalina driver for an audio interface to create a driver for Monterey or Big Sur? I would say it would either be extremely hard, or impossible.
Topic: App & System Services SubTopic: Drivers Tags:
Replies
Boosts
Views
Activity
Mar ’22
Reply to Apple you have a very high number of non-developer related issues being posted making it difficult for us developers to assist other developers in need of answers.
Agree 100% Particular annoyances, which spoil the forum: First-time posters who clearly ask a non-developer question One-time posters, who don't acknowledge answers, and never post again Obvious spam messages (which include phone numbers in the question) Perhaps it is too easy to sign up! And certainly not clear enough that this is (intended to be) a Developer Forum.
Replies
Boosts
Views
Activity
Mar ’22
Reply to Failed to install macOS Monterey to 2020 M1 MBP due to firmware
You could try restoring the M1 MBP from the second Mac... Connect the two Macs using USB-C Run Apple Configurator 2 on the second Mac Put the M1 MBP into "DFU" mode Then you can attempt a "Revive", or a "Restore" from Apple Configurator 2 More information here: "Revive or restore a Mac with Apple silicon using Apple Configurator 2" https://support.apple.com/en-gb/guide/apple-configurator-2/apdd5f3c75ad/mac
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Mar ’22
Reply to Custom app is mandatory?
You could consider "Unlisted app distribution". Release your apps that aren’t suited for public distribution as unlisted on the App Store, discoverable only with a direct link. See https://developer.apple.com/support/unlisted-app-distribution/
Replies
Boosts
Views
Activity
Mar ’22
Reply to Can I see last changes on exact line and who made it?
As a first step, try: View > Show Code Review This may meet at least some of your needs.
Replies
Boosts
Views
Activity
Mar ’22
Reply to Core Data
Do you have a question?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Mar ’22
Reply to Launch BGAppRefreshTaskRequest in simulator is not working
See https://developer.apple.com/forums/thread/14855, "Testing Background Session Code".
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Mar ’22
Reply to Floating action button
Use a ZStack.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Mar ’22
Reply to What is the difference between func (to view: UIView) and not using the 'to'?
(to view: UIView, ..."to" is used when calling the func "view" is used inside the func (view: UIView, "view" is used both when calling the func, and inside the func So it is a stylistic thing... it may be preferable to think of anchoring "to" something. But inside a func body, "to" is pretty meaningless, so we replace it with "view".
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Mar ’22
Reply to How do I make a link to a specific answer instead of the entire post?
If you click the blue "Share this Post" icon (at the far right, below the post)... ...you can get the url e.g. for your initial post here: https://developer.apple.com/forums/thread/702354 And this reply is: https://developer.apple.com/forums/thread/702354?answerId=707411022#707411022 Unfortunately, I don't seem to be able to "Copy" the link... ...I have to send it somewhere else (e.g. a new email), then grab it from there.
Replies
Boosts
Views
Activity
Mar ’22
Reply to Does each build in TestFlight has its own 90 day period?
Yes. A new build is given a new 90-day period. Each build expires after it's 90 days, or you can expire them manually.
Replies
Boosts
Views
Activity
Mar ’22
Reply to iPhone and iPad ui design
You could use a GeometryReader to get the size of the VStack, and then use that when sizing the image.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Mar ’22