-
| | |
|------------------|-----------------|
|Previous ID | SR-6731 |
|Radar | None |
|Original Reporter | @krzyzanowski…
-
I have a trouble with playing queue of local (saved on device) song. I'm using this cocoapod - https://github.com/tumtumtum/StreamingKit. My first item in queue starts to play one more time after its …
-
OS - Mac Big Sur - 11.3
SP version 1.1.2 - build 4541
Action: Try to select a DB to work on - it immediately throws this error.
Error message:
`NSInvalidArgumentException
-[_NSInlineData …
-
On Mac OS X 10.13 with a XCode Command Line Tools 10 I can compile plan9port, but when I launch any devdraw based tool, like acme, I get the following exception. There is also compiler warnings that s…
-
After application logout, I recreate all UI stack from storyboard:
```
UIViewController *viewController = [[UIStoryboard storyboardWithName:@"Main" bundle:nil] instantiateInitialViewController];
self…
-
This is a longstanding (back to 1.0.2) random exception/crash issue that seems to have been overlooked previously.
Usually we see 3-10 occurrences/day.
Pattern (multiple exist):
```
NSInvalidArgumen…
-
Hi,
I recently updated to `4.0.1` and the rows with XLFormRowDescriptorTypeSelectorPush, valueTransformers
```swift
row = XLFormRowDescriptor(tag: "tag", rowType: XLFormRowDescriptorTypeSelecto…
-
OSX Sierra, pylinac 2.0.1
```
>>> import pylinac
>>> pylinac.gui()
2017-04-28 15:21:21.571 python3[1129:94855] -[NSApplication _setup:]: unrecognized selector sent to instance 0x104a531d0
2017-…
-
I get this error..
I also try react-native link to link this library , but still not work
I get This error
-
#import "PlPlayerPlugin.h"
#import
#import
@class PLControlView;
int64_t FLTCMTimeToMillis(CMTime time) { return time.value * 1000 / time.timescale; }
@interface FLTFrameUpdater : NSObject
…