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

Install failed #4

Closed
brettpappas opened this issue Aug 2, 2016 · 5 comments
Closed

Install failed #4

brettpappas opened this issue Aug 2, 2016 · 5 comments

Comments

@brettpappas
Copy link
Collaborator

I am trying to install this but when I am in Xcode -> Build Phases I can't find libStreamingKit.a.

I followed the instructions for "Mostly Automatic" install. Can you explain what you mean by "add Pods.xcodeproj"? Am I supposed to just make a folder called Pods.xcodeproj?

@brettpappas
Copy link
Collaborator Author

I went through the manual install process on iOS and was able to get it working. I may submit a PR to update the directions since Pods.xcodeproj exists under the Pods folder not the ios folder.

@tlenclos
Copy link
Owner

tlenclos commented Aug 2, 2016

Yes I'm sorry this is not really the best install process. I wanted to keep the pod dependency to avoid versionning it but I didn't find a nice way to do this, if you have any idea I'll take it !

@magicspon
Copy link

I'm unable to successfully build this for android. I've followed the steps in the read.me to the letter. Getting the following error.

/Users/stockley/websites/straightline/mobile/Straightline/android/app/src/main/java/com/straightline/MainApplication.java:27: error: cannot find symbol
          new ReactNativeAudioStreamingPackage(MainActivity.class)
              ^
  symbol: class ReactNativeAudioStreamingPackage
1 error
:app:compileDebugJavaWithJavac FAILED

@tlenclos
Copy link
Owner

@magicspon Did you also add the line import com.reactlibrary.ReactNativeAudioStreamingPackage; at the top of MainApplication.java ?

@magicspon
Copy link

@tlenclos I shall check and let you know shortly... 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

3 participants