Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix warnings during pod trunk push #62

Open
dblock opened this issue Apr 7, 2016 · 0 comments
Open

Fix warnings during pod trunk push #62

dblock opened this issue Apr 7, 2016 · 0 comments
Labels

Comments

@dblock
Copy link
Collaborator

dblock commented Apr 7, 2016

I pushed 3.2.1 and had to use --allow-warnings.

    - NOTE  | xcodebuild:  Headers/Private/SDWebImage/UIImageView+WebCache.h:198:1: note: 'setImageWithURL:' has been explicitly marked deprecated here
    - WARN  | xcodebuild:  ARTiledImageView/Classes/ARTiledImageView.m:162:54: warning: 'downloadWithURL:options:progress:completed:' is deprecated: Method deprecated. Use `downloadImageWithURL:options:progress:completed:` [-Wdeprecated-declarations]
    - NOTE  | xcodebuild:  Headers/Private/SDWebImage/SDWebImageManager.h:294:1: note: 'downloadWithURL:options:progress:completed:' has been explicitly marked deprecated here
    - WARN  | xcodebuild:  NAMapKit/NAMapKit/NAMapView.m:131:10: warning: unused variable 'hasContentSize' [-Wunused-variable]
    - WARN  | xcodebuild:  NAMapKit/NAMapKit/NAPinAnnotation.m:15:60: warning: auto property synthesis will not synthesize property 'view'; it will be implemented by its superclass, use @dynamic to acknowledge intention [-Wobjc-property-synthesis]
    - NOTE  | xcodebuild:  NAMapKit/NAMapKit/NAAnnotation.h:22:41: note: property declared here
    - NOTE  | xcodebuild:  NAMapKit/NAMapKit/NAPinAnnotation.m:18:17: note: detected while default synthesizing properties in class implementation
    - WARN  | xcodebuild:  NAMapKit/NAMapKit/NATiledImageMapView.m:100:26: warning: 'setImageWithURL:' is deprecated: Method deprecated. Use `sd_setImageWithURL:` [-Wdeprecated-declarations]
@dblock dblock added the chore label Apr 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant