Hi,

I have Gstreamer 1.4.5 installed with Cordova Framework 2.9.1. When I Build the framework I receive the following error


Ld /Users/myuser/Library/Developer/Xcode/DerivedData/myProject-cmpypfhuswhzzfhdokuuvjrpfsjw/Build/Products/Debug-iphoneos/myProject.app/myProject normal armv7
    cd /Users/myuser/Documents/cordovadev/myProject
    export IPHONEOS_DEPLOYMENT_TARGET=8.1
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.4.sdk -L/Users/myuser/Library/Developer/Xcode/DerivedData/myProject-cmpypfhuswhzzfhdokuuvjrpfsjw/Build/Products/Debug-iphoneos -F/Users/myuser/Library/Developer/Xcode/DerivedData/myProject-cmpypfhuswhzzfhdokuuvjrpfsjw/Build/Products/Debug-iphoneos -F/Users/myuser/Library/Developer/GStreamer/iPhone.sdk -F/Users/myuser/Library/Developer/GStreamer/iPhone.sdk -filelist /Users/myuser/Library/Developer/Xcode/DerivedData/myProject-cmpypfhuswhzzfhdokuuvjrpfsjw/Build/Intermediates/myProject.build/Debug-iphoneos/myProject.build/Objects-normal/armv7/myProject.LinkFileList -Xlinker -rpath -Xlinker @executable_path/Frameworks -dead_strip -lresolv -lstdc++ -weak_framework CoreFoundation -weak_framework UIKit -weak_framework AVFoundation -weak_framework CoreMedia -weak_framework CoreMotion -weak-lSystem -force_load /Users/myuser/Library/Developer/Xcode/DerivedData/myProject-cmpypfhuswhzzfhdokuuvjrpfsjw/Build/Products/Debug-iphoneos/libCordova.a -ObjC -fobjc-link-runtime -miphoneos-version-min=8.1 -lresolv.9 -liconv.2.4.0 -lresolv -framework GStreamer -framework CoreMotion -framework CoreLocation -framework ImageIO -framework OpenAL -framework AssetsLibrary -framework Foundation -weak_framework UIKit -framework CoreGraphics -framework AddressBook -framework AddressBookUI -framework AudioToolbox -weak_framework AVFoundation -framework CFNetwork -framework MediaPlayer -framework QuartzCore -framework SystemConfiguration -framework MobileCoreServices -Xlinker -dependency_info -Xlinker /Users/myuser/Library/Developer/Xcode/DerivedData/myProject-cmpypfhuswhzzfhdokuuvjrpfsjw/Build/Intermediates/myProject.build/Debug-iphoneos/myProject.build/Objects-normal/armv7/myProject_dependency_info.dat -o /Users/myuser/Library/Developer/Xcode/DerivedData/myProject-cmpypfhuswhzzfhdokuuvjrpfsjw/Build/Products/Debug-iphoneos/myProject.app/myProject
</nabble_embed>
<nabble_embed>
Undefined symbols for architecture armv7:
  "_gst_registry_get_default", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_coreindexers_register", referenced from:
      _gst_ios_init in gst_ios_init.o
  "_gst_plugin_ffmpegcolorspace_register", referenced from:
      _gst_ios_init in gst_ios_init.o
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)

        
        
        
<br/><hr align="left" width="300" />
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/link-error-Undefined-symbols-for-architecture-armv7-tp4672913.html">link error: Undefined symbols for architecture armv7</a><br/>
Sent from the <a href="http://gstreamer-devel.966125.n4.nabble.com/">GStreamer-devel mailing list archive</a> at Nabble.com.<br/>