schmidt9
schmidt9
While using `#define __IPHONE_OS_VERSION_SOFT_MAX_REQUIRED __IPHONE_8_0` in pch XCode gives me build errors, on XCode 8.3.2 it works well (actually using __IPHONE_7_0) ``` Lexical or Preprocessor Issue Group /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIBlurEffect.h:22:1: Pasting formed...
In Podfile I specify ``` pod 'EVURLCache', :git => 'https://github.com/evermeer/EVURLCache.git', :branch => 'objective-c' ``` but get error message `Unable to find a specification for 'EVURLCache'`. When I specify another branches...
### New Issue Checklist - [x] Updated fastlane to the latest version - [x] I read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md) - [x] I read [docs.fastlane.tools](https://docs.fastlane.tools) - [x] I searched for [existing...
Initially was unable to launch Clipy on Big Sur using `dmg` 1.2.1 (#471), so I built it with Xcode 12.5 and had to do some fixes to make it run,...
I downloaded and installed 1.2.1 dmg on Big Sur, but application seems not to launch
added Objective C compatibility
Add ability to apply custom attributes to title and subtitle and to specify search ranges for them
I wonder if I can perform similar check in my methods to handle case of nested calls `inDatabase...` methods. `kDispatchQueueSpecificKey` is private and `_queue` too, so I cannot use `dispatch_get_specific`...