-
Notifications
You must be signed in to change notification settings - Fork 50
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
iOS build fails when trying to compile on physical device #3
Comments
@chris24elias How did you solve this? I'm running into the same issue now. |
Hi @chris24elias @jbroquist , is there any solution for this ? i'm also having the same problem. |
Hmm i just updated to 2.8.8 and got a different error this time
not sure why the maintainer removed post install step ( which download and build the vialerpjsip package ) in new version |
@tunguyenbhtech I switched over to the react-native-pjsip library and was able to get that working. |
I think it fails to build since this fix. @florindumitru which rn version is working? I've tried with |
@jbroquist which version of react-native-pjsip worked? I tried pjsip but still failed to build on Physical devices. |
@jbroquist @oojikoo newest version of this library v2.9.0 is working but you need docker installed on your machine, it takes quite some time to install the library and also when building sometimes i'm getting weird cyclic dependency errors but it goes away after several clean build folders and rebuild project. |
@tunguyenbhtech thank you for the reply! I have docker install on my machine? why do I need docker for react native library? is there a link for a reference? |
@oojikoo no problem, it's being used in react native pjsip builder, which this library download and run in libs.sh |
@tunguyenbhtech wow! thank you, man! you saved my day!! |
@tunguyenbhtech how did you mange to make it work? what should I do after build? |
@oojikoo what error are you having ?, after installing the library, i also just did normal
|
@tunguyenbhtech oh you just added this library and run the project as below. and it worked, right?
in my case, this way didn't work. so I tried copying it
I know the latest version of react-native-sip use I'm getting something like this
I'm using
env is
|
@oojikoo ah right, that's the error i was talking about
you should try using xcode and clean build folder then rebuild several times |
@tunguyenbhtech oh, the same error? so It's not just me 😌 |
@florindumitru do you know what could have caused the cyclic dependency error in here ? |
@oojikoo yes, that's the one. |
@tunguyenbhtech it didn't go away after lots of clean and build.. |
@oojikoo right, that's weird, it's also happening on my coworker's machine but not on mine, i'm not sure what's missing. |
@tunguyenbhtech I solved this! |
Great @oojikoo 👍 |
@tunguyenbhtech @oojikoo can someone share working project? |
Hey there,
Whenever i try compiling for my physical device, i run into the error "Please specify target machine."
I've research and tried several things but no luck, any help would be much appreciated
Thanks
The text was updated successfully, but these errors were encountered: