SwiftKickMobile / SwiftMessages

A very flexible message bar for UIKit and SwiftUI.
MIT License
7.3k stars 742 forks source link

TabView.xib - Deployment Warning #396

Closed undeaDD closed 4 years ago

undeaDD commented 4 years ago

Xcode Warning: Pods/SwiftMessages/SwiftMessages/Resources/TabView.xib:global: warning: This file is set to build for a version older than the deployment target. Functionality may be limited. [9]

Current Setup: Xcode: 11.5 Deployment target: iOS 13

ChristianVinterly commented 4 years ago
Screenshot 2020-08-05 at 14 53 05

It is set to 9.1

wtmoose commented 4 years ago

The deployment target of the SwiftMessages framework should be 9.0 and TabView.xib should be configured to build for 9.1 and later.

Is your SwiftMessages configuration different?

undeaDD commented 4 years ago

sry for the silence on my part :D solved it already some one day after i opened this issue

i was overriding the deployment target via podfile: config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '11.0'

changed it back manually for the swiftmessages pod ^^