Im trying to download .dll file

hi friends,
im trying to download .dll (Mono Develop)(c#script) file to iPhone ,but when i build its in xcode its show some error like this …

(Filename: /Applications/buildAgent/work/d3d49558e4d408f4/artifacts/iPhonePlayer-armv7Generated/UnityEngineDebug.cpp Line: 53)

Non platform assembly: data-0x15c7be00 (this message is harmless)
Failed to load AOT module ‘data-0x15c7be00.dylib’ in aot-only mode.
if any one face this proble before and solve.please help…

You can’t download and execute .dll directly on device. It should go through AOT (ahead of time) compilation process, which is done when you are exporting Xcode project in Unity editor.

1 Like

Thanks for your reply.
Ok if any other possible solutions to do this ? …