Closed Picao84 closed 1 month ago
I've fixed it by avoiding the creation of a xcworkspace through the flag "install! 'cocoapods', :integrate_targets => false" on my pod file. Maybe this should be on documentation because using an xcworkspace, which is the recommended implementation for native iOS projects, does not seem to work for the library interop.
It seems I cannot make this work with CocoaPods. While the Xcode project builds without any issues, building the binding library always comes up with errors saying that the pod added cannot be found? The error goes away if I add the pod references to the main project, but then it gives me another error where it then cannot find the actual project pod?