-
**Describe the bug**
A dumped application crashes on startup
**To Reproduce**
1. Download TimeTree app from appstore, and dump it with bagbak.
2. Install the dumped ipa with impactor
3. Run the…
-
Installed the following pod: 'IonicPortals', '~> 0.5.0'
Got 2 runtime errors in XCode:
![Schermafbeelding 2022-04-12 om 10 25 53](https://user-images.githubusercontent.com/80394646/162916293-2ba6372…
-
* carthage install method: homebrew
* `which carthage`: /usr/local/bin/carthage
* `carthage version`:0.38.0
* `xcodebuild -version`: 12.2, Build version 12B45b
* Are you using `--no-build`? NO
*…
-
## It's probably a bug.
**Short description of the issue**:
When I build 'RxExample-iOS' and launch the app, the app crashes.
**Expected outcome**:
Being able to build an app and launch it wit…
-
## Location
* Ho Chi Minh, Vietnam
## Requirements
* At least 3 years of experience with mobile app development and deployment on iOS native development with Swift* Lotus Framework
* iOS Native
*…
-
Hi,
I'm getting the following error with RxSwift: `Sequence contains more than one element`
My code looks as follows:
```swift
Observable
.interval(RxTimeInterval.seconds(1), sc…
-
For usage with SwiftPM, I found that the package dependencies directly references `RxSwift` and `ReactiveSwift` even though we don't use the reactive extensions.
I wonder if there is any way to remov…
-
@Alexander-Ignition, @modestman, @laqiguy, Hello.
I want to drop RxSwift support for the following reasons:
1. When connecting Apexy via SPM RxSwift dependency downloading and indexing even if `Ap…
-
**Short description of the issue**:
I create new project for test using RxSwift via `Swift package manager` . In Xcode project I chose `File -> Swift Packages -> Add Package Dependency...` to add R…
-
Sometimes is interesting to perform complex operations inside map and for some values you just want to ignore.
Today we need to methods to acomplish this: `map` and a `where` afterwards, like:
```…