Closed LyndzP closed 1 year ago
Hi LyndzP, can you verify your taichi version and make sure you've installed the specific nightly version:
The thing is Taichi AOT requires a C-API dynamic library which has to be compatible with the Taichi (the python-taichi used to generate the AOT files) version.
Hi Thank you for awesome project for all. I have a one issue that demo for iOS I was run the code :
edit code using Xcode Viewcontroller.m 69:
NSString *aotFilePath = [bundleRoot stringByAppendingPathComponent:@"taichi_ngp/compiled"];
(compiled is generated folder from 2)build Xcode
Then I got error like this:
can I get some solutions?