bdbergeron / BDBOAuth1Manager

OAuth 1.0a library for AFNetworking 2.x
MIT License
100 stars 35 forks source link

Carthage and shared frameworks! #46

Open gongzhen opened 8 years ago

gongzhen commented 8 years ago

Hi I found this issue when I try to use carthage to build the framework.

Fetching BDBOAuth1Manager * Checking out BDBOAuth1Manager at "2.0.0" * xcodebuild output can be found in /var/folders/hj/xzndmnhx0613xb46m68cwtq40000gn/T/carthage-xcodebuild.T9TfYv.log *\ Skipped building BDBOAuth1Manager due to the error: Dependency "BDBOAuth1Manager" has no shared framework schemes for any of the platforms: iOS

If you believe this to be an error, please file an issue with the maintainers at https://github.com/bdbergeron/BDBOAuth1Manager/issues/new

Please advise if BDBOAuth1Manager cannot be installed by carthage? I try to install with different version of BDBOAuth1Manager and none of them are installed successfully.

thank you for response.

chrisdhaan commented 8 years ago

@gongzhen I don't see a Cartfile located in the repository so I don't believe it can be installed via Carthage. @bdbergeron do you have any plans to add Carthage support? If not, might I be able to create a branch to add this support?

gongzhen commented 8 years ago

@chrisdhaan thank you for your reply. I will be looking forward this new feature.