Skip to content

Xcode 7.3にて__weakが使用出来ない旨のエラーが発生する問題 #3

@ANNotunzdY

Description

@ANNotunzdY

以下の問題です:
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で上げさせて頂きます。

よろしくお願い致します。

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions