some symbols in sf symbol 3 can't be displayed

I downloaded sf symbol3 today. My Xcode is 12.5. When I write a simple code like:

Image(systemName: "gearshape")

everything is ok. However when the code turns to :

Image(systemName: "gearshape.circle")

nothing will be displayed. Do I miss anything? Thanks in advance.

Answered by OOPer in 679696022

My Xcode is 12.5. 

SF Symbols 3 is a beta version of software intended to work with beta versions of SDKs -- iOS 15 SDK, macOS 12 SDK, and so on.

SF Symbols 3

These new symbols are available in apps running the beta versions of iOS 15, iPadOS 15, macOS Monterey, tvOS 15, and watchOS 8.

You may need to check the Availability of each symbol if you need to target older versions of OSs.

Accepted Answer

My Xcode is 12.5. 

SF Symbols 3 is a beta version of software intended to work with beta versions of SDKs -- iOS 15 SDK, macOS 12 SDK, and so on.

SF Symbols 3

These new symbols are available in apps running the beta versions of iOS 15, iPadOS 15, macOS Monterey, tvOS 15, and watchOS 8.

You may need to check the Availability of each symbol if you need to target older versions of OSs.

some symbols in sf symbol 3 can't be displayed
 
 
Q