์๋
ํ์ธ์. maui์์ ๋ฆด๋ฆฌ์ฆ๋ชจ๋๋ก ๋น๋์๋ฌ๊ฐ ๋์ ์ง๋ฌธ๋๋ฆฝ๋๋ค.
์๋ฌ๊ฐ๋๋๊ฒ์ CS1705 , MSB406 2๊ฐ ์
๋๋ค.
๋๋ฒ๊ทธ๋ชจ๋์์ ์คํํ ๋๋ ๋ฌธ์ ์์ด ๋น๋๊ฐ ๋์์๋๋ฐ ๋ฆด๋ฆฌ์ฆ๋ก ๋ณ๊ฒฝํ๋ ์๋ฌ๊ฐ ๋ฉ๋๋ค.
Relase๋ชจ๋๋ก ๋น๋๋ฅผ ์ฑ๊ณต์ํฌ ์ ์๋ ๋ฐฉ๋ฒ์ ์๊ณ ์ถ์ต๋๋ค.
๋์์ ์์ฒญ๋๋ฆฝ๋๋ค.
๊ฐ์ฌํฉ๋๋ค.

al6uiz
2
ํ๋ก์ ํธ ํ์ผ(mauiFirebaseDemo.csproj)์ ๋ด์ฉ์ ์ฌ๋ ค์ฃผ์ธ์.
ํ๋ก์ ํธํ์ผ์ ์๋์ ๊ฐ์ต๋๋ค.
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<!--<TargetFrameworks>net6.0-android;</TargetFrameworks>-->
<TargetFrameworks>net6.0-android;net6.0-ios;</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);net6.0-tizen</TargetFrameworks> -->
<OutputType>Exe</OutputType>
<RootNamespace>MauiFirebaseDemo</RootNamespace>
<UseMaui>true</UseMaui>
<SingleProject>true</SingleProject>
<ImplicitUsings>enable</ImplicitUsings>
<!-- Display name -->
<ApplicationTitle>MauiFirebaseDemo</ApplicationTitle>
<!-- App Identifier -->
<ApplicationId>com.cedricgabrang.mauifirebasedemo</ApplicationId>
<ApplicationIdGuid>A132B7F5-BC2E-4BF4-A6E3-0F4F97640979</ApplicationIdGuid>
<!-- Versions -->
<ApplicationDisplayVersion>1.0</ApplicationDisplayVersion>
<ApplicationVersion>1</ApplicationVersion>
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">14.2</SupportedOSPlatformVersion>
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'">21.0</SupportedOSPlatformVersion>
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'tizen'">6.5</SupportedOSPlatformVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net6.0-android|AnyCPU'">
<RunAOTCompilation>False</RunAOTCompilation>
<AndroidPackageFormat>apk</AndroidPackageFormat>
</PropertyGroup>
<ItemGroup>
<!-- App Icon -->
<MauiIcon Include="Resources\AppIcon\appicon.svg" ForegroundFile="Resources\AppIcon\appiconfg.svg" Color="#512BD4" />
<!-- Splash Screen -->
<MauiSplashScreen Include="Resources\Splash\splash.svg" Color="#512BD4" BaseSize="128,128" />
<!-- Images -->
<MauiImage Include="Resources\Images\*" />
<MauiImage Update="Resources\Images\dotnet_bot.svg" BaseSize="168,208" />
<!-- Custom Fonts -->
<MauiFont Include="Resources\Fonts\*" />
<!-- Raw Assets (also remove the "Resources\Raw" prefix) -->
<MauiAsset Include="Resources\Raw\**" LogicalName="%(RecursiveDir)%(Filename)%(Extension)" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net6.0-android'">
<GoogleServicesJson Include="google-services.json" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net6.0-ios'">
<BundleResource Include="GoogleService-Info.plist" />
</ItemGroup>
<ItemGroup>
<None Remove="Platforms\Android\Resources\values\strings.xml" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net6.0-ios' OR '$(TargetFramework)' == 'net6.0-android'">
<PackageReference Include="Plugin.Firebase" Version="2.0.3" />
<PackageReference Include="Plugin.Firebase.Crashlytics" Version="2.0.1" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net6.0-android'">
<PackageReference Include="Xamarin.Kotlin.StdLib.Jdk7" Version="1.7.10" ExcludeAssets="build;buildTransitive" />
<PackageReference Include="Xamarin.Kotlin.StdLib.Jdk8" Version="1.7.10" ExcludeAssets="build;buildTransitive" />
</ItemGroup>
<ItemGroup>
<None Update="google-services.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>
hjnn
4
CS1705์๋ฌ๋ ๋ค์ ์ด์, MSB4064์๋ฌ๋ ๋ค์ ์ด์๋ฅผ ์ฐธ๊ณ ํ์ฌ ์์ ํด๋ณด์ธ์ 
1๊ฐ์ ์ข์์
XCODE ์ด์ผ๊ธฐ ๋์ค๋๊ฑธ ๋ณด๋ CS1705๋ ๋งฅ๋ถ์์ ์คํํด์ผํ ๊น์?
MSB4064๋ ํด๊ฒฐํ์ต๋๋ค. ๊ฐ์ฌํฉ๋๋ค.
hjnn
6
xcode์ ์ฐ๊ฒฐ๋ ์๋ฎฌ๋ ์ดํฐ์์ ์ ์คํ๋๋ค๋ ์ด์ผ๊ธฐ์ด๊ณ , ํด๋น ๋๊ธ์ ๋ฐ๋ผ ํ์๊ณ iOS๋ฅผ ์๋ฎฌ๋ ์ดํฐ ํ๋ ๋ฐฉ๋ฒ์ windows์์ iOS ์๋ฎฌ๋ ์ดํฐ ์คํํ๋ ๋ฐฉ๋ฒ์ ์ฐพ์๋ณด์ธ์
์ฑ๊ณตํ์ต๋๋ค. ๊ฐ์ฌํฉ๋๋ค.
1๊ฐ์ ์ข์์