Undefined symbols for architecture arm64

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Undefined symbols for architecture arm64

Florian Saurs
Hi guys,

I just generated a new Gstreamer framework thanks to Cerbero. I got the
`ios-framework-1.15.0.1-universal.pkg` that I installed and I linked to my
project on Xcode 10.1.
When I build the project I got
```
Undefined symbols for architecture arm64:
  "_gst_plugin_faad_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_mpeg2dec_register", referenced from:
      _gst_ios_init in gst_ios_init.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see
invocation)
```

does anyone know how to solve this ?

Thanks in advance,



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Undefined symbols for architecture arm64

Sebastian Dröge-3
On Sat, 2018-12-15 at 03:41 -0600, Florian Saurs wrote:

> Hi guys,
>
> I just generated a new Gstreamer framework thanks to Cerbero. I got
> the
> `ios-framework-1.15.0.1-universal.pkg` that I installed and I linked
> to my
> project on Xcode 10.1.
> When I build the project I got
> ```
> Undefined symbols for architecture arm64:
>   "_gst_plugin_faad_register", referenced from:
>       _gst_ios_init in gst_ios_init.o
>   "_gst_plugin_mpeg2dec_register", referenced from:
>       _gst_ios_init in gst_ios_init.o
> ld: symbol(s) not found for architecture arm64
> clang: error: linker command failed with exit code 1 (use -v to see
> invocation)
> ```
>
> does anyone know how to solve this ?
Update your gst_ios_main.h/.m with the latest version. We don't ship
the mpeg2dec plugin anymore.

--
Sebastian Dröge, Centricular Ltd · https://www.centricular.com


_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

signature.asc (981 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Undefined symbols for architecture arm64

Florian Saurs
Thank you for the quick answer !
I did try but ran into unexpected @ in program for the lines
@GST_IOS_PLUGINS_CATEGORIES@ and @GST_IOS_PLUGINS_DECLARE@. Did I miss
something?



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel