adessoTurkey / ios-boilerplate

iOS boilerplate app that showcases architecture and libraries used at adesso Turkey
45 stars 5 forks source link

General Improvement suggestions #70

Closed egesucu closed 1 year ago

egesucu commented 1 year ago

Cocoapods suggest 3 warnings when installing/updating the pods.

  1. [!] Automatically assigning platform iOS with version 13.0 on target ios-boilerplate because no platform was specified. Please specify a platform for this target in your Podfile. See https://guides.cocoapods.org/syntax/podfile.html#platform.
  2. [!] The ios-boilerplateUITests [Development] target overrides the ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES build setting defined in `Pods/Target Support Files/Pods-ios-boilerplate-ios-boilerplateUITests/Pods-ios-boilerplate-ios-boilerplateUITests.development.xcconfig'. This can lead to problems with the CocoaPods installation
  3. [!] The ios-boilerplateUITests [Swifter] target overrides the ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES build setting defined in `Pods/Target Support Files/Pods-ios-boilerplate-ios-boilerplateUITests/Pods-ios-boilerplate-ios-boilerplateUITests.swifter.xcconfig'. This can lead to problems with the CocoaPods installation

This PR will resolve all of them.

Also this PR will silence some warnings and recommendations when Xcode builds and runs the project.