Yann Massard
Yann Massard

Reputation: 293

Unity build on IOS no matching function for call to 'il2cpp_codegen_write_instance_field_data'

Unity compiler error in 2022.2 LTS and 2023.01

The code builds and compiles in both the editor and on Macos but fails in Xcode when building for IOS throwing no matching function for call to 'il2cpp_codegen_write_instance_field_data'

This error started to happen when I tried to update our project to the 2022.2 LTS version of Unity.

In build settings and player settings, IL2CPP is activated as the Backend Scripting. any hint ?

Upvotes: 1

Views: 310

Answers (1)

user2859003
user2859003

Reputation: 36

I got past this by deleting the Builds/iOS folder.

Upvotes: 2

Related Questions