You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
macosx: 10.13.4, XCode Version 9.3 (9E145)
reported this error compiling line 43 in GTBlob.m:
Format specifies type 'ssize_t' (aka 'long') but the argument has type 'git_off_t' (aka 'long long')
and suggested this fix:
Replace '%zi' with '%lli'
After applying the change xcode built objective-git successfully
0 commit comments