mumble-voip/mumble-iphoneos

Build Mumble iphone OS error

mucdong opened this issue · 3 comments

Hello,

I did follow guide from https://github.com/mumble-voip/mumble-iphoneos.
Build when I build, I met these errors, can you tell me what should I do, please
http://gyazo.com/fc8fc916d3823490e78b63d8f3fc5586

Thanks.

Same issues. On Xcode 6.4 SDK: iOS 8.4

Mumble for iOS includes (vendored) an old-ish version of PLCrashReporter.

That old version only builds for 32-bit ARM. Newer Xcodes will build for arm and arm64.

I plan to remove the PLCrashReporter code now that Apple has better crash reporting available built-in. But you can also do that in your own copy of the code before I get a chance!

I just started with iOS but I (sort of) get the idea. I'll do my best, thanks for the help and your work!