Todd Kirby

Results 13 issues of Todd Kirby

Didn't test this much, just enough to get it to build.

M1 iMac XCode 13.4 Always throws error during build. Removing derived data doesn't fix it. Building directly in Xcode works fine, only happens in Xcodebuild. Removing STULabel lets build succeed....

In INDANCSClient.m didDiscoverCharacteristicsForService the array returned here... NSArray *characteristics = service.characteristics; ...is empty, causing a crash. Mac: Macbook Pro OS X 10.9.3 Phone: iPhone 5 iOS 7.0.4

Whenever I click 'Pair' on my iPhone I get: Unknown error: -536870212 2014-02-09 12:26:44.198 INDANCSMac[2668:303] Service discovery failed for (null) with error Error Domain=CBErrorDomain Code=3 "The specified device is not...

Addresses [this](https://github.com/gmarm/BetterSegmentedControl/issues/151) issue

I left supported iOS versoin at 10 as that is what's listed in pod version. This throws a warning in SPM as support for 10 is deprecated. Bump it to...

Remove empty target sources field (can't be a directory apparently) in Package.swift to fix: Invalid Source '/Users/user/Documents/GitHub/SDDownloadManager/SDDownloadManager/Classes/SDDownloadManager/Classes': File not found.Source files for target SDDownloadManager should be located under /Users/user/Documents/GitHub/SDDownloadManager/SDDownloadManager/Classestarget 'SDDownloadManager'...

How to change loclahost:10010 to the actual address of my server?

I have two web fetches that update the same object at different times. Hotel

question