Alexander Shvets

Results 11 comments of Alexander Shvets

Same :( Any update?

Any update on this? :)

You have to remove private access level from changIndexToValue() function and call it once you want to change the current index. :)

Having the same issue here as well. Did you find any solution? We were able to reproduce it by triggering this method couple of times in a short period of...

Would be nice with some updates regarding this issue. Would love to help but I think I won't be able to :D

Having same issue on 10.50.0 with similar setup but running on iOS device Getting right on start: ``` dyld[3919]: Library not loaded: @rpath/RealmSwift.framework/RealmSwift Referenced from: /private/var/containers/Bundle/Application/A26D1AE5-4674-46EA-903F-11960F7114CD/App.app/Frameworks/ProjectSDK.framework/ProjectSDK Reason: tried: '/Users/user/Library/Developer/Xcode/DerivedData/ProjectSDK-einggkreqsykevexdcvaooepttuu/Build/Products/Debug-iphoneos/PackageFrameworks/RealmSwift.framework/RealmSwift' (no...

@Kalzem In your case I think you can just select `Embed & Sign` next to realm framework in your project settings, in my case it will be a bit more...

> A functional workaround in my case was removing Realm from SPM and install it with Cocoapods. Don't forget to clean Package (Xcode > File > Packages > Reset Cache)...