문제

I am having this issue while using SDWebImage not sure why but it randomly happened unless I did something that I do not understand, but when I compile I get around 40 errors that are based on the library. It was working before I changed some code back but not sure what happened as I tried to go back to that but it still errors. Anyone ever experience it or now how I can trouble shoot it?

I have the files for the lib.

Ok the errors are random, but this for example:

enter image description here

Expanding the errors says In file included folder/path/to/the/file

enter image description here

enter image description here

This is the deployment

enter image description here

도움이 되었습니까?

해결책

This looks like a typo in the SDWebImageManager.h and .h files. Specifically, it looks like you have a stray @ in there which you typed in by accident (or you "over deleted" something by mistake).

If you are using a git repo then you can fairly quickly find this by comparing the differences to an earlier version. Or use the merge tool from the Developer tools to compare you version of these files to the unchanged original.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top