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)

Home Page:http://linphone.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linphone iphone build error

Ali3bdelhady opened this issue · comments

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?

commented

Having same issue

anyone could help ??

Same Issue

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

Screenshot 2023-09-04 at 1 00 53 PM

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

@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

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.