I am trying to create new project of gstreamer.
I downloaded the SDK and succeeded to run the tutorials, but when I create a new project:
File -> New -> Project -> GStreamer SDK Project
copy the content of the (working) tutorial to my new project and launch it, I constantly get this error:
the program can't start because libgstreamer-0.10.dll is missing from your computer
am I missing something here?
thanks!
Related
I have tried to integrate FanMenu framework to my project, and then I got the following error and my app is not working
:-1: Multiple commands produce '/Users/amira/Library/Developer/Xcode/DerivedData/star-gvkwjukrellysodofwfcqkjcyhwo/Build/Products/Debug-iphoneos/FanMenu/FanMenu.framework/Info.plist':
1) Target 'FanMenu' (project 'Pods') has copy command from '/Volumes/Data/Work/StarApp/iOS-user-Registration-master/Pods/FanMenu/Sources/Info.plist' to '/Users/amira/Library/Developer/Xcode/DerivedData/star-gvkwjukrellysodofwfcqkjcyhwo/Build/Products/Debug-iphoneos/FanMenu/FanMenu.framework/Info.plist'
2) Target 'FanMenu' (project 'Pods') has process command with output '/Users/amira/Library/Developer/Xcode/DerivedData/star-gvkwjukrellysodofwfcqkjcyhwo/Build/Products/Debug-iphoneos/FanMenu/FanMenu.framework/Info.plist'
can anyone help please ?
Go to File -> Workspace Settings -> Build system -> Legacy build system.
I also faced the same problem. After change the settings. Everything is good now
I created a new application in Xamrin.forms , PCL
but its android solution does not builds.
gets the following stack :
Severity Code Description Project File Line Suppression State
Error Please install package: 'Xamarin.Android.Support.v7.MediaRouter' available in SDK installer.
Java library file C:\Users\sachin.manu\AppData\Local\Xamarin\Xamarin.Android.Support.v7.MediaRouter\23.0.1.3\embedded\classes.jar doesn't exist.
XamarinHybridWebView.Droid
Severity Code Description Project File Line Suppression State
Error Unzipping failed. Please download https://dl-ssl.google.com/android/repository/android_m2repository_r22.zip
and extract it to the C:\Users\sachin.manu\AppData\Local\Xamarin\Xamarin.Android.Support.Design\23.0.1.3\content directory.
XamarinHybridWebView.Droid
and more , i am not even sure about the path referred , Is there any SDK missing ? I tried installing Fresh Xamarin still facing the issue, Any suggestions please ?
attached build image
This generally happens during build because it is trying to download the android_m2repository_r22.zip.
It might be because of slow/no internet. However, you can follow these steps:
Download the file.
Create a new folder content within.
C:\Users\sachin.manu\AppData\Local\Xamarin\Xamarin.Android.Support.Design\23.0.1.3\
Extract the m2repository folder from the zip file and place it within the content folder.
Restart Visual Studio and try building again.
Happy Coding!
In Xamarin project I got deployment errors those are below
"InstallPackageAssemblies" -- FAILED.
"_Upload" in project "LiUpHandy.csproj" -- FAILED.
Done building project "LiUpHandy.csproj" -- FAILED.
Can anyone help me ?
Ultimately I found the solution to this problem
Follow these steps :
> Go to settings on your device
> Application Manager
> Find 'All' or 'Running' Tab's apps
> Find your own app's package name like com.packagename
> Uninstall that package name i.e. app
> Hit the Debug in your VS2015 to run Xamarin.Android App on your real device
Had same thing.
Try running vs as Admin.
I had some more issues after.
try new sdk, ndk, jdk.
The one from unreal engine nvidia pack worked for me. Make sure you change path in tools->options->Xamarin
I get the following error when building my project in Xcode 7 beta 5:
Summary:
My project won't build, the following error is given:
LinkStoryboards
cd /Users/lewis/Projects/MyApp/code/ios9
export PATH="/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode-beta.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
export XCODE_DEVELOPER_USR_PATH=/Applications/Xcode-beta.app/Contents/Developer/usr/bin/..
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/ibtool --errors --warnings --notices --module MyApp --target-device iphone --minimum-deployment-target 8.0 --output-format human-readable-text --link /Users/lewis/Library/Developer/Xcode/DerivedData/MyApp-awistawhhrjdspbponhiluccszrg/Build/Products/Debug-iphonesimulator/MyApp.app /Users/lewis/Library/Developer/Xcode/DerivedData/MyApp-awistawhhrjdspbponhiluccszrg/Build/Intermediates/MyApp.build/Debug-iphonesimulator/MyApp.build/Storyboard\ ios7.storyboardc /Users/lewis/Library/Developer/Xcode/DerivedData/MyApp-awistawhhrjdspbponhiluccszrg/Build/Intermediates/MyApp.build/Debug-iphonesimulator/MyApp.build/Settings.storyboardc /Users/lewis/Library/Developer/Xcode/DerivedData/MyApp-awistawhhrjdspbponhiluccszrg/Build/Intermediates/MyApp.build/Debug-iphonesimulator/MyApp.build/TrackIt.storyboardc /Users/lewis/Library/Developer/Xcode/DerivedData/MyApp-awistawhhrjdspbponhiluccszrg/Build/Intermediates/MyApp.build/Debug-iphonesimulator/MyApp.build/UserList.storyboardc /Users/lewis/Library/Developer/Xcode/DerivedData/MyApp-awistawhhrjdspbponhiluccszrg/Build/Intermediates/MyApp.build/Debug-iphonesimulator/MyApp.build/Migration.storyboardc /Users/lewis/Library/Developer/Xcode/DerivedData/MyApp-awistawhhrjdspbponhiluccszrg/Build/Intermediates/MyApp.build/Debug-iphonesimulator/MyApp.build/Intro.storyboardc /Users/lewis/Library/Developer/Xcode/DerivedData/MyApp-awistawhhrjdspbponhiluccszrg/Build/Intermediates/MyApp.build/Debug-iphonesimulator/MyApp.build/YourMyApp.storyboardc /Users/lewis/Library/Developer/Xcode/DerivedData/MyApp-awistawhhrjdspbponhiluccszrg/Build/Intermediates/MyApp.build/Debug-iphonesimulator/MyApp.build/AddMeasurements.storyboardc
/* com.apple.ibtool.errors */
: error: The file “Info.plist” couldn’t be opened because there is no such file.
Failure Reason: The file doesn’t exist.
Underlying Errors:
Description: The operation couldn’t be completed. No such file or directory
Failure Reason: No such file or directory
I've tried the following based on advice from other SO questions:
Clean build folder
Delete derived data
Checked the Info.plist exists in project folder
Checked file is expected in Build Settings > Packaging > Info.plist file
Copying Info.plist into the the folders mentioned in the ibtool command
Adding the Info.plist to the Copy Bundle Resources section of Build Phases
Opening all of the Storyboard files in Xcode and checking they open and don't show any errors
Reinstalling Xcode Beta
Restarting machine (Mac OS 10.10.5)
I've filed a radar (because the project builds fine on Xcode 6), but it feels like there's more I could do to diagnose this myself. Any help greatly appreciated.
The problem is, you have a storyboard that is targeted lower than the target. Set the target of the storyboard to be higher (or better, set it to be the same as deployment target), and it will compile.
Same issue on Xcode 7 Beta 5, I fixed this by creating a new storyboard, and copying all objects from old storyboard to new one.
Have been following the instructions to migrate VS2013 proejct to VS2015 as outlined in the page:
http://mariusbancila.ro/blog/2015/07/31/migrating-a-cordova-project-from-visual-studio-2013-to-visual-studio-2015/
and
https://github.com/Microsoft/cordova-docs/blob/master/known-issues/known-issues-vs2015.md
Getting some build Errors:
Done executing task "MdaVsCli" -- FAILED. (TaskId:11)
1>Done building target "BuildMDA" in project "LabbookMobile.jsproj" -- FAILED.: (TargetId:11)
Full Output: http://pastebin.com/uh6eMQu1
Dose anyone anyone know how I can fix this?
Turned out I had some of the files in the wrong location in the newly created www directory. The xxxx.jsproj, taco.json and config.xml should be in the directory above the www folder.