-
Notifications
You must be signed in to change notification settings - Fork 35
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
iosdfulibrary/iosdfulibrary-swift.h' file not found #13
Comments
+1 |
1 similar comment
+1 |
Try with this: Pilloxa#171 (comment) Works for me for building |
@p4bl1t0 Yeah, I've tried his comment a few times but still get the error. |
@andresev Also getting same error |
Expo or React Native? Wich version? |
I was able to get passed the iOSDFULibrary-swift.h file not found but now I'm getting 'iOSDFULibrary/iOSDFULibrary.modulemap not found'. I am using React Native 72.3 @p4bl1t0 |
Whoever is having this issue for
|
I was not using anothe pre_install. This kind of configuration has to be put in the context of each app. Sometime is difficult beacause we're not really native developers (at least my case). |
We are using React Native and only using expo modules and I wonder if that's causing the issue? Do you have example from your pods or any project example with expo? |
I'm on expo sdk 49 with prebuild. I'm using ble-plx module also. |
I got it working. Expo just caused problems... Thanks for helping out. |
I am experiencing this issue on RN 0.72.6 and am not using expo. |
@andresev Which version of React Native are you running? |
@AshlandWest What error are you getting? I can help out with what I can. I've gotten so many errors. Share your Podfile. I'll show you the portion I added. The Podfile I have is long. Flipper is enabled. Make sure to only have one pre and post install. These are located inside
|
@andresev I appreciate it. It's the same error you posted above. I am not using Flipper, but I guess I can turn it on if this library requires it to work.
That's basically my full podfile, I just omitted the array inside setup_permissions because it's long and not relevant. |
@AshlandWest I have pretty much the same setup except... whenever I got over the issue here. I'd say add this with the original Flipper setup. I added the following: I have this right before the 'post_install'. I found this to be important and you'd see a change when doing a 'pod install'.
Also, when I did the one with no flipper, it just wouldn't work. So I left the original flipper configuration.
After this, you should see a change in your 'pod install' when adding the 'pre_install'. Make sure to delete your Pods folder, pod.lock, and then run 'pod install'. Also, very important, but in your case, you don't need to worry about it. Don't have two 'pre_install'. Just add the portion that's needed to the 'pre_install'. But based on the code you provided, it doesn't look like you have a 'pre_install' in there. Let me know how it goes! |
That worked! |
@AshlandWest Awesome! Glad it worked! |
I am facing some issues related to the IOSDFU library. How can we fix this issue?
The text was updated successfully, but these errors were encountered: