add FAQ file

This commit is contained in:
Anders Conbere 2018-11-20 10:04:12 -08:00
parent a47e3cc62c
commit a7d4c091a0
No known key found for this signature in database
GPG Key ID: 3F16114376187C5B
1 changed files with 7 additions and 0 deletions

7
FAQ.md Normal file
View File

@ -0,0 +1,7 @@
# Attempt to build Mac binary fails with NSInternalInconsistencyException
When building on the darwin platform SameBoy will attempt to make a native executable and UI. In this case the environment expects a bunch of stuff to be set up by XCode. Fix this issue by starting XCode and letting it install components and set up the environment. After it's done building SameBoy should work (wehther or not XCode continues to run).
# Attempt to build SDL binaris on Mac fails on linking
Sameboy expects you to have installed the SDL2 framework you can find the binaries on the [SLD homepage](https://www.libsdl.org/download-2.0.php). Mount the DMG and copy SDL2.framework to `/Library/Frameworks/`.