mumble-voip / mumble-iphoneos

Mumble client for iOS-based devices
https://www.mumble.info
Other
194 stars 79 forks source link

Build Mumble iphone OS error #83

Open mucdong opened 9 years ago

mucdong commented 9 years ago

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.

p-rothen commented 9 years ago

Same issues. On Xcode 6.4 SDK: iOS 8.4

mkrautz commented 9 years ago

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!

p-rothen commented 9 years ago

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