ionic-team / ionic-portals-ios

Portals Library for iOS
https://ionic.io/docs/portals
Other
8 stars 3 forks source link

iOS: 0.5.0 Swift runtime error #9

Closed TobiasHesselinkTopicus closed 2 years ago

TobiasHesselinkTopicus commented 2 years ago

Installed the following pod: 'IonicPortals', '~> 0.5.0' Got 2 runtime errors in XCode: Schermafbeelding 2022-04-12 om 10 25 53 Schermafbeelding 2022-04-12 om 10 25 39 Help would be appreciated. Thanks in advance.

More info: Podfile

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '13.0'

use_frameworks!
use_modular_headers!

def shared_pods
    pod 'Firebase/Crashlytics'
    pod 'Firebase/Analytics'
    pod 'IonicPortals', '~> '0.5.0'
end

target "Core" do
    pod 'RxSwift', '~> 5.1.1'
    pod 'RxCocoa', '~> 5.1.1'
    pod 'RxDataSources', '~> 4.0.1'
    pod 'loady'
    shared_pods
end

target "HIP" do
    pod 'Batch', '~> 1.15'
    shared_pods
end

target "CoreTests" do
    inherit! :search_paths
    pod 'RxBlocking', '~> 5.1.1'
    pod 'RxTest', '~> 5.1.1'
end

Xcode Project: Deployment target: iOS 13+

Steven0351 commented 2 years ago

Upgrading to 0.5.1 will fix this