Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v3.5.0 cannot be compiled on macos-12: error: property 'graphicsDevices' not found on object of type 'VZVirtualMachine *' #175

Closed
AkihiroSuda opened this issue Nov 21, 2024 · 0 comments · Fixed by #176
Labels
bug Something isn't working

Comments

@AkihiroSuda
Copy link
Collaborator

Describe the bug
v3.5.0 cannot be compiled on macos-12

To Reproduce
Build v3.5.0 on macos-12 on GitHub Actions

Expected behavior
Should be compilable

Screenshots
https://github.com/lima-vm/lima/actions/runs/11943778382/job/33293463704?pr=2926

# github.com/Code-Hex/vz/v3
virtualization_view.m:459:33: error: property 'graphicsDevices' not found on object of type 'VZVirtualMachine *'
virtualization_view.m:460:17: error: use of undeclared identifier 'VZGraphicsDevice'
virtualization_view.m:460:35: error: use of undeclared identifier 'graphicsDevice'
virtualization_view.m:460:68: error: property 'graphicsDevices' not found on object of type 'VZVirtualMachine *'
virtualization_view.m:461:21: error: use of undeclared identifier 'graphicsDevice'
virtualization_view.m:462:21: error: use of undeclared identifier 'VZGraphicsDisplay'
virtualization_view.m:462:40: error: use of undeclared identifier 'displayConfig'
virtualization_view.m:462:56: error: use of undeclared identifier 'graphicsDevice'
virtualization_view.m:463:36: error: use of undeclared identifier 'displayConfig'

Environment that you use to compile (please complete the following information):

  • Xcode version: 14.2
  • macOS Version: 12.7.6
  • mac architecture: x86_64
  • Go Version: 1.23.1

Additional context
NONE

@AkihiroSuda AkihiroSuda added the bug Something isn't working label Nov 21, 2024
@AkihiroSuda AkihiroSuda changed the title v3.5.0 cannot be compiled on macos-12 v3.5.0 cannot be compiled on macos-12: error: property 'graphicsDevices' not found on object of type 'VZVirtualMachine *' Nov 21, 2024
Code-Hex added a commit that referenced this issue Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant