-
Anyone ran into this build error ?
```
SwinjectStoryboard/Sources/iOS-tvOS/UIStoryboard+Swizzling.m:55:13: error: cast to smaller integer type 'BOOL' (aka 'signed char') from 'id' [-Werror,-Wpoint…
-
I have update Flutter today .
After that,my project can't run in simulator and iPhone 6(iOS 12)
```
➜ emp git:(master) ✗ flutter doctor -v
[✓] Flutter (Channel beta, v0.8.2, on Mac OS X…
-
**I have read the [guidelines for contributing](https://github.com/jonkykong/SideMenu/blob/master/.github/CONTRIBUTING.md) and I understand**
- [] My issue is happening in the **latest version** of S…
-
**Steps to Reproduce**
1. I created an iOS single view app (hostapp) and converted it to pod workspace. Runs well.
2. Then created flutter module (clientapp) flutter create --org com.mycompany -i …
-
The app crashes on start on iOS. As far as I understand the error message the construction of a thread fails. I tried the following things but they had no impact:
- used Simulator
- used real …
-
I'm trying to use Hero in view controllers created purely in code, without storyboards, with `pushViewController` and it's not working:
```swift
class LiveInjection3ViewController: UIViewControlle…
-
Hi!
Is there a way to configure a view controller form item with a custom action so that I can perform a segue and prepare my destination view controller (pass state etc.)?
Thanks
-
when I set images of trailingBarButtonItems and leadingBarButtonItems
this happened
![Simulator Screen Shot - iPhone 11 - 2021-04-22 at 22 05 19](https://user-images.githubusercontent.com/59221817/1…
-
I'm trying to do an auto band filter with this code and I get an error.
If not - Should I start a new issue?
let synth = Synth() // my class
let filter = EqualizerFilter(osc)
…
-
//CustomAlertViewController
```
static func instantiate() -> CustomAlertViewController? {
return UIStoryboard(name: "Main",bundle: nil).instantiateViewController(withIdentifier:
…