MWPhotoBrowser icon indicating copy to clipboard operation
MWPhotoBrowser copied to clipboard

Cannot build due to missing components

Open SimonKravis opened this issue 3 years ago • 1 comments

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 avatar Feb 27 '22 04:02 SimonKravis

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.

SimonKravis avatar Mar 07 '22 04:03 SimonKravis