Post

Replies

Boosts

Views

Activity

Reply to Mac keep flagging ALL emails
Please post this question to the Apple communities as mentioned on the home page, and given it is a beta product, you accept all liability until an official release is made to the general public. This area is strictly for third-party developer questions.
Topic: App & System Services SubTopic: Core OS Tags:
Oct ’23
Reply to Xcode 15 Preview not working with generic nested view
Once again you're are misinterpreting the concept of a namespace as it pretains to other Object Orient Languages. Continue on your merry way and all the best.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’23
Reply to Are financial/banking aggregators not allowed in the App Store?
Some banks such as RBC offer open banking API services and soon a few institutions are going to follow this format. What is Apple going to do? Reject all these apps when the banks are beginning to offer open access to the services.
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’23
Reply to NEHotspotNetwork.fetchCurrent is giving nil values everytime
You must request Entitlements from Apple.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Oct ’23
Reply to How to Programmatically Use the AirPrint API for Single-Side Printing in iOS 17
That is most likey a private API and a user-controlled action.
Replies
Boosts
Views
Activity
Oct ’23
Reply to Xcode 15 Preview not working with generic nested view
Because you can't, the notion of a namespace as implemented in other languages like Java, C++, and C# is non-existent in Swift and SwiftUI. What you're doing is nesting value types and not creating namespaces. Nesting views in SwiftUI: https://luomein.medium.com/composable-generic-swiftui-view-part-2-d695d87b0f96
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’23
Reply to Swift Concurrency and synchronous, nonisolated infrastructure?
Is there a particular reason you're making a SwiftUI View codable? There is a @SceneStorage and a @AppStorage wrapper you can use to persist properties of a view to storage or NSUserActivity. Why make an entire View Codable?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’23
Reply to Xcode 15 Preview not working with generic nested view
Because you can't! Each struct View should be single level!
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’23
Reply to Xcode 15.0 Release doesn't connect at all iOS 17
Apple can quickly fix this instead of waiting on VPN vendors to address the issue, which could never happen!!!
Replies
Boosts
Views
Activity
Oct ’23
Reply to App is at 1% deployment, gets updated, what happens then?
Don't overthink it. One cancels the other upon release, regardless of the release strategy and when the user device decides to take the update. So just release and forget.
Replies
Boosts
Views
Activity
Oct ’23
Reply to Pictures/Documents in Notes are not appearing iOS 17
Please this question here https://discussions.apple.com
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’23
Reply to I Keep getting crashes on my M1 Mac while using logic x
The latest version is 10.7.9. Try performing an update to see what happens. But any future non developer questions should be posted in the community forums here https://discussions.apple.com/community/applications-services/logic-pro
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Oct ’23
Reply to Mac keep flagging ALL emails
Please post this question to the Apple communities as mentioned on the home page, and given it is a beta product, you accept all liability until an official release is made to the general public. This area is strictly for third-party developer questions.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’23
Reply to Xcode 15 Stucks on Build Process
What is the project? iOS or macOS app? Do you have external dependencies like pods, swift packages? Did you try cleaning the build?
Replies
Boosts
Views
Activity
Oct ’23
Reply to Xcode 15 linker error: not 8-byte aligned, which cannot be encoded as a target of LDR/STR
Did you try enabling Rosetta in Xcode? Destinations -> Destinations Architectures ->
Replies
Boosts
Views
Activity
Oct ’23
Reply to Support for complex numbers
There is a discussion here on metal - https://github.com/google/jax/issues/8074
Topic: Machine Learning & AI SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’23