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.
Comments
Post a Comment