jocontacter

Results 17 comments of jocontacter

the same upd: Fixed via removing "UseLegacyRenderer" flag from Forms.SetFlags()

> Don't use Select with DynamicData, use the `Transform` operator. > > Also consider not using Tuple, try ValueTuple's and you can use the C# inbuilt way of using them...

> You can do after you convert to a `myObservable.ToObservableChangeSet()` ![image](https://user-images.githubusercontent.com/33810579/108849568-55af8100-75f3-11eb-9c9f-d39593d85664.png) this is not what i need

> MTOUCH : error MT2101: Can't resolve the reference 'Foundation.NSArray Foundation.NSArray::FromNSObjects(!!0[])', referenced from the method 'System.Void Google.Maps.Polyline::set_Spans(Google.Maps.StyleSpan[])' in 'Xamarin.iOS, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065'. [/Users/runner/runners/2.159.2/work/1/s/iOS/WorkingWithMaps.iOS.csproj] 1) Try to target ios project 9.0+...

> ld : warning : directory not found for option '-FGMps-3.5.0/Maps/Frameworks' check my answer

> I add the Xamarin.Build.Download NuGet package to my iOS project but have these problem > > 'GMps-3.5.0\Base\Frameworks\GoogleMapsBase.framework' could not be found. > > 'GMps-3.5.0\Maps\Frameworks\GoogleMaps.framework' could not be found. >...

> How do you target ios project 9.0+ when using app center? I don't use the appcenter, but i think there is the same: edit info.plist

> After deleting the bin/obj of all projects _and_ adding the Build Nuget to every project _and_ targetted iOS 9 in the info.plist it worked for me. > > Note:...