Attività di "darutter"

What version of Xcode are you running? Are you building on a Mac?

I looked at the changes you made and the only significant one was to comment out one line in the RadixDealerPortalMauiClientModule.cs file. I did the same and still get the following error.

Yes, running the app on my iPhone in debug mode is when it happens.

More information on the situation:

By default the solution includes the xxx.Application.Contracts, xxx.Domain.Shared and xxx.HttpApi.Client projects as part of the solution. The only way I can even get the project to successfully compile is to not include these projects in the compilation process and instead include their .dll's. By including the .dll's it appears that all of the references to the Volo.Abp HttpApi related elements are not compiled into the executable.

If I begin including references to the Volo.Abp dll's, I get a cascading affect of needing more and more of the Volo .dll's and including some of them results in other errors like ambiguous calls to various methods.

Do you have any suggestions for how to configure the MAUI app to build either with or without including the required projects as part of the build process? This has been going on for 9 months.

Thank you for the links. I am finally able to get my real project to compile. I can create an .ipa to deploy to the Apple store, however the app crashes immediately after the splash screen. This is happening in both the release and debug versions. In the debug version it is failing when it tries to instantiate the webauthenticatorbrowser because it can't load the Volo.Abp.Identity.Pro.HttpCient

There were a couple other Volo packages that it said it couldn't load before this one and I was able to include those packages into the MAUI project. However, the Volo.Abp.Identity.Pro modules don't show up as options to load in the MAUI project. Any help is appreciated.

I just created a new solution using ABP.IO version 7.1.1 that includes a MAUI project and tried to build the iOS version using Visual Studio Mac 17.5.4. I did not make any changes to the solution after creating it with SUITE 7.1.1. When I attempt build the app to run the new solution on my iPhone I get the same error as I get on my old app, except that the error says :

/usr/local/share/dotnet/sdk/7.0.203/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets(5,5): Error NETSDK1047: Assets file '/Users/davidrutter/Projects/BaseSolution/aspnet-core/src/BaseSolution.Maui/obj/project.assets.json' doesn't have a target for 'net7.0-ios/ios-arm64'. Ensure that restore has run and that you have included 'net7.0-ios' in the TargetFrameworks for your project. You may also need to include 'ios-arm64' in your project's RuntimeIdentifiers. (NETSDK1047) (BaseSolution.Maui)

This is the pertinent section from the .csproj file:

<PropertyGroup>
	<TargetFrameworks>net7.0-android;net7.0-ios;net7.0-maccatalyst</TargetFrameworks>
	<TargetFrameworks Condition="$([MSBuild]::IsOSPlatform('windows'))">$(TargetFrameworks);net7.0-windows10.0.19041.0</TargetFrameworks>
	<!-- Uncomment to also build the tizen app. You will need to install tizen by following this: https://github.com/Samsung/Tizen.NET -->
	<!-- <TargetFrameworks>$(TargetFrameworks);net7.0-tizen</TargetFrameworks> -->
	<Nullable>enable</Nullable>
	<OutputType>Exe</OutputType>
	<RootNamespace>BaseSolution.Maui</RootNamespace>
	<UseMaui>true</UseMaui>
	<SingleProject>true</SingleProject>
	<ImplicitUsings>enable</ImplicitUsings>

	<!-- Display name -->
	<ApplicationTitle>BaseSolution.Maui</ApplicationTitle>

	<!-- App Identifier -->
	<ApplicationId>com.companyname.basesolution.maui</ApplicationId>
	<ApplicationIdGuid>e5c5d420-6b4b-4a4b-9ee5-cc98e5ea2e97</ApplicationIdGuid>

	<!-- Versions -->
	<ApplicationDisplayVersion>1.0</ApplicationDisplayVersion>
	<ApplicationVersion>1</ApplicationVersion>

	<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">11.0</SupportedOSPlatformVersion>
	<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'">13.1</SupportedOSPlatformVersion>
	<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'">21.0</SupportedOSPlatformVersion>
	<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.17763.0</SupportedOSPlatformVersion>
	<TargetPlatformMinVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows'">10.0.17763.0</TargetPlatformMinVersion>
	<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'tizen'">6.5</SupportedOSPlatformVersion>
