0xjmp / ObjectMapper-Realm

An ObjectMapper extension that serializes arbitrary JSON into Realm's List class
Other
178 stars 43 forks source link

Carthage failed at Archive phase #43

Open woshahua opened 4 years ago

woshahua commented 4 years ago

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?