最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

ios - Unity Cloud - SDK does not contain 'libarclite' - Stack Overflow

matteradmin3PV0评论

I am trying to automate IOS build with unity could but every time I get this error:

[error] 7.5.2.2.7.4 - INFO: ❌ clang: error: SDK does not contain 'libarclite' at the path '/APPLICATION_PATH/Xcode15_2_0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphoneos.a'; try increasing the minimum deployment target

I have set the target to 14.0 in the player settings. I tried setting xcode and unity versions to higher or lower (I work with xcode 15 and unity 2022.5f) but nothing seems to work. Build always fails like this:

error] - 7.5.2.2.7.4 - ERROR: xcode build failed 
[error]   RuntimeError (Build Failure):
[error] /BUILD_PATH/.rvm/gems/ruby-2.7.4/gems/bvr-7.5.2.2.7.4/lib/bvr/build/handlers/platform/xcode_compiler.rb:319:in `block in exec_fastlane': Build Failure (RuntimeError)

All threads I have found are on changing the xcode settings but I have no idea how would I do it with the cloud build.

Post a comment

comment list (0)

  1. No comments so far