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

Issue building and running on arm64 macs #64

Closed
0cyn opened this issue Feb 26, 2021 · 4 comments
Closed

Issue building and running on arm64 macs #64

0cyn opened this issue Feb 26, 2021 · 4 comments

Comments

@0cyn
Copy link
Contributor

0cyn commented Feb 26, 2021

Since this may be a result of my PR I'm prioritizing fixing this.

make setup runs fine; resim dies with "killed -9"

@0cyn
Copy link
Contributor Author

0cyn commented Feb 26, 2021

We got past this by disabling SIP (😬 ), however we now get this:

❯ ./bin/resim                                                                   
resim (C) 2016-2020 Karen/あけみ (angelXwind)                                   
Injecting appropriate dynamic libraries from /opt/simject...                    
Respringing a booted device ...                                                 
                                                                               
simject on  master                                                             
❯ Child process terminated with signal 9: Killed                                
Error executing command, exiting.

@0cyn
Copy link
Contributor Author

0cyn commented Feb 26, 2021

❯ lldb \                                                                        
~/.dragonbuild/simulator/resim                                                  
(lldb) target create "/Users/jaidan/.dragonbuild/simulator/resim"               
Current executable set to '/Users/jaidan/.dragonbuild/simulator/resim' (arm64). 
(lldb) proc lau                                                                 
Process 5259 launched: '/Users/jaidan/.dragonbuild/simulator/resim' (arm64)     
resim (C) 2016-2020 Karen/あけみ (angelXwind)                                   
Injecting appropriate dynamic libraries from ~/.dragonbuild/simulator/load...   
Respringing a booted device ...                                                 
2021-02-25 22:52:22.537823-0500 xcrun[5263:42260] Unknown binary with magic 0x62
2f2123 at /Applications/Xcode-beta.app/Contents/Developer/usr/bin/simctl        
Process 5259 exited with status = 0 (0x00000000)                                
(lldb)  

@0cyn
Copy link
Contributor Author

0cyn commented Feb 26, 2021

Not worth filing an issue but error messages in resim don't flush the buffer before exiting apparently

@PoomSmart PoomSmart pinned this issue Jun 5, 2021
@ghost ghost deleted a comment Jan 3, 2022
@PoomSmart
Copy link
Collaborator

The latest commit, macOS Ventura, SIP enabled, works fine on my Apple Silicon setup. You can open a new issue if it still persists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants