Just a few days ago I had no issues loading packages, now I get "shared object ‘stringi.so’ not found" whenever I try to load a few packages. I tried installing stringi but I still kept getting the same error. Thoughts?
Related
My project worked fine, but after I changed to the last commit Xcode is showing me the strange error message:
Build service could not create build operation: unknown error while handling message: unknownSession
It indexes the files for a few hours and after that is finished the build fails also because of this strange bug.
I got this same error and closing Xcode, deleting derived data, and trying again fixed the issue for me.
I did not have to deleting the code or anything like that as mentioned in the other answer. Just deleting derived data.
For myself, I solved it by deleting the code from my pc completely and fetching it from my GitHub repository again. When I build now it works. The code has not changed but I guess Xcode has some strange bugs.
So I finished a React Native project and trying to get it into production mode. However, XCode is throwing me this error saying that it cannot find ExpoModulesProvider.swift
Here is the full error,
I have been trying to solve this error the past 2-3 hours. I searched everywhere however, I could't find anything related to this error. Even StackOverFlow doesn't have it.
Thank you
I had the same issue and in my case I solved it by removing the ExpoModulesProvider.swift source from Compile Sources
So I installed the AWS frameworks into my app, after already having the google maps frameworks installed with no problem at all. It seemed to of picked up a lot of errors.
At first I had two errors in total, "Could not include of non-modular header inside framework module '...'" and "Could not build objective-C module 'AWSS3'". Thus I followed a few threads to fix it and it seemed of made it worse of. Heres what I followed:
Clean and build
Delete DerivedData folder
Change the framework search path
Uninstalled and reinstalled CocoaPods
Cleaned and built every single scheme separately.
Because I changed the search path the number of errors went up from 2 to 9, most of them being "could not include non-modular..." as well as a new one "Definition of '...' must be imported from module '...'". For some reason I also seem to get a lot of warnings saying "Duplicate definition of category 'AWS' on interface '...'" too. In total I've picked up 25 issues, which is slightly concerning as I don't want to do anything further mess up my project completely.
CocoaPods will be the death of me.
Update: After changing some things in user paths further, I now have the problem of no module found.
To solve problem "no module found": try enabling Modules (C and Objective-C) as below image:
I tried updating Xamarin Forms to a version starting with a 2 for quite some time now. I believe i have tried everything ive found online so thats why i am here.
After updating Xamarin Forms and building in Visual Studio I get the following warning + 3 errors (all these warnings/errors are for my .droid project btw):
Warning The "XamlCTask" task failed unexpectedly. //on iOS
Error Please install package: 'Xamarin.Android.Support.v4' available in SDK installer. Java library file C:\Users\User\Local\Xamarin\Android.Support.v4\23.0.1.3\embedded\libs/internal_impl-23.0.1.jar doesn't exist.
Error Please install package: 'Xamarin.Android.Support.v4' available in SDK installer. Java library file C:\Users\User\AppData\Local\Xamarin\Android.Support.v4\23.0.1.3\embedded\classes.jar doesn't exist.
Error Please install package: 'Xamarin.Android.Support.v4' available in SDK installer. Android resource directory C:\Users\User\AppData\Local\Xamarin\Android.Support.v4\23.0.1.3\embedded\./ doesn't exist.
Then, after building again, i start getting these errors:
35 Times this:
Error error: package android.support.v4.widget.X does not exist
8 times this:
Error error: method Activate in class TypeManager cannot be applied to given types
8 times this:
Error error: cannot find symbol
plus these 4:
Error error: cannot access TaskStackBuilder
Error error: cannot access SupportMenu
Error error: cannot access NestedScrollingParent
Error error: cannot access ActionProvider
Additionally i also still get the iOS warning from earlier.
If i clean and build again at this point, the original 4 messages reappear, and so the circle keeps on going...
I am seriously at wits end right now and i appreciate any help you can give me.
This ive tried:
Pretty much everything from this thread:
https://forums.xamarin.com/discussion/32346/install-android-support-library-available-in-sdk-installer-error-doesnt-leave-us
and everything from here:
https://forums.xamarin.com/discussion/57658/cannot-get-vs-2015-to-build-when-upgrading-to-xamarin-forms-v2-0-0-6490
Plus I have tried a bunch of other things that i am probably forgetting right now.
The XamlC Task errors occur when you upgrade to XF 2.0.1 and 2.1.0 due to new build targets.
They are solved by a simple restart of Visual Studio.
The dll's used by another process sometimes occurs when VS locks on the files aren't correctly released. The only solution to this is to go through all your bin and obj files. Delete them all, then close all instances of VS and start again.
With your Android issues, did you do a complete upgrade on all packages as you aren't meant to with Android Support packages. You will notice Xamarin wants the exact version 23.0.1.3 - don't upgrade to the higher versions. If you have downgrade them.
As for the files it says it can't find at the top. Go to those directories and delete the directories themselves. VS will redownload and rebuild them if they are cleaned out.
I'm trying to update the Joomla version on one of the website I managed.
I downloaded the package to upgrade to Joomla 1.5.25 (if my memory's good). I did a test on a dev website and everything worked well.
Now, when I apply the update to the current website, i receive the error : Fatal error: "Class JController" not found in */components/com_content/controller.php "
The line
jimport('joomla.application.component.controller');
is there.
Anyone has any idea?
Thanks a lot
try to upload the files again via FTP client. Sometimes files don't transfer properly or at all. Also make sure you downloaded the correct upgrade package related to your previous version.