diff --git a/Laerdal.McuMgr.Bindings.iOS.Native/Laerdal.IOS.CompileAndGenerateFatLibs.sh b/Laerdal.McuMgr.Bindings.iOS.Native/Laerdal.IOS.CompileAndGenerateFatLibs.sh
index eb891a46..e427e5bb 100755
--- a/Laerdal.McuMgr.Bindings.iOS.Native/Laerdal.IOS.CompileAndGenerateFatLibs.sh
+++ b/Laerdal.McuMgr.Bindings.iOS.Native/Laerdal.IOS.CompileAndGenerateFatLibs.sh
@@ -4,7 +4,7 @@
#
# Derived from https://github.com/xamcat/xamarin-binding-swift-framework/blob/master/Swift/Scripts/build.fat.sh#L3-L14
-declare IOS_SDK_VERSION="${IOS_SDK_VERSION:-16.2}" # xcodebuild -showsdks
+declare IOS_SDK_VERSION="${IOS_SDK_VERSION:-16.4}" # xcodebuild -showsdks
declare SWIFT_PROJECT_NAME="McuMgrBindingsiOS"
declare SWIFT_BUILD_PATH="./$SWIFT_PROJECT_NAME/build"
diff --git a/Laerdal.McuMgr/Laerdal.McuMgr.csproj b/Laerdal.McuMgr/Laerdal.McuMgr.csproj
index a831f7aa..eb3e2af1 100644
--- a/Laerdal.McuMgr/Laerdal.McuMgr.csproj
+++ b/Laerdal.McuMgr/Laerdal.McuMgr.csproj
@@ -9,8 +9,10 @@
$(TargetFrameworks)netstandard2.0;
-
- $(TargetFrameworks)monoandroid12.0;
+
+
+
+ $(TargetFrameworks)monoandroid12.0;
$(TargetFrameworks)net6.0-android;
$(TargetFrameworks)net7.0-android;
diff --git a/README.md b/README.md
index b43500e4..4701614b 100644
--- a/README.md
+++ b/README.md
@@ -662,7 +662,8 @@ _
_
- Note#3 If you build on Windows the build system will work but the generated nugets *will only work on Android* but they will error out on iOS considering that the 'iOS part' of the build gets skipped in Windows.
+ Note#3 If you build on Windows the build system will work but the generated nugets *will only work on Android with MAUI apps* but they will error out on iOS considering that the 'iOS part'
+ of the build gets skipped in Windows.
To build the nugets from source follow these instructions: