You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.
Leslies-MacBook-Pro:Vialer-pjsip-iOS-develop lesliegodwin$ ./vialerbuild -a armv7,armv7s,arm64,i386,x86_64
Clean PJSIP source: true
WARNING: About to clean directory: /Users/user_name/Downloads/Vialer-pjsip-iOS-develop/pjsip
Waiting 5 seconds for sanity check... CTRL-C to abort now
4...
3...
2...
1...
Done cleaning PJSIP source
=============================
Downloading pjsip-2.10.tar.gz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 121 100 121 0 0 152 0 --:--:-- --:--:-- --:--:-- 152
100 8563k 100 8563k 0 0 670k 0 0:00:12 0:00:12 --:--:-- 1288k
Using pjsip-2.10.tar.gz
Creating config_site.h
Done creating new config_site.h
=============================
Building ABIs
Configure for armv7
Clean armv7 lib direcotry
Building for armv7
Leslies-MacBook-Pro:Vialer-pjsip-iOS-develop lesliegodwin$
The larger issue I'm trying to solve
Trying to build Vialer & VoipGrid.
ld: warning: ignoring file /Users/user_name/Downloads/VialerSIPLib-develop/Example/Pods/Vialer-pjsip-iOS/VialerPJSIP.framework/VialerPJSIP, building for iOS-arm64 but attempting to link with file built for unknown-unsupported file format ( 0x76 0x65 0x72 0x73 0x69 0x6F 0x6E 0x20 0x68 0x74 0x74 0x70 0x73 0x3A 0x2F 0x2F )
Undefined symbols for architecture *arm64*:
"_pjsua_acc_get_config", referenced from:
-[VSLAccount registerAccountWithCompletion:] in libVialerSIPLib.a(VSLAccount.o)
"_pjsua_acc_del", referenced from:
-[VSLAccount removeAccount] in libVialerSIPLib.a(VSLAccount.o)
The text was updated successfully, but these errors were encountered:
raygun101
changed the title
Archutictures do not all build
All architecture do not all build, only arm7
Apr 8, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Version
3.5
File / Feature
vailerbuild
Expected behaviour
Builds all archs.
Actual behaviour
Only ever builds arm7 only.
Other info
OSX: Catalina
Xcode: 11.3.1
Stacktrace / Error message
The larger issue I'm trying to solve
Trying to build Vialer & VoipGrid.
The text was updated successfully, but these errors were encountered: