Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

iOS: Cocoapods framework not found SlackKit #152

Closed
tandinhle opened this issue Mar 7, 2019 · 5 comments
Closed

iOS: Cocoapods framework not found SlackKit #152

tandinhle opened this issue Mar 7, 2019 · 5 comments
Labels

Comments

@tandinhle
Copy link
Contributor

I try install this framework via Cocoapods for iOS application. But can not import be cause of error:

Showing Recent Messages
馃憥 framework not found SlackKit

@pvzig pvzig added the question label Mar 9, 2019
@pvzig
Copy link
Owner

pvzig commented Mar 9, 2019

It's working as expected on a new Swift project. Without additional details it's hard for me to help debug the issue.

@tandinhle
Copy link
Contributor Author

Steps:

  • install SlackKit via cocoapod
  • in any swift file add "import SlackKit"
  • Build project
    -> Result :
    Showing Recent Messages
    馃憥 framework not found SlackKit
    (I fix this issue by in the target setting -> build phases -> Link binary with libraries -> add SlackKit.framwork) : Seem need update readme for dev to using framework

@pvzig
Copy link
Owner

pvzig commented Mar 11, 2019

Mind sharing what version of CocoaPods (pod --version) you're on and what your Podfile looks like? Using CocoaPods 1.6.0 with the following Podfile doesn't require any additional configuration for me:

target 'Leaderboard' do
  use_frameworks!
  pod 'SlackKit'
end

@tandinhle
Copy link
Contributor Author

Yes, I'm using pod 1.6.0

@tandinhle
Copy link
Contributor Author

I check with new project. I saw that this problem not happen. So this issue can be closed

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

No branches or pull requests

2 participants