以下の問題です: http://stackoverflow.com/questions/36147625/xcode-7-3-cannot-create-weak-reference-in-file-using-manual-reference-counting/36148123#36148123 対応案1) podspecファイルを作成し、CLANG_ENABLE_OBJC_WEAK = YES の設定をする 対応案2) __weakを__unsafe_unretained に差し替える https://github.com/ANNotunzdY/STDeferred/tree/unsafe_unretained どちらの対応が良いか難しいところなので、Pull ReqではなくIssuesで上げさせて頂きます。 よろしくお願い致します。