swift - How to remove Warning message that lingers after switching from Parse 1.6.2 to a later version -
i switched parse 1.6.2
1.7.1
. replaced old parse framework new one. however, build process appears looking old library. please guide me find reference old framework
(null): directory not found option '-/documents/development/ios/parse-library-1.6.2'
one place might in project or target settings. scroll down through them , see if can find "parse-library-1.6.2
" might included.
and delete it.
here's can go hunting bogus path:
and in general, should not keep files used project in folders outside (e.g. "~/documents
") of source code hierarchy.
Comments
Post a Comment