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

Where do I get libStreamingKit.a? #20

Closed
jameshfisher opened this issue Sep 24, 2016 · 5 comments
Closed

Where do I get libStreamingKit.a? #20

jameshfisher opened this issue Sep 24, 2016 · 5 comments

Comments

@jameshfisher
Copy link

I'm trying to follow this instruction:

In XCode, in the project navigator, select your project. Add libReactNativeAudioStreaming.a and libStreamingKit.a to your project's Build Phases ➜ Link Binary With Libraries

My list under "Link Binary With Libraries" already includes libReactNativeAudioStreaming.a. (I'm guessing this is due to the react-native link react-native-audio-streaming command I ran.)

However, libStreamingKit.a is not there. I clicked the "+", which prompted me to find it. But I don't know where to find it. There is nothing in the repository with this name.

@jameshfisher
Copy link
Author

I'm trying to find out what react-native link command did, but I can't find any documentation for it :( Google sends me to a page about URLs in react-native, which I don't think is relevant.

@jameshfisher
Copy link
Author

I think the .a files are XCode's file extension for static libraries - which I guess means libStreamingKit.a is the output of building this external StreamingKit library

@jameshfisher
Copy link
Author

I can see this StreamingKit/ directory in the react-native-audio-streaming repository - which looks like it's a copy-paste of the external lib? I guess that means it's the version I want to build

@breadadams
Copy link

Old issue, but I just ran into it now.

Upon running react-native link after installing the package, the libReactNativeAudioStreaming.a file was included in Link Binary With Libraries. However I had to manually add libStreamingKit.a.

Had some trouble finding this, so used Xcodes handy search (bottom left) to find the library, and then you just drag it into the list.

react-native-audio-streaming-find-library

@gHashTag
Copy link

Same as solved the problem?

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

4 participants