26-03-2020, 12:16 PM
(26-03-2020, 12:06 PM)Gleb Palchin Wrote: To recreate the problem do this steps:
1. Create an empty Unity project in Unity 2019.2.20f1
2. Import latest version of Obi Rope
3. Add sample scenes into build settings
4. Export
5. Build in Xcode
6. Its stuck on first Ld command in Xcode forever. something is going on with ios library (dll) file
Last log where it gets stucked:
Hi,
I'm unable to reproduce this, compiles and runs just fine for me.
Also, the library comes precompiled, so not possible for XCode to get stuck while compiling the library file. -ld is the linker, something else is going on with your XCode project. Can you get it to compile run a project without the lib?