I'm getting this runtime error below in Xcode 9.2:
I'm guessing it's related to a Google library - any ideas how I can debug this issue?
There error was being caused by an older version of Google Maps iOS SDK. By upgrading the SDK to V 2.5.0 the error has been resolved.
Related
I am trying to run my code on Android emulator in Appcelerator Titanium but error comes during compilation time.
Error:
Unable to find Android SDK API 28
I am running this code on latest Titanium SDK version 8.0.0.GA
Screenshot:
I have downloaded Android SDK 28 API and created new Android emulator.
Still not fixed. Help.
If you use appc ti setup android in a terminal is the PATH to your Android SDK correct?
I've also found in the past that there can sometimes be updated agreements that must be accepted in either XCode or Android Studio in order to proceed.
If you downgrade your Titanium SDK version to 7.X will it still build fine?
I faced this issue and nothing helped. Install Android 9.0 (API 28) and things will work like a charm.
I try to create a new Xamarin.Forms project for Android and Windows Phone, but I'm getting stucked by two errors.
First of all, I have the following error:
DEP3321: To deploy this application, your deployment target should be running Windows Universal Runtime version 10.0.16299.0 or higher. You currently are running version 10.0.14393.0. Please update your OS, or change your deployment target to a device with the appropriate version.
I've found the solution for this error, on some forums people said that setting the TargetMinVersionPlatform to the current running version of Windows Universal Runtime and setting the TargetVersionPlatform to the expected one should resolve the error. Yes it's true, but now I'm receiving another error:
NU1201 Project App3 is not compatible with uap10.0.14393 (UAP,Version=v10.0.14393) / win10-x86. Project App3 supports: netstandard1.6 (.NETStandard,Version=v1.6)
and after I did some research I found that this problem is resolved by doing backwards all the workarounds that I've did for resolving the first problem.
So, in conclusion I'm being stucked between this two errors. Can anyone help me?
Thank you!
As the .NET Standard document, netstandard 2.0 can be used on UWP version 10.0.16299. It can not be used on UWP version 14393, so you can not change your app target min version to 14393. Currently, Windows phone version is 15254 and you can not run the .net standard 2.0 on windows phone. So the solution would be like # magicandre1981 said on his thread Xamarin.Forms UWP project wont install on windows 10 mobile
Besides, you can also try to create your Xamarin app target version 14393 on the VS 2015 directly.
Today I added to my project
using Microsoft.Azure.Mobile;
using Microsoft.Azure.Mobile.Analytics;
using Microsoft.Azure.Mobile.Crashes;
I should use Visual Studio Mobile Center but after that I receive an error for 52 times
/Users/enricorossini/Projects/myInventories/myInventories/myInventories.iOS/MTOUCH:
Error MT5209: Native linking error: warning: object file
(/Users/enry/Projects/myInventories/my/my.iOS/obj/iPhone/Debug/build-ipad6.3-10.1.1/mtouch-cache/MobileCenterAnalytics.a(MSPageLog.o))
was built for newer iOS version (8.0) than being linked (7.0) (MT5209)
(my.iOS)
What can I do to resolve it? Thank you in advance.
Our minimum SDK version is iOS 8.0 and above. In your Xamarin iOS project, open Info.plist file and set the "Deployment Target" to be at least 8.0 to fix the linking error.
Ok, I discovered the problem.
In the Application Output I found that
error MT1108: Could not find developer tools for this 10.2 (14C92)
device. Please ensure you are using a compatible Xcode version and
then connect this device to Xcode to install the development support
files.
I updated my iPad with the latest and I didn't update Xcode.
I have been having issues with Xcode since I started using the new iOS 9.3 beta update. I was using Parse SDK to support my application and now it seems it doesn't respond anymore to the iOS update and keeps giving multiple error messages.
Did anyone else go through the same problem? What is the solution to this?
I am getting a error while submitting the tvOS app to app store as i am not getting any error while uploading build on app store. The error is Invalid toolchain error suggesting to use stable GM version of xcode, but i am using stable version for development.
XCODE Version - 7.1
any help is appreciated.
I have attached the image of error below