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

Podspec warnings #130

Open
odrobnik opened this issue Oct 19, 2020 · 2 comments
Open

Podspec warnings #130

odrobnik opened this issue Oct 19, 2020 · 2 comments

Comments

@odrobnik
Copy link
Collaborator

Releasing the 1.7.16 Podspec, I ignored these warnings. Those should be fixed at some point...

    - NOTE  | [DTFoundation/Core, DTFoundation/UIKit, DTFoundation/UIKit_BlocksAdditions, and more...] xcodebuild:  note: Using new build system
    - NOTE  | [DTFoundation/Core, DTFoundation/UIKit, DTFoundation/UIKit_BlocksAdditions, and more...] xcodebuild:  note: Building targets in parallel
    - NOTE  | [DTFoundation/Core, DTFoundation/UIKit, DTFoundation/UIKit_BlocksAdditions, and more...] xcodebuild:  note: Using codesigning identity override: -
    - NOTE  | [DTFoundation/Core, DTFoundation/UIKit, DTFoundation/UIKit_BlocksAdditions, and more...] xcodebuild:  note: Planning build
    - NOTE  | [DTFoundation/Core, DTFoundation/UIKit, DTFoundation/UIKit_BlocksAdditions, and more...] xcodebuild:  note: Constructing build description
    - NOTE  | [DTFoundation/Core, DTFoundation/UIKit, DTFoundation/UIKit_BlocksAdditions, and more...] xcodebuild:  warning: Skipping code signing because the target does not have an Info.plist file and one is not being generated automatically. (in target 'App' from project 'App')
    - WARN  | [DTFoundation/DTSidePanel] xcodebuild:  DTFoundation/Core/Source/iOS/DTSidePanel/DTSidePanelController.m:533:1: warning: implementing deprecated method [-Wdeprecated-implementations]
    - NOTE  | [DTFoundation/DTSidePanel] xcodebuild:  /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:301:1: note: method 'shouldAutorotateToInterfaceOrientation:' declared here
    - WARN  | [DTFoundation/DTSidePanel] xcodebuild:  DTFoundation/Core/Source/iOS/DTSidePanel/DTSidePanelController.m:553:1: warning: implementing deprecated method [-Wdeprecated-implementations]
    - NOTE  | [DTFoundation/DTSidePanel] xcodebuild:  /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:316:1: note: method 'willRotateToInterfaceOrientation:duration:' declared here
    - WARN  | [DTFoundation/DTSidePanel] xcodebuild:  DTFoundation/Core/Source/iOS/DTSidePanel/DTSidePanelController.m:571:1: warning: implementing deprecated method [-Wdeprecated-implementations]
    - NOTE  | [DTFoundation/DTSidePanel] xcodebuild:  /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:317:1: note: method 'didRotateFromInterfaceOrientation:' declared here
    - WARN  | [DTFoundation/DTSidePanel] xcodebuild:  DTFoundation/Core/Source/iOS/DTSidePanel/DTSidePanelController.m:591:1: warning: implementing deprecated method [-Wdeprecated-implementations]
    - NOTE  | [DTFoundation/DTSidePanel] xcodebuild:  /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:319:1: note: method 'willAnimateRotationToInterfaceOrientation:duration:' declared here
    - WARN  | [DTFoundation/DTSidePanel] xcodebuild:  DTFoundation/Core/Source/iOS/DTSidePanel/DTSidePanelController.m:611:1: warning: implementing deprecated method [-Wdeprecated-implementations]
    - NOTE  | [DTFoundation/DTSidePanel] xcodebuild:  /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:423:1: note: method 'shouldAutomaticallyForwardRotationMethods' declared here
    - WARN  | [DTFoundation/DTSidePanel] xcodebuild:  DTFoundation/Core/Source/iOS/DTSidePanel/DTSidePanelController.m:621:1: warning: implementing deprecated method [-Wdeprecated-implementations]
    - NOTE  | [DTFoundation/DTSidePanel] xcodebuild:  /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.1.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:422:1: note: method 'automaticallyForwardAppearanceAndRotationMethodsToChildViewControllers' declared here
    - NOTE  | [DTFoundation/DTUTI] xcodebuild:  warning: MobileCoreServices has been renamed. Use CoreServices instead. (in target 'DTFoundation' from project 'Pods')
    - NOTE  | [DTFoundation/Core, DTFoundation/AppKit, DTFoundation/DTAWS, and more...] xcodebuild:  note: Using codesigning identity override: 
    - NOTE  | [DTFoundation/Core, DTFoundation/UIKit, DTFoundation/UIKit_BlocksAdditions, and more...] xcodebuild:  warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.1.99. (in target 'DTFoundation' from project 'Pods')
    - NOTE  | [DTFoundation/Core, DTFoundation/UIKit, DTFoundation/UIKit_BlocksAdditions, and more...] xcodebuild:  warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.1.99. (in target 'Pods-App' from project 'Pods')
    - NOTE  | [DTFoundation/Core, DTFoundation/UIKit, DTFoundation/UIKit_BlocksAdditions, and more...] xcodebuild:  warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.1.99. (in target 'App' from project 'App')
@odrobnik
Copy link
Collaborator Author

The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0 I think is because some specs have a deployment target less than 9.

@odrobnik
Copy link
Collaborator Author

Actually, the WARN only concern deprecated methods in DTSidepanel... these can probably be avoided with @available

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant