After updating XCode and running our project we're seeing a strange Objective C + Swift bridging issue which is outlined in the screenshot. Any ideas on what to try will be extremely helpful.
Asked
Active
Viewed 86 times
0
-
In released Xcode 12 I got a bridging issue with OSLog. Replaced 'import OSLog' with 'import os.log'. – Pavel Sep 18 '20 at 13:27
-
Since Xcode12 is a bit buggy, this might not work, but you can try adding `arm64` to the `excluded architecture` field in the `build settings` and check (in Xcode 12GM). – Abhishek Bedi Sep 18 '20 at 20:55