After the VPN extension is added, this issue occurs after pod install, which also fails to compile
Exception: Unable to get Xcode project information:
2024-08-16 10:06:55.290 xcodebuild[87742:6029359] didn't find classname for 'isa' key
2024-08-16 10:06:55.302 xcodebuild[87742:6029359] Writing error result bundle to /var/folders/tb/5jbz9w7x2034wcs7lqmbqfcw0000gn/T/ResultBundle_2024-16-08_10-06-0055.xcresult
xcodebuild: error: Unable to read project 'Runner.xcodeproj'.
Reason: The project ‘Runner’ is damaged and cannot be opened. Examine the project file for invalid edits or unresolved source control conflicts.
Path: /Users/yantao/Documents/yantao/yantao_code/xiaoku/ios/Runner.xcodeproj
Exception: didn't find classname for 'isa' key
After the VPN extension is added, this issue occurs after
pod install
, which also fails to compileException: Unable to get Xcode project information: 2024-08-16 10:06:55.290 xcodebuild[87742:6029359] didn't find classname for 'isa' key 2024-08-16 10:06:55.302 xcodebuild[87742:6029359] Writing error result bundle to /var/folders/tb/5jbz9w7x2034wcs7lqmbqfcw0000gn/T/ResultBundle_2024-16-08_10-06-0055.xcresult xcodebuild: error: Unable to read project 'Runner.xcodeproj'. Reason: The project ‘Runner’ is damaged and cannot be opened. Examine the project file for invalid edits or unresolved source control conflicts.
Path: /Users/yantao/Documents/yantao/yantao_code/xiaoku/ios/Runner.xcodeproj Exception: didn't find classname for 'isa' key