The Wayback Machine - https://web.archive.org/web/20220524192804/https://github.com/topics/watchos
Skip to content
#

watchos

Here are 798 public repositories matching this topic...

rolfbjarne
rolfbjarne commented Dec 22, 2021

This might be a problem throughout Xamarin.Mac and Monotouch, but CTFont constructor is currently defined as:

public CTFont(CTFontDescriptor descriptor, nfloat size, CTFontOptions options, ref CGAffineTransform matrix);

whereas the native side is:

CTFontRef CTFontCreateWithName ( CFStringRef name, CGFloat size, const CGAffineTransform *matrix );

not being an "in

enhancement good first issue
Rome
marcpalmer
marcpalmer commented Jan 3, 2018

Enhancement Suggestion

Currently if Rome does not find a dependency or bcsymbolmap in the cache it outputs this as an error, and this is particularly ugly when used with Fastlane.

It is just noise in almost all cases I can think of, and is particularly noisy when you do your first Rome download and when you build only for one platform e.g. iOS where you get all the symbol map errors.

Improve this page

Add a description, image, and links to the watchos topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the watchos topic, visit your repo's landing page and select "manage topics."

Learn more