-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Cocoapod Error: Chameleon.h not found #60
Comments
Updated to 2.0.2.2 and everything seems to be working correctly now. |
Ohhh darn, forgot to fix the pod. The easiest solution would be to change the spec to |
No worries I left everything as is, and just dropped Chameleon back in, which imports Chameleon_.h and all the other headers. It seems to be working perfectly now. |
Awesome. Had to rename it to avoid issues in the dynamic library since there was a |
No worries! So is everything good now? Didn't want to break anything. |
I'll check tomorrow (later I guess) to be sure |
Awesome let me know if there's anything I can do. I'm using it right now in a project and it seems to be working perfectly so I'll do the same! Thanks. |
Hi! I am having the same kind of issue, my project is in swift and I added Chameleon folder to my project, did everything you mentioned in your docs and added |
Have you followed the instructions mentioned in the installation section: https://github.com/ViccAlexander/Chameleon#installation ?
|
Yes, I was actually adding it manually, but even when i add it via cocoa pods i still get "No such module 'ChameleonFramework''" |
You might be doing something wrong. I've just tested both the CocoaPods and Carthage version with a new project and they worked. |
Well, I dont normally use cocoa pods, nevertheless i retried it again, and now it gives me this error "Cannot load underlying module for 'ChameleonFramework'".. what am i doing wrong? I can see in my folder I do have a newly created workspace, but it still doesn't work. |
I usually use Carthage. Your issue seems to be unrelated to Chameleon itself as far as I can tell. Check Google, StackOverflow, or CocoaPods' issues. |
restarted my laptop without changing anything and it magically worked.... Xcode sorcery.. |
try remove ~/Library/Developer/Xcode/DerivedData/* and rebuild |
@bre7 I didn't want to move the
Chameleon.h
file you added just in case it broke any dependencies, however I added a copy back into the Pod folder to fix the error.The text was updated successfully, but these errors were encountered: