Apple Mach-O Linker Error even with the .m files added to Compile Sources of Build Phases

user1028880

I know this is some typical beginner question to use Xcode, but it's just confusing.

Basically, I git cloned a project from github.

https://github.com/gandg/webrtc-ios

https://github.com/soulfly/webrtc-ios (forked)

Both projects are updated fairly recently,

AppRTCDemo.xcodeproj some refactoring 18 hours ago

and the readme says:

To build XCode iOS app only:

project location: webrtc-ios/ios-example/AppRTCDemo.xcodeproj
Open the XCode project and set target for iPad
Build and run
Should work without changes

but, end up with many warning and errors. Yes, I understand Apple Mach-O Linker Error typically occurs when *.m files are not added to Compile Sources of Build Phases, so I confirmed that.

It looks like the whole *.m files are included there (see the last attached image), so I know nothing to do more.

Can anyone give advice on this issue? Thanks in advance.

enter image description here

enter image description here

enter image description here

Rubycon

As I understand you are trying to build app to the iPad simulator.

Seems like this project doesn't work in iOS simulator, only on real device

Here is how Xcode looks like when I use real device - no errors:

Here is how Xcode looks like when I use real device - no errors

Here is how Xcode looks like when I use iOS simulator - lots of errors like in your question:

Here is how Xcode looks like when I use iOS simulator

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Unity build to xcode with gives error: Apple Mach-O Linker

From Dev

Apple mach -o- Linker Error

From Dev

Unexplained apple mach o linker error

From Dev

Apple Mach-O Linker Error Parse

From Dev

Apple Mach-O-Linker Error CocoaPods

From Dev

Bolts Apple Mach-O Linker Error

From Dev

Apple Mach O-Linker Error Xcode

From Dev

Apple Mach O-Linker Error Xcode

From Dev

Apple Mach-O Linker Error when Architectures to support 64-bit added

From Dev

After deleting DerivedData folder, unittests fail to compile with 'Apple Mach-O Linker' error

From Dev

Apple Mach-O Linker error, duplicate symbol note: there is no '.m' file imported

From Dev

Apple Mach-O Linker error, duplicate symbol note: there is no '.m' file imported

From Dev

Google Map SDK on IOS Apple Mach-O Linker Error

From Dev

Apple Mach-O Linker Error in xcode 6

From Dev

Apple Mach - O Linker Error.No such file or directory Swifty Json

From Dev

Apple Mach-O Linker Error - Objective C

From Dev

Xcode 6 Beta - Apple Mach-O Linker error

From Dev

Apple Mach-O Linker Error with Google SDK

From Dev

Xcode gives Apple Mach-O linker error

From Dev

Apple Mach-O Linker (Id) Error for OpenFrameworks

From Dev

Why I am getting "Apple Mach -O Linker error"?

From Dev

Why am I getting an Apple Mach-O Linker error?

From Dev

Duplicate symbols Apple Mach-O Linker Error

From Dev

Apple Mach-O Linker Error, Simulator and Target

From Dev

Google+ sign in for iOS (Apple mach-o linker error)

From Dev

Error Apple Mach-O linker Warning on Xcode 5.1

From Dev

Apple Mach-O Linker Error XCODE 5

From Dev

Apple Mach-O Linker Error with third party SDK

From Dev

Apple Mach-O Linker Error, after changing project name

Related Related

HotTag

Archive