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

Unknown type name 'Block' #151

Open
ghost opened this issue Aug 16, 2017 · 2 comments
Open

Unknown type name 'Block' #151

ghost opened this issue Aug 16, 2017 · 2 comments

Comments

@ghost
Copy link

ghost commented Aug 16, 2017

I'm adopting an iOS that was developed over two years ago and has been sitting around since. Naturally, the first thing I did after cloning the repo was to pod install the dependencies. While all was successful, in an initial attempt to build the app I was thrown two errors that repeat countless times. the read:

Unknown type name 'Block' 
Property with 'copy' attribute must be of object type

I'm wondering if you've seen these errors before and perhaps know how to remedy it?

Specs:
App Minimum deployment: 7.1
Base SDK 10.3
Xcode: 8.3.3
Compiler: Apple LLVM 8.1
Architectures: armv7 armv7s arm64

@ghost
Copy link
Author

ghost commented Aug 16, 2017

Update: problem was solved relying directly on github repo:

pod 'MGBoxKit', :git => 'https://github.com/sobri909/MGBoxKit', :branch => 'master'
pod 'MGEvents', :git => 'https://github.com/sobri909/MGEvents', :branch => 'master'
pod 'MGMushParser', :git => 'https://github.com/sobri909/MGMushParser', :branch => 'master'

@emadrazo
Copy link

Thanks!

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

1 participant