Closed potterdai closed 1 month ago
Hello! Wow, I've never seen such an error before! A quick search suggests it might be a problem with the third-party library @bacons/xcode that I use to parse Xcode project files. You can see more details here [1]
Thank you for your help! It might be because I am using Xcode 16 beta, which introduced a new ISA type: PBXFileSystemSynchronizedRootGroup. This is not properly handled here: XcodeProject.ts.
I have created an issue on @bacons/xcode: https://github.com/EvanBacon/xcode/issues/17
Yeah, I find a repository with which builds perfectly in Xcode16, but have the same error in the extension https://github.com/hbiede/Score-Tally
![CleanShot 2024-08-04 at 11 28 51@2x](https://github.com/user-attachments/assets/d4b29d39-948c-4e1b-9fd2-ae93af568ae5)
Even after replacing PBXFileSystemSynchronizedRootGroup
, I have not been able to solve it. Any ideas?
@rudrankriyam @potterdai, I've added fallback parser to avoid issue with xcode16 and published it under version v0.1.29. Could you update and try it again?
AMAZING! It works! Thank you so much!
Hi there,
When running sweetpad:build/test/clean, it reports "KNOWN_ISA[obj.isa] is not a function".
The other commands work fine.
It's not repro if I create a new project, so I guess it's project specific. Is there a way to debug this? It looks like some random strings were parsed as a function.
Thank you for the amazing work!