Compilation error on Ting.mm
Hello,
I'm running into a compilation error when compiling Ting.mm
See above screenshot. When I inspect this library's directory structure, I can see there is no such file names "ting-Swift.h". Is this intentional? @baronha
run yarn and pod again
Hi, I got the same issue on my side. Even after yarn and pod.
What version of RN Version do you guys use? @Stunc0 @fobos531
Encountering the same issue using RN 0.72.1 @baronha
Encountering the same issue using RN 0.72.1 @baronha
Please provide me the version of Ting you use.
Please provide me the version of Ting you use.
Using Ting (1.1.0), I installed it using yarn add @baronha/ting and ran pod install afterwards
You can try:
rm -rf ios/build
rm -rf Pods
pod install
are you using 'use_frameworks! :linkage => :static' in Podfile, it fails in this case
You can try:
rm -rf ios/build rm -rf Pods pod install
Tried, but getting the same error.
are you using 'use_frameworks! :linkage => :static' in Podfile, it fails in this case
Yes I do. Any way for the lib to support this @vnphu ?
On my side i got RN 0.70.5. But i think i can update RN version if necessary. But for moment i have to use 'use_frameworks! :linkage => :static' in my podfile :/