Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我从 git 存储库下载了 Skia 项目。我搜索了 . xcodeproj文件但找不到它们...我将如何在 Xcode 中使用该项目?我正在使用带有 xcode 4.6 的 mac os x 10.8。
xcodeproj
您是否尝试./gyp_skia --depth=. -f xcode -Dskia_os=mac在文件夹中在终端中运行skia?
./gyp_skia --depth=. -f xcode -Dskia_os=mac
skia