You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried each example but I always seem to get the same error on running.
I get "Library not loaded .dylib`
I can see that the libname.a and libname.dyld are built and where they should be but when I cargo apple open the libname.a file is red in the file explorer and running errors about the library not being loaded.
I've manually added both to the project and tried to re-run and get the same no matter what I try.
On a side note, the template appears to be wrong as well. Defaulting to a deployment target of iOS 9 which also needs changing.