Closed qmkCamel closed 1 year ago
Hi, yes there seems to be a problem with the linker for a real device build. I've filed a bug report and we'll have to wait to see if they fix it.
My FB was FB12302179 if you want to raise another one and refer to it.
Hi, have you checked to see if this is still an issue with beta3 yet? I'm away from my Ventura machine till next week. See also: https://github.com/johnno1962/SwiftTrace/issues/46
I missed the message these days. The link problem seems have a workaround from https://github.com/johnno1962/SwiftTrace/issues/46
Interesting. You're saying this linker problem has been fixed by removing the class in https://github.com/johnno1962/SwiftTrace/issues/46? Seems to be some problem in clang then. Thanks, I'll update the FB.
I didn't test fix it myself, and the error message is the same with https://github.com/johnno1962/SwiftTrace/issues/46.. So, I think the problem is the same. And, by the way, how can I see the detail info with your FB number? I am new to the FB, and searched the net but didn't find a way to get your FB detail info. Thanks~
FBs are all private so you won't be able to search for it. Seems like these two problems are related though there is now a better diagnostic. I'll have a chance to look at it tomorrow. The good news is it seems like there is a workaround for now.
I've merged the change to remove the problem class onto HotReloading/main and rolled a new release candidate https://github.com/johnno1962/InjectionIII/releases/tag/4.7.1 if you want to try it out with these various issues resolved.
Hi, I use the HotReloading as a package in my project. When I try it with the Xcode 15 beta, found the SwiftTrace link failed.
I see the project has adapted with Xcode 15 beta. So, did I need make some extra build setting on the project ? Thanks~
I test it with 4.11.16 on an empty demo project, and the command is as below.