Browse Source
The -fobjc-arc was defined on CFLAGS whereas the only file compiled is an objective-C file, thus it was unused. With the flag moved to OBJCFLAGS, ARC is breaking the compilation because of a missing __bridge cast.pull/119/head
2 changed files with 3 additions and 2 deletions
Loading…
Reference in new issue