utahiosmac / Marshal

Marshaling the typeless wild west of [String: Any]
MIT License
698 stars 63 forks source link

ERR: Pod No such Module #97

Closed ghost closed 7 years ago

ghost commented 7 years ago

Hello together,

everythink worked fine. Then I added an other pod and deleted it again. And now I always get following error while importing

../ViewController.swift:11:8: No such module 'Marshal'

I also deintegrate and did pod init on my project. I still get the error.

What could be the Problem? Do you have any suggestions for me to check?

Kind Regards Alexander Niebuhr

bjarkehs commented 7 years ago

Did you perform a clean and also remove derived data?

ghost commented 7 years ago

@bjarkehs Yeah I did a full clean and removed the derived data. :/

ghost commented 7 years ago

I did fix the Problem with reopening a complete new Xcode Project and copying my Code 1 to 1 over. It worked, i also saw some Cocoapods Architecture Warnings in my Log, so this might be related to this issue. However, for me it's always a bit complicated to work with Cocoapods :)

Anyways, feel free to close this issue.

Kind Regards Alex