I use carthage update --platform iOS --no-use-binaries to build the package.
In the Cartfile, jakenberg/ObjectMapper-Realm == 1.0
then failed.
in the error dialog, it shows ( swift version: 5.2.4, xcode 11.5)
note: Using new build system
note: Building targets in parallel
note: Planning build
note: Constructing build description
Carthage/Checkouts/ObjectMapper-Realm/Pods/Target Support Files/Pods-ObjectMapper_Realm/Pods-ObjectMapper_Realm.release.xcconfig: unable to open file (in target "ObjectMapper_Realm" in project "ObjectMapper+Realm") (in target 'ObjectMapper_Realm' from project 'ObjectMapper+Realm')
** ARCHIVE FAILED **
I don't get this error on building other package through carthage, do you have any solution or anybody get same situation?
I use
carthage update --platform iOS --no-use-binaries
to build the package. In the Cartfile,jakenberg/ObjectMapper-Realm == 1.0
then failed.
in the error dialog, it shows ( swift version: 5.2.4, xcode 11.5)
I don't get this error on building other package through carthage, do you have any solution or anybody get same situation?