Posts

Post not yet marked as solved
0 Replies
405 Views
Hi Apple and Swift friends. I'm not really a fluent Swift programmer (or any language) just knowledgable, I just a vague logic of what's going on. This is a gamepad controller remapper similar to DS4Windows on the PC and DSX on Steam gaming. On macOS Sonoma, it successfully compiled and connected the amazing Sony Playstation DualSense but because it has 33 yellow warning, the Setting doesn't show. It says something about outdated something and needs to be replaced by a newer framework.network. It also says it can't use self: It should look like these: What could be the syntax changes that won't produce the 30+ yellow warnings? The file can be had here: [https://github.com/marcowindt/ds4macos) God bless.
Posted
by alvin777.
Last updated
.
Post not yet marked as solved
0 Replies
365 Views
Hi. Before APFS, one know that the drive is physically healthy, when 'Verified' is indicated. What is now the equivalent of that for APFS drive? How does one know if the drive is physically healthy, no physical damage using Disk Utility or Terminal (if it's not in Disk Utility). This is on macOS Catalin Beta 6. The drive is a 2TB Fusion drive.Thank you.Have a great day.God bless, Revelation 21:4
Posted
by alvin777.
Last updated
.
Post not yet marked as solved
2 Replies
600 Views
Hi. This is on a Late 2015 iMac w/ Fusion Drive running the lastest macOS Catalina Beta. Boot Camp would have this partitioning error, even after using First Aid on the two Macintosh HD volumes (there is now a unabled Boot Camp disk image displayed on Disk Utility):What could be the fix?Thank you in advance.God bless, Revelation 21:4
Posted
by alvin777.
Last updated
.
Post marked as solved
4 Replies
1.3k Views
Hi. I'm running XCode 11 Beta and macOS Catalina Beta yet the Swift UI framework, doesn't seem to work:// // ContentView.swift // SwiftUIByExample // // Created by *******777 on 7/11/19. // Copyright © 2019 *******777. All rights reserved. // import SwiftUI struct ContentView : View { var body: some View { Text("Hello World Hello // error here says Cannot invoke initializer for type 'Test' with no arguments World Hello World Hello // error here says: Unterminated string literal World Hello World Hello World Hello World") // error here says: Unterminated string literal } } #if DEBUG struct ContentView_Previews : PreviewProvider { static var previews: some View { ContentView() } } #endifErroYet this works on this tutorial:https://www.youtube.com/watch?v=XF_euKrEB8c&list=PLuoeXyslFTubw4NtepDCis5tTqK37zT3Q&index=2What setting did I forget to enable?Thank you. God bless, Proverbs 31(by the way, how do you attach files here, files like screenshots, a brief video, etc.?)
Posted
by alvin777.
Last updated
.