Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed podspec to play nicer with other native libraries (#504)
There was an issue with including both RN Skia / Renanimated where running pod install failed with the following error message: `Can't merge user_target_xcconfig for pod targets:....` This was caused by both RN Skia and Reanimated trying to set the active C++ version to two different versions. Running `npx pod install ios` worked - but the error is visible when installing with local cocoapods: `pod install ios` in the root of a new project. Moving setting the xcconfig variables to the `pod_target_xcconfig` solved the issue. Tested in iOS on a new project using local cocoapods. Also verified that the included settings from the podspec file are set correctly in XCode.
- Loading branch information