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

Errors building the project #42

Closed
sferrini opened this issue Oct 20, 2016 · 2 comments
Closed

Errors building the project #42

sferrini opened this issue Oct 20, 2016 · 2 comments

Comments

@sferrini
Copy link

sferrini commented Oct 20, 2016

Hi @zevarito

I have some problem running this project:

What I did is clone the repo, and run pod install:

screen shot 2016-10-20 at 19 35 51

This gives me the error : Unable to satisfy the following requirement

So I modified the Podfile as follows (removed the version to the libjingle_peerconnection pod):

platform :ios, "8.0"

workspace "./ErizoClientIOS.xcworkspace"

target "ErizoClient" do
  platform :ios, "8.0"
  project "ErizoClientIOS"
  pod "libjingle_peerconnection"
end

target "ECIExampleLicode pods" do
  platform :ios, "8.0"
  project "ECIExampleLicode/ECIExampleLicode"
  pod "libjingle_peerconnection"
end

Then removed the Podfile.lock and pod install again:

screen shot 2016-10-20 at 19 41 41

Now, I've tried to open the project anyway also if the pod install gives warnings:

screen shot 2016-10-20 at 19 47 43

But as you see, there are errors at compile time too.

Any advice?

Thanks

@sferrini
Copy link
Author

Yep, actually reading this (#40) issue, thanks to the @geoffery009 comment, I kind of solved the problem. I'm now able to compile for ARM devices but still not be able to compile for x86_64.

@zevarito should I close this issue or should we keep it here to remind that x86_64 arch is missing from the lib?

Thanks

@zevarito
Copy link
Owner

@sferrini let's close this and open another one. 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

2 participants