Jonathan Capitano
Jonathan Capitano
You can find that here: https://app.box.com/s/m6vgaivk6ov9yl9xfu7a8g4d85emi58q
This method returns true if I can access to the web service. It works with .NET 6 Windows and Mac. But IOS, no.. With Xamarin-ios, I can use that with...
I tested with simulator. I would test with ipad but i have this error in visual studio mac 2022 preview: RuntimeIdentifier platform 'ios-arm64' and PlatformTarget 'x64' must be compatible. I...
Same error without PlatformTarget. I don't know if something is missing. My cproj: ``` net6.0-ios ios-arm64 Exe preview enable NSUrlSessionHandler .... .... iPhone Developer ``` Ipad infos: iPad Air 2...
[msbuild.binlog.zip](https://github.com/xamarin/xamarin-macios/files/8610241/msbuild.binlog.zip)
Did you find anything?
I deleted HelloiOS.csproj.user but I it doesn't works: I have that in build logs: ``` _LinkNativeExecutable: Tool xcrun execution started with arguments: clang++ -mios-version-min=15.4 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.4.sdk -arch arm64 /Users/jona1993/Desktop/net6-mobiles-samples-fresh/HelloiOS/obj/Debug/net6.0-ios/ios-arm64/nativelibraries/aot-output/arm64/HelloiOS.dll.o /Users/jona1993/Desktop/net6-mobiles-samples-fresh/HelloiOS/obj/Debug/net6.0-ios/ios-arm64/nativelibraries/aot-output/arm64/Microsoft.Bcl.AsyncInterfaces.dll.o...
Same error.. EDIT: It deploy now. I updated Xamarin Mac. But I can't run my web service (like simulator). Log (It's not the same error..): https://gist.github.com/jona-1993/83c5f806eeed3e2c25a3ca46775398a4
Yes, it's the same project. I just added CodesignKey and CodesignProvision and this line `-gcc_flags "-framework Security"` and used `ios-arm64 `in my cproj. I downloaded again the project and I...
It fixed with the last version. Thank you.