tristanhimmelman / ObjectMapper

Simple JSON Object mapping written in Swift
MIT License
9.13k stars 1.03k forks source link

Not working in Xcode 15 #1132

Open FarhanAnsari92 opened 6 months ago

FarhanAnsari92 commented 6 months ago

SDK does not contain 'libarclite' at the path '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphonesimulator.a'; try increasing the minimum deployment target

I have set minimum deployment target iOS 11

SwiftSamples commented 4 months ago

did you got the solution? i am facing the same issue with xcode 15.3

FarhanAnsari92 commented 4 months ago

did you got the solution? i am facing the same issue with xcode 15.3

Yes, increase the minimum sdk version to 12

SwiftSamples commented 4 months ago

Oh God, done that as well. still not running. got below error. i posted question in stackoverflow as well

/Users/test/Desktop/app-ios/folder/MVC/Modal/ComposeMsgModal/MatchmultifacesModal.swift:10:8 No such module 'ObjectMapper'

https://stackoverflow.com/questions/78247635/my-project-code-not-running-in-xcode15-3-but-the-same-code-running-in-xcode-14/78248343#78248343