mwaterfall / MWPhotoBrowser

A simple iOS photo and video browser with grid view, captions and selections.
MIT License
8.75k stars 2.71k forks source link

Cannot build due to missing components #662

Open SimonKravis opened 2 years ago

SimonKravis commented 2 years ago

Project as cloned is missing XCTest.framework, libPods-MWPhotoBrowser_Example.a, libPods-MWPhotoBrowser_Tests.a. Local Media folder shows as missing (red in Xcode) but images inside it are OK. Build fails with "Library not found -lDACircularProgress. How can fix this?

SimonKravis commented 2 years ago

Found I could build by clicking MWPhotoBrowser.xcworkspace rather than MWPhotoBrowser.xcodeproj and using MWPhotoBrowser_Example as target, but app then crashes after simulator starts with abort error in libsystem_kernel.dylib`__abort_with_payload:. Tried different simulators and an iPhone device - same problem.