Matt Johnson-Pint
Matt Johnson-Pint
Agreed, but if I just use the iOS versions that are currently built then I get that linker error (`"ld: building for Mac Catalyst, but linking in dylib built for...
FYI - the code in https://github.com/Carthage/Carthage/pull/3235 gives me what I need when I ask it to package just the macCatalyst platform. However, it errors if I try to run it...
The resulting output folder after the workaround looks like this: The `Info.plist` contains all the usual stuff, plus now this: ```xml DebugSymbolsPath dSYMs LibraryIdentifier ios-arm64_x86_64-maccatalyst LibraryPath Sentry.framework SupportedArchitectures arm64 x86_64...
FYI, I found the cause of the error I mentioned earlier. https://github.com/Carthage/Carthage/pull/3235#pullrequestreview-1069986893
So at this point, all we need is for the Carthage PR to be merged and released, then we need to update to that version of Carthage for the following...
@philipphofmann - I tried that, but unfortunately without success. - .NET's support for CocoaPods is via the Xamarin `sharpie pod` command, which [is broken](https://github.com/xamarin/xamarin-macios/issues/8238). Currently there isn't a workaround, and...
Related: moment/moment-timezone#385
@dragGH102 > Also, does moment actual support half / three-quarter time zones? Yes, moment-timezone supports the entire IANA time zone database, including strange oddities like `Asia/Nepal` and `Australia/Eucla`
@shuebner - Same here, but only with the plural form of the tag. The problem doesn't appear to be the number of TFMs, but which tag is used to specify....
@shuebner - possibly that's another separate but related issue then. Not sure, really. If you can make a minimal repro, that would help, but I don't want the .NET SDK...