-
Notifications
You must be signed in to change notification settings - Fork 70
MumbleKit.framwork not found #61
Copy link
Copy link
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels