Post

Replies

Boosts

Views

Activity

Comment on "Multiple commands" error caused by name conflict
I intended to point out that it's potential bug with Xcode itself. Here is the gist of the mentioned link: The error was caused by a name conflict between my project name, GoogleSignIn, and the package for Google's sign-in, GoogleSignIn from https://github.com/google/GoogleSignIn-iOS. I fixed this by re-creating my project with a different name, like MyGoogleSignIn. Error message Multiple commands produce '.../Library/Developer/Xcode/DerivedData/GoogleSignIn-hjk
Feb ’25
Comment on "Multiple commands" error caused by name conflict
I intended to point out that it's potential bug with Xcode itself. Here is the gist of the mentioned link: The error was caused by a name conflict between my project name, GoogleSignIn, and the package for Google's sign-in, GoogleSignIn from https://github.com/google/GoogleSignIn-iOS. I fixed this by re-creating my project with a different name, like MyGoogleSignIn. Error message Multiple commands produce '.../Library/Developer/Xcode/DerivedData/GoogleSignIn-hjk
Replies
Boosts
Views
Activity
Feb ’25
Comment on How do I see all the feedback entries submitted by myself?
I see feedback from others, too. I'd like to see only mine. The filtering option does not provide a way to filter by submitter.
Replies
Boosts
Views
Activity
Mar ’24
Comment on Xcode's archive validation error "Missing Info.plist value" for a "Hello world" project
I was confused the error messages, and incorrectly provided the icon files. For instance, I added the key "Icon Name", but still got an error about; I then, added the icon file, and that error went away as well.
Replies
Boosts
Views
Activity
Mar ’24
Comment on SwiftUI Tooltips
I tried the above but I don't see the tooltip in my Simulator. XCode: Version 15.2 (15C500b)
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Mar ’24
Comment on Where does my Swift app's print output go during XCTest?
Sorry, I did not mean traces from the test methods, testxxx(). In my post/comments, I pointed out that I look for traces from the app's ACTUAL logic. I need these traces to track down where the app fails, and what the underlying cause is.
Replies
Boosts
Views
Activity
Feb ’24
Comment on @Environment(\.dismiss) var dismiss - Infinite loop bug.
How do I use UIKit as a workaround?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Feb ’24
Comment on Where does my Swift app's print output go during XCTest?
Thank you for the reply. I follow your steps but I only see the report/output from the tool, XCTest. I already have that output. I'm looking for the traces coming from my app's print statements. In the Report Navigator, a regular Run has a Console item which shows the app's print traces; the Test entry does not the Console item.
Replies
Boosts
Views
Activity
Feb ’24
Comment on Is it possible to play with Swift/SwiftUI on the web?
I have a Mini Mac, and thus , it is not convenient to bring around.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’23