You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
I have configured MumbeKit by following below instructions,
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?
The text was updated successfully, but these errors were encountered: