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

no such module 'MWPhotoBrowser' #430

Open 4n-0n opened 9 years ago

4n-0n commented 9 years ago

Installed with CocoaPods (my first time...)

i get the message: ViewController.swift:11:8: error: no such module 'MWPhotoBrowser' import MWPhotoBrowser ^

am i mistaken something? ^^

Thanks

tapz commented 9 years ago

You should open the workspace file not the project file.

4n-0n commented 9 years ago

I opened the workspace file. And i just retried, to be sure

4n-0n commented 8 years ago

will try with Xcode 7

4n-0n commented 8 years ago

Same problem with Xcode 7 ^__^

wrutkowski commented 8 years ago

Same error from swift code

grantkemp commented 8 years ago

Yep Same error for me.. Xcode 7 and Swift

UtkuDalmaz commented 8 years ago

same problem, any fix on this ?

VivekVithlani commented 5 years ago

Same error in Xcode 10.2 I am trying to install in my project

My Pod file code

source 'https://github.com/CocoaPods/Specs.git'
target 'MWPhoto_Swift'
  pod "MWPhotoBrowser"
phuocmobytelab commented 5 years ago

the same issue xcode 10.2

oguzhangedik commented 4 years ago

I got that error and somehow that was gone when i delete derived data, restart Xcode and clean-build the project. (using Xcode 11.4.1)