ObjectMapper-Realm icon indicating copy to clipboard operation
ObjectMapper-Realm copied to clipboard

Carthage failed at Archive phase

Open woshahua opened this issue 5 years ago • 0 comments

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?

woshahua avatar Sep 28 '20 13:09 woshahua