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
Fat library issues
It would be great to be able to use a .xcframework rather than a "fat" .framework containing an iOS and iOS simulator slice.
Building a "Fat" framework (as mentioned in the build guide of mediasoup) cannot be built directly by Xcode, and is not supported any more: apple support discussion here
I made a "fat" library as in the guide here, then dragged libwebrtc.a, libmediasoup.a, libsdptransform.a and 15 public headers to xCode 12 hello world project and did not manage to make the linker work.
Always getting Undefined symbols for architecture arm64: "_OBJC_CLASS_$_MediasoupDevice", referenced from: objc-class-ref in ViewController.o ld: symbol(s) not found for architecture arm64
So as of now unfortunately it is not possible to make it work using the Install guide.
xcframework
I built a mediasoup client xcframework and dragged it to xCode 12/11 project. (Checked all the embed settings). The app compiles and start however immediately crashes with
The text was updated successfully, but these errors were encountered:
Rostyk
changed the title
Apple deprecated the ability to use "fat" frameworks . Only .xcframework are allowed
Apple deprecated the ability to use "fat" frameworks . Only .xcframework are allowed, however no guide hot integrate it
Jan 21, 2021
Rostyk
changed the title
Apple deprecated the ability to use "fat" frameworks . Only .xcframework are allowed, however no guide hot integrate it
Apple deprecated the ability to use "fat" frameworks . Only .xcframework are allowed, however no guide how to integrate it
Jan 21, 2021
Fat library issues
It would be great to be able to use a .xcframework rather than a "fat" .framework containing an iOS and iOS simulator slice.
Building a "Fat" framework (as mentioned in the build guide of mediasoup) cannot be built directly by Xcode, and is not supported any more: apple support discussion here
I made a "fat" library as in the guide here, then dragged
libwebrtc.a, libmediasoup.a, libsdptransform.a
and 15 public headers to xCode 12 hello world project and did not manage to make the linker work.Always getting
Undefined symbols for architecture arm64: "_OBJC_CLASS_$_MediasoupDevice", referenced from: objc-class-ref in ViewController.o ld: symbol(s) not found for architecture arm64
So as of now unfortunately it is not possible to make it work using the Install guide.
xcframework
I built a mediasoup client xcframework and dragged it to xCode 12/11 project. (Checked all the embed settings). The app compiles and start however immediately crashes with
Link to image with xCode stack
Any input would be appreciated, thanks
The text was updated successfully, but these errors were encountered: