-
I'm on Xcode7 / iOS 9 and have been having trouble with uploading my binaries to TestFlight.
First, I got the following error which was fixed by using cocoapods from #4221.
```
Invalid Swift Support…
-
https://github.com/slackhq/SlackTextViewController
Great pod for creating a message compose bar like you see in iMessage.
-
I have installed manager via Cocoapods and successfully used it until I needed to disable it for particular ViewController using following code, but it doesn't worked for me:
```
[[IQKeyboardManager …
-
Hi everyone,
Just tried to install HockeyApp in my app and overall it worked just fine. That being said I encountered one problem while building.
My project name is 'ios' (don't ask...) so the gene…
-
Hi
I'm trying to install using cocoapods, but without success.
It seems that the problem is that I'm using `use_frameworks!` in my Podfile (i must use it for other pods to work)
This will reproduce i…
eyalc updated
9 years ago
-
I'm getting a random crash, has anyone seen this before?
The version that causes the crash is '1.3.3', has this been fixed on the newest version?
```
attempt to lock for writing while read lock held!…
-
I just started using this library for my new project. I was playing around with the examples. All of them work fine, except for the one with Storyboards.
On that one, I see the "unsatisfiable constra…
hirad updated
9 years ago
-
I am running xCode 6.3.1 (6D1002) and Swift 1.2. I'm targetting iOS 7.0 and above with my app.
I am using cocoapods to install/use SlackTextViewController. I am seeing two very strange Swift compile…
-
The SlackTextViewController marks itself as an AlertViewDelegate, and implements the `- (void)alertView:clickedButtonAtIndex:` method, but doesn't use any tag to identify what the alert actually is, a…
-
Compiling SlackTextViewController, installed with CocoaPods, emits the following warning:
```
./MyApp/__ObjC.SLKTextViewController:292:14: Parameter of 'scrollViewShouldScrollToTop' has different opt…