rive-unity icon indicating copy to clipboard operation
rive-unity copied to clipboard

Build error in XCode 15.2

Open ifconstruct opened this issue 8 months ago • 2 comments

Showing Recent Issues Multiple errors: could not parse bitcode object file /Users/serg/Documents/rive-unity-examples/demos/Build/Libraries/app.rive.rive-unity/Runtime/Libraries/iOS/rive.a804: 'Invalid bitcode version (Producer: '1600.0.26.4.0_0' Reader: '1500.1.0.2.5_0')', using libLTO version 'LLVM version 15.0.0' in '/Users/serg/Documents/rive-unity-examples/demos/Build/Libraries/app.rive.rive-unity/Runtime/Libraries/iOS/rive.a804'; could not parse bitcode object file /Users/serg/Documents/rive-unity-examples/demos/Build/Libraries/app.rive.rive-unity/Runtime/Libraries/iOS/rive.a803: 'Invalid bitcode version (Producer: '1600.0.26.4.0_0' Reader: '1500.1.0.2.5_0')', using libLTO version 'LLVM version 15.0.0' in '/Users/serg/Documents/rive-unity-examples/demos/Build/Libraries/app.rive.rive-unity/Runtime/Libraries/iOS/rive.a803'; could not parse bitcode object file /Users/serg/Documents/rive-unity-examples/demos/Build/Libraries/app.rive.rive-unity/Runtime/Libraries/iOS/rive.a802: 'Invalid bitcode version (Producer: '1600.0.26.4.0_0' Reader: '1500.1.0.2.5_0')', using libLTO version 'LLVM version 15.0.0' in '/Users/serg/Documents/rive-unity-examples/demos/Build/Libraries/app.rive.rive-unity/Runtime/Libraries/iOS/rive.a802'; could not parse bitcode object file /Users/serg/Documents/rive-unity-examples/demos/Build/Libraries/app.rive.rive-unity/Runtime/Libraries/iOS/rive.a[801] - Bitcode set to "NO" ,but want' build with any branch

ifconstruct avatar May 23 '25 21:05 ifconstruct

Hmm, this might be related to your Xcode version. Are you able to update and try again?

damzobridge avatar May 23 '25 22:05 damzobridge

It's looks like compiled on Xcode 16 latest . But on any Intel mac no one can deploy rive on ios, but it's works on mac only. So sad. It's need to rebuild rive.a with Bitcode = NO option to work and build in Xcode 15 ,not 16 . But it's hopeless to ask sombody to rebuild it for me (

ifconstruct avatar May 23 '25 22:05 ifconstruct