Has anyone else encountered issues switching to a ...
# touchlab-tools
p
Has anyone else encountered issues switching to a dynamic framework? I had assumed it was a matter of changing
isStatic = false
, regenerating the podspec and pod-installing, However I’m getting a
dyld: Library not loaded
with
Reason: image not found
(the path is
@rpath/<name>.framework/<name>
so seems right). Have I missed something obvious?
Looks like I was using an old cocoapods install - updated to 1.9.1 and it seems to be working now.
k
We have issues switching as well. You kind of need to do clean builds and after a couple runs it works. We haven’t sorted out “why” yet, exactly