optimization - stepping may behave oddly : iOS/Unity

前端 未结 2 756
栀梦
栀梦 2021-02-19 23:17

I am trying to integrate unity to iOS application. I have followed this tutorial http://www.agnosticdev.com/blog-entry/swift/integrating-unity-and-vuforia-ios-swift-project

2条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-02-20 00:09

    I had the same issue and I solve it adding to Apple LLVM - Custom Compiler FLags:

    Other C Flags: -DRUNTIME_IL2CPP=1

提交回复
热议问题