Post

Replies

Boosts

Views

Activity

Reply to App on Apple Watch crashes when installed via TestFlight
Hey, how did you extract the crash log?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Nov ’21
Reply to TestFlight watchOS build crashes on Apple Watch Series 3 devices (32-bit) (Bitcode related?)
Hi, how did you get the crash logs?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Nov ’21
Reply to How to decrypt in swift using CommonCrypto
Ok I found the issue. Before converting it to a UInt8 Array you need to convert it to a data object and then convert it to unit8 array for feeding. So the code in swift should look like this, let str = "SJeOvypKWad9GzUD2GHRig==" let data = Data(base64Encoded: str); let buf: [UInt8] = Array(data!)
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’21
Reply to WatchConnectivity not working on device
Any solution?? I am also facing the same issue. The phone is paired and the app is installed but when I try to send a message it gives Watch app is not reachable?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’21