-
Notifications
You must be signed in to change notification settings - Fork 1k
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
warning: 'objectmapper': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target #1150
Comments
I am also getting same error, any updates team? @jdzak @jdzak @DulMephistos @DulMephistos @jk ObjectMapper Environment.package(url: "https://github.com/tristanhimmelman/ObjectMapper.git", branch: "master"), ObjectMapper Version: branch master Terminal Warning while swift buildmehuls-mac-mini:mobile-sdk-ios mehul$ swift build
warning: 'alamofire': /Users/mehul/Documents/iOS/Projects/LLC/mobile-sdk-ios/.build/checkouts/Alamofire/Package.swift:28:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
26 | import PackageDescription
27 |
28 | let package = Package(name: "Alamofire",
| |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
| `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
29 | platforms: [.macOS(.v10_13),
30 | .iOS(.v12),
warning: 'objectmapper': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/Users/mehul/Documents/iOS/Projects/LLC/mobile-sdk-ios/.build/checkouts/ObjectMapper/Sources/Info.plist
/Users/mehul/Documents/iOS/Projects/LLC/mobile-sdk-ios/.build/checkouts/ObjectMapper/Sources/Resources/PrivacyInfo.xcprivacy
Building for debugging...
[1/1] Write swift-version--58304C5D6DBC2206.txt
Build complete! (2.48s)
|
Hello, Do we have any updates? |
@tristanhimmelman , Any updates? |
Xcode Version 16.0 (16A242d)
MacOS 15.0 (24A335)
The text was updated successfully, but these errors were encountered: