Post

Replies

Boosts

Views

Activity

Reply to Xcode 12 beta 4 can not download and install Symbols for watchOS 7.0 (18R5350e). Failed to download package from ADC.
I had a very similar issue after installing WatchOS 7.3.2. No matter what I tried I couldn't get the Watch symbols to download. I even raised a TSI. While I was waiting for a response from Apple I tried opening another project and noticed that the symbols were being downloaded successfully. Then when I subsequently opened the project experiencing the issue I found that the symbols were now successfully downloaded! So, if you experience this issue it might be worth checking if it only affects one of your projects.
Mar ’21
Reply to Xcode 12.5 WatchOS simulator updateApplicationContext() is broken
I've installed the latest Mac OS (12.3.1) and Xcode 13 and although I can send messages and context updates to/from real devices (a series 7 watch to an iphone 13 mini) I can only send them in one direction i.e. watch to phone, on the simulator. The Series 5 simulator works for messages, but not context updates. The Series 6 doesn't communicate with the companion app in either direction!
Apr ’22
Reply to Undefined symbol: _c2i_ASN1_INTEGER when building my projec for iOS 18
I found the issue! It was actually in my code - although it wasn't obvious from the error message. I was using c2i_ASN1-INTEGER for receipt validation. The reason why I didn't find it was that I included the underscore in my search string, whereas the method is c2i_ASN1-INTEGER in my code. Anyway, I substituted it with the d2i_ASN1-INTEGER and that fixed the problem.
Topic: Programming Languages SubTopic: General Tags:
Sep ’24