Commit eb67cdf
Fix ObjC demo build: add -fobjc-arc flag to clang command
GCDAsyncSocket.m uses __weak references throughout which require
Automatic Reference Counting (ARC) to be enabled.
Co-authored-by: dustturtle <2305214+dustturtle@users.noreply.github.com>1 parent 7d7b157 commit eb67cdf
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments