Post

Replies

Boosts

Views

Activity

Reply to SwiftUI Preview not rendering
Check if you are building simulator product under x86 arch. ios17 simulator failed to launch app built with x86. Consider use ios16
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jan ’24
Reply to Xcode 13.2.1 swiftUI Previews crash
Meet the same problem in Xcode 13.2 I just used rm -rf /path/to/C/clang/ModuleCache command to delete ModuleCache and it works now
Replies
Boosts
Views
Activity
Dec ’21
Reply to xccov merge for xcresult files
You can use the following commad: xcrun xcresulttool merge /path/to/A.xcresult /path/to/B.xcresult --output-path merged.xcresult
Replies
Boosts
Views
Activity
Jul ’21
Reply to DocC exclude some folders, classes or methods from appearing in the documentation
It seems that symbols such as class/struct/method/property that begin with underscore will automatically be excluded from the documentation
Replies
Boosts
Views
Activity
Jul ’21