Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build_all.sh fails with error #317

Open
valeriyvan opened this issue Mar 22, 2018 · 2 comments
Open

build_all.sh fails with error #317

valeriyvan opened this issue Mar 22, 2018 · 2 comments

Comments

@valeriyvan
Copy link
Contributor

valeriyvan commented Mar 22, 2018

/Users/xxx/Documents/Bolts-ObjC/Bolts/Common/BFCancellationTokenRegistration.m:32:1: error: cannot synthesize weak property in file using manual reference counting
@implementation BFCancellationTokenRegistration
^
/Users/xxx/Documents/Bolts-ObjC/Bolts/Common/BFCancellationTokenRegistration.m:19:50: note: property declared here
@property (nonatomic, weak) BFCancellationToken *token;
                                                 ^
1 error generated.
@stevelandeyasana
Copy link

Same here, Xcode 9.4

@stevelandeyasana
Copy link

Fix was same as in #295; you need to recursively clone the submodules (git submodule update --init --recursive) or else Xcode doesn't have the right build configs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants