Closed Prince-Mittal closed 3 years ago
Running into the same issue. Are you on an Apple Silicon chip?
@super-potion I was running into this issue due to the usage of use_frameworks! according to which every pod should be dynamic frameworks but this was causing issue with the static libraries used in react-native project. So to use dynamic frameworks with static libraries I have found a plugin called cocoapods-user-defined-build-types
that can be used to define the build type of every pod or any specific pod.
Xcode Version : 12.4 react-native version : 0.63.3 react version : 16.13.1 @react-native-community/toolbar-android version: "0.1.0-rc.2"
Podfile :
We want to use the android toolbar in the project which is using use_frameworks in podfile. But it is causing linking issues. We have tried to add framework in the build Phases but still we are getting the same problem. I have added the screenshots of the issue shown in the xcode. Can anybody help with this?