-
-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compilation error on Ting.mm #10
Comments
run yarn and pod again |
Encountering the same issue using RN 0.72.1 @baronha |
Please provide me the version of Ting you use. |
Using Ting (1.1.0), I installed it using |
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 |
Tried, but getting the same error.
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 :/ |
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
The text was updated successfully, but these errors were encountered: