Skip to content
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

Open
fobos531 opened this issue Jul 17, 2023 · 10 comments
Open

Compilation error on Ting.mm #10

fobos531 opened this issue Jul 17, 2023 · 10 comments

Comments

@fobos531
Copy link

fobos531 commented Jul 17, 2023

Hello,

I'm running into a compilation error when compiling Ting.mm

CleanShot 2023-07-17 at 11 37 30@2x

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

@vnphu
Copy link

vnphu commented Jul 17, 2023

run yarn and pod again

@baronha baronha closed this as completed Jul 17, 2023
@Stunc0
Copy link

Stunc0 commented Jul 18, 2023

Hi,
I got the same issue on my side. Even after yarn and pod.

Capture d’écran 2023-07-18 à 22 20 19

@baronha baronha reopened this Jul 19, 2023
@baronha
Copy link
Owner

baronha commented Jul 19, 2023

What version of RN Version do you guys use? @Stunc0 @fobos531

@alexandre-sonier
Copy link

Encountering the same issue using RN 0.72.1 @baronha

@baronha
Copy link
Owner

baronha commented Jul 19, 2023

Encountering the same issue using RN 0.72.1 @baronha

Please provide me the version of Ting you use.

@alexandre-sonier
Copy link

alexandre-sonier commented Jul 19, 2023

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

@baronha
Copy link
Owner

baronha commented Jul 19, 2023

You can try:

rm -rf ios/build
rm -rf Pods
pod install

@vnphu
Copy link

vnphu commented Jul 19, 2023

are you using 'use_frameworks! :linkage => :static' in Podfile, it fails in this case

@alexandre-sonier
Copy link

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 ?

@Stunc0
Copy link

Stunc0 commented Jul 19, 2023

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 :/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants