Posts

Post not yet marked as solved
2 Replies
4k Views
I am getting the frequent crash and when I see the details it's on fabric below10Rooms <compiler-generated> line 0 @objc SyncService.triggerSync() 11Rooms <compiler-generated> line 0 @objc WeakTimer.invoke() I am using Xcode 10.1 Please let me know. Below is crash details downloaded from fabric: for crashed thread only#0. Crashed: com.apple.main-thread 0 libswiftCore.dylib 0x1018361a4 specialized _assertionFailure(_:_:file:line:flags:) + 4236 1 libswiftCore.dylib 0x10169ddb8 _assertionFailure(_:_:file:line:flags:) + 135288 2 Swinject 0x100fd11b4 __swift_noop_void_return + 11580 3 Swinject 0x100fcecc0 __swift_noop_void_return + 2120 4 Swinject 0x100fcef38 __swift_noop_void_return + 2752 5 Rooms 0x100c95700 specialized BaseAPIasObservablesessionManager(_:_:) (ServicesAssembly.swift:492) 6 Rooms 0x100c4efc8 $S7Cry7RoomAPIC03getB8Featuresy7RxSwift10ObservableCySayAA17FeatureInfoVGGSSF (RoomAPI.swift) 7 Rooms 0x100cb4590 $S7Cry20FeatureManagerC18updateRoomFeaturesyySSF (FeatureManager.swift:96) 8 Rooms 0x100bd88f8 SyncService.triggerRoomFeaturesSync() () 9 Rooms 0x100bd7d00 SyncService.triggerSync() (SyncService.swift:45) 10 Rooms 0x100bd7d2c @objc SyncService.triggerSync() () 11 Rooms 0x100ce21f8 @objc WeakTimer.invoke() () 12 Foundation 0x194165488 __NSFireTimer + 84 13 CoreFoundation 0x193641828 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 28 14 CoreFoundation 0x193641558 __CFRunLoopDoTimer + 864 15 CoreFoundation 0x193640d8c __CFRunLoopDoTimers + 248 16 CoreFoundation 0x19363bc68 __CFRunLoopRun + 1880 17 CoreFoundation 0x19363b1f0 CFRunLoopRunSpecific + 436 18 GraphicsServices 0x1958b4584 GSEventRunModal + 100 19 UIKitCore 0x1c05874c0 UIApplicationMain + 212 20 Rooms 0x100b664c0 main (AppDelegate.swift:16) 21 libdyld.dylib 0x1930fabb4 start + 4
Posted
by SanojBlue.
Last updated
.
Post not yet marked as solved
2 Replies
3.7k Views
So basically I faced this error on Xcode 13.1 and tried building the 3.5 to 4.2 version but did not get built. Module compiled with Swift 5.2.4 cannot be imported by the Swift 5.5.1 compiler: /Users/Documents/Workspace/Project/Carthage/Build/iOS/ObjectMapper.framework/Modules/ObjectMapper.swiftmodule/x86_64-apple-ios-simulator.swiftmodule Currently same error with github "Hearst-DD/ObjectMapper" "3.5.3" to github "Hearst-DD/ObjectMapper" "4.2.0" System: macOSBigSur: 11.6 (20G165) Could anyone please help me on this? I tried a couple of StackOverflow answers but does not seem to be working. Tried with NEW BUILD SYSTEM vs LEGACY BUILD SYSTEM. and some options in build settings.
Posted
by SanojBlue.
Last updated
.