Post

Replies

Boosts

Views

Activity

Reply to Clang linking error MacOS Big Sur
xcode-select --print-path You may need to change this to your Xcode installation if you separately installed the command line tools and that is the issue: xcode-select -switch /Applications/Xcode.app Try also building with clang++ instead of clang. This was causing a linking issue for me.
Topic: App & System Services SubTopic: Core OS Tags:
Dec ’21
Reply to ScrollView + .refreshable
Look here: https://stackoverflow.com/questions/70610403/swiftui-add-refreshable-to-lazyvstack
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’22
Reply to Clang linking error MacOS Big Sur
xcode-select --print-path You may need to change this to your Xcode installation if you separately installed the command line tools and that is the issue: xcode-select -switch /Applications/Xcode.app Try also building with clang++ instead of clang. This was causing a linking issue for me.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Dec ’21