-
Notifications
You must be signed in to change notification settings - Fork 801
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
swift-C++ binding & swift pjsua2 sample app #2723
Conversation
Thank you very much for providing an iOS Swift sample app using pjsua2. I tested it here and I had to fix a few things to make it run (such as by defining PJ_AUTOCONF=1), but after that, it can successfully run without any issue on arm64, so I'm not sure why you have to limit your target to the simulator. Also, the registration login and call destination are still hard coded, so you may need to remove it. |
Hardcoded parts removed, i forgot to remove it 👍 |
Here's the modification of the pbxproj file that I use: |
Thank you! worked like a charm 👍 Pushed latest changes as well. |
96a1834
to
f40dc3c
Compare
|
Sure, no problem at all i added copyright message. I created pjsua2 directory same level with pjsua folder and moved sample app to there. But i am not sure is it proper way for you? |
The part "Contributed by", that's where you can put your name :) |
39c2cf8
to
413142a
Compare
I missed the part now added it :) |
Solved with e77c002 👍 |
589097f
to
0d4d41e
Compare
Swift & C++ Bindings & Sample App for 64 bit Simulator (PJSua2 Level)