Closed TimoGlastra closed 3 years ago
I added the following to rn-indy-sdk.podspec:
rn-indy-sdk.podspec
s.pod_target_xcconfig = { "FRAMEWORK_SEARCH_PATHS" => "${PODS_ROOT}/Frameworks" }
This removes the need to do the manual echo every time, but automatically adds it to the file on pod install :)
Signed-off-by: Timo Glastra timo@animo.id
I added the following to
rn-indy-sdk.podspec
:This removes the need to do the manual echo every time, but automatically adds it to the file on pod install :)
Signed-off-by: Timo Glastra timo@animo.id