swift - Remove framework from Xcode -


i'm having huge troubles removing framework. happens webrtc framework , dragged left hand side in xcode, , added linked frameworks in project target.

i want rid of framework.

removing linked frameworks , libraries sections gives error (device only):

dyld: library not loaded: @rpath/webrtc.framework/webrtc

if delete framework manually project compiler displays errors including use of undeclared type uilabel.

i haven't been using swift long - has got guidance on how remove framework project.

you can this.. select project target > build phase > link binary libraries

enter image description here


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -