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.
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.aandlibname.dyldare built and where they should be but when Icargo apple openthelibname.afile 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.