Mac OS X Objective-C Framework for git repositories
支持的特性包括:
Reading objects, both loose and packed
Resolving refs from .git/refs
Reading branches, both local and remote
Enumeration of commits in breadth and depth first orders
Rev-list
编译项目提示framework not found IOSurface for architecture arm64后,把该资源下载后解压,复制到/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/
下,然后在xcode内摁command+shift+k清除缓存,再次编译项目就好了。
编译项目提示framework not found fileprovider for architecture arm64后,把该资源下载后解压,复制到/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/
下,然后在xcode内摁command+shift+k清除缓存,再次编译项目就好了。