tristanhimmelman/ObjectMapper

Not working in Xcode 15

Opened this issue · 3 comments

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

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

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

Yes, increase the minimum sdk version to 12

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