Cocoanetics / DTFoundation

Standard toolset classes and categories
BSD 2-Clause "Simplified" License
802 stars 237 forks source link

Podspec warnings #130

Open odrobnik opened 4 years ago

odrobnik commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

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