This is a read-only archive of the Mumble forums.

This website archives and makes accessible historical state. It receives no updates or corrections. It is provided only to keep the information accessible as-is, under their old address.

For up-to-date information please refer to the Mumble website and its linked documentation and other resources. For support please refer to one of our other community/support channels.

Jump to content

MumbleKit Add in iOS Project compile issue


kk143g
 Share

Recommended Posts

I have configured MumbeKit by following below instructions,


Make MumbleKit (iOS) direct dependency of your application's main executable target.

Drag libMumbleKit.a into the 'Link Binary With Libraries' section of your application target's build phases.

Add MumbleKit's src directory as a header search path for your application's main executable target.

Add MumbleKit's dependencies as linked libraries to the executable target:

AudioToolbox.framework

CFNetwork.framework

Security.framework

Now when i build the projects it's giving below error


clang: error: no such file or directory: '/Users/Macbook/Library/Developer/Xcode/DerivedData/My_App-awhiyxuwstbqvwbrpddkaxcffoaj/Build/Products/Debug-iphonesimulator/MumbleKit.framework/MumbleKit'


And MumblKit.Framework is red in project files, how i can find this MumbleKit.framwork?

Link to comment
Share on other sites

 Share

×
×
  • Create New...