Closed Bug 1137962 Opened 9 years ago Closed 7 years ago

Debugger failures triggered by SDWebImage

Categories

(Firefox for iOS :: General, defect)

All
iOS 8
defect
Not set
normal

Tracking

()

RESOLVED INVALID

People

(Reporter: nalexander, Unassigned)

References

Details

Exactly like http://stackoverflow.com/q/28247002:

(lldb) p sortedEngines
error: Error in auto-import:
failed to get module 'Client' from AST context:
/Users/nalexander/Mozilla/firefox-ios/Client-Bridging-Header.h:10:9: note: in file included from /Users/nalexander/Mozilla/firefox-ios/Client-Bridging-Header.h:10:
#import "Carthage/Checkouts/SDWebImage/SDWebImage/UIImageView+WebCache.h"
        ^
/Users/nalexander/Mozilla/firefox-ios/Carthage/Checkouts/SDWebImage/SDWebImage/UIImageView+WebCache.h:9:9: note: in file included from /Users/nalexander/Mozilla/firefox-ios/Carthage/Checkouts/SDWebImage/SDWebImage/UIImageView+WebCache.h:9:
#import "SDWebImageCompat.h"
        ^
/Users/nalexander/Mozilla/firefox-ios/Carthage/Checkouts/SDWebImage/SDWebImage/SDWebImageCompat.h:17:2: error: SDWebImage doesn't support Deployement Target version < 5.0
#error SDWebImage doesn't support Deployement Target version < 5.0
 ^
failed to import bridging header '/Users/nalexander/Mozilla/firefox-ios/Client-Bridging-Header.h'A fatal parse error has occurred.  LLDB may become unstable; please restart your debug session as soon as possible.
SDWebImage 3.7.3 (https://github.com/rs/SDWebImage/releases/tag/3.7.3) or earlier ? resolved the issue.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.