BelledonneCommunications / linphone-iphone

Linphone is a free VoIP and video softphone based on the SIP protocol. Mirror of linphone-iphone (git://git.linphone.org/linphone-iphone.git)
http://linphone.org
GNU General Public License v3.0
588 stars 356 forks source link

Linphone iphone build error #882

Closed Ali3bdelhady closed 3 weeks ago

Ali3bdelhady commented 1 year ago

I'm trying to build linphone iPhone, I've followed the guide here https://github.com/BelledonneCommunications/linphone-iphone I have cocoapods 1.8.4 Then run pod install in the project directory and everything works fine Then open linphone.xcworkspace file But, I got the error No such module 'linphone' when trying to build it. Screenshot 2023-07-22 232137

So, please any help?

ceobitch commented 1 year ago

Having same issue

Ali3bdelhady commented 1 year ago

anyone could help ??

robertcoroianu commented 1 year ago

Same Issue

iosmoon38 commented 1 year ago

I am facing the same issue. Does anyone have a solution?

Screenshot 2023-09-04 at 1 00 53 PM

robertcoroianu commented 1 year ago

I am facing the same issue. Does anyone have a solution?

Screenshot 2023-09-04 at 1 00 53 PM

When I received this error, I removed include folly from the config file, and it worked perfect. I hope it help you.

#ifndef FOLLY_NO_CONFIG
#include <folly/folly-config.h>
#endif
iosmoon38 commented 1 year ago

@robertcoroianu, Thanks for the response. I can't find folly in the whole project. Can you please guide me?

#ifndef FOLLY_NO_CONFIG
#include <folly/folly-config.h>
#endif
robertcoroianu commented 1 year ago

Sorry, I forgot, I'm using react-native. The package was from the react-native, and because of it, I've got the same error as you. Maybe you have another conflict with another pod.