Post

Replies

Boosts

Views

Activity

Reply to XCode 13 / Swift 5.5 breaks module stability
@Claude31, In my case, the module is my iOS Framework. I have very few Swift files (say less than 5) Not doing anything with Swift 5.5 APIs. All other files are Obj-c files. As you told, if Module stability is Upward compatible only.. Then does it mean, a framework project having minimum deployment target as iOS 11 and compiled & built using Xcode 13 cannot be used in an iOS project built using Xcode 12.4/ 12.5/12.5.1 as they have lower version of Swift 5.5 ??
Oct ’21
Reply to connectPeripheral on CBCentralManager not working in iOS10 in background
I have 2 apps which uses BLE on same device. I have a BLE module to which I can connect without any issues. Covid Safe app is my 2nd app in device (loaded from App Store so I am not the owner of the code). I'm facing the same issue reported here when Covid app is running in background. I mean once my code centralManager.connectPeripheral(discoveredPeripheral, options: nil) is executed, it does not call its delegate methods didConnectPeripheral or didFailToConnect . But when the Covid app is killed or denied BLE permissions then my app is working fine. Mostly this is happening in iOS 13.x versions + iPhone X and above models
Jul ’20