</PropertyGroup>

I have to be able to build a MAUI project for iOS.

I've tried several times with the same result. I have 6 solutions that were created months ago and 2 of them fail to load. Both are projects that include a MAUI project in them and these two projects are the ones that are failing to build the iOS versions that I mentioned in a separate post.

ABP Framework 5.3.3 MAUI .NET 6.0 .NET MVC backend (API)

I have a project that was created last year with 5.3.3 that I'm trying to get published to Apple's store. I have had several issues with getting this done. I was able to get the Android version created and published without a problem, but the iOS version has been a real problem. Currently, when I try to compile the app I get the following error:

error NETSDK1005: Assets file 'Z:\Projects\xxxx\aspnet-core\src\xxxx.Application.Contracts\obj\project.assets.json' doesn't have a target for 'net6.0-ios'. Ensure that restore has run and that you have included 'net6.0-ios' in the TargetFrameworks for your project.

One time I got past this error by not referencing the non-MAUI projects directly but referencing the .dll's. However, when I did this and got a build, the generated app failed to include the MauiProgram.cs file and would crash immediately after showing the splash screen.

I need help!

I have just updated my subscription and can try to rebuild the app with the latest version of ABP commercial, but would rather get the current version working.

I renewed my license for the Commercial version today and am trying to use Suite to review my projects. When I attempt to load my project I get an error and the project won't load. I need to be able to load previous projects in Suite to review entities.

I am using 7.1.1 version of ABP and Suite 7.0.3

There are the settings I have in my appsettings.json file: "PaymentWebOptions": { "CallBackUrl": "/patriotpayment/success", "RootUrl": "http://localhost:44386", "PaymentGatewayWebConfigurationDictionary": { "Name": "Stripe", "PrePaymentUrl": "/patriotpayment", "PostPaymentUrl": "/patriotpayent/success", "ExtraInfos": "Club Name" }

This is what gets written to the log file when it attempts to go to the PostPayment page:

2023-01-04 13:33:01.382 -06:00 [INF] Executed page /Payment/Stripe/PrePayment in 1317.5135ms 2023-01-04 13:33:01.382 -06:00 [INF] Executed endpoint '/Payment/Stripe/PrePayment' 2023-01-04 13:33:01.383 -06:00 [DBG] Added 0 entity changes to the current audit log 2023-01-04 13:33:01.464 -06:00 [DBG] Added 0 entity changes to the current audit log 2023-01-04 13:33:01.465 -06:00 [DBG] Added 0 entity changes to the current audit log 2023-01-04 13:33:01.468 -06:00 [INF] Request finished HTTP/2 POST https://localhost:44386/Payment/Stripe/PrePayment?paymentRequestId=c88a7705-1efa-f4b8-6c0c-3a0890729b55 application/x-www-form-urlencoded 182 - 200 - text/html;+charset=utf-8 1422.9578ms 2023-01-04 13:33:01.481 -06:00 [INF] Request starting HTTP/2 GET https://localhost:44386/_framework/aspnetcore-browser-refresh.js - - 2023-01-04 13:33:01.484 -06:00 [INF] Request finished HTTP/2 GET https://localhost:44386/_framework/aspnetcore-browser-refresh.js - - - 200 12006 application/javascript;+charset=utf-8 2.3914ms 2023-01-04 13:33:01.489 -06:00 [INF] Request starting HTTP/2 GET https://localhost:44386/_vs/browserLink - - 2023-01-04 13:33:01.512 -06:00 [INF] Request finished HTTP/2 GET https://localhost:44386/_vs/browserLink - - - 200 - text/javascript;+charset=UTF-8 23.1619ms However the browser merely says "Site cannot be reached."

Any ideas?

61 - 70 di 94
Made with ❤️ on ABP v8.2.0-preview Updated on marzo 25, 2024, 15:11