You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have recently upgraded my Maui app to use .net 8 but one of my Nuget packages will not build for iOS (builds for Android just fine). I am getting the following error.
The xcframework C:\Users\Danie.nuget\packages\branch-xamarin-linking-sdk\9.0.1\lib\net6.0-iOS11.0\BranchSDK.iOSBinding.resources.zip has an incorrect or unknown format and cannot be processed. ChronicleMobileApp C:\Program Files\dotnet\packs\Microsoft.iOS.Sdk\17.0.8478\tools\msbuild\iOS\Xamarin.Shared.targets
Steps to reproduce
1.Create new MAUI app using latest version of VS and .net 8 target
2. Run program for IOS device
3.
Expected behavior
project compiles
SDK Version
9.0.2
Make and Model
iPhone 14
OS
iOS 17
Additional Information/Context
No response
The text was updated successfully, but these errors were encountered:
The problem for me was fixed when I moved by project to a shorter path. I believe this cause of this bug is the 255 max file length issue on Visual Studio.
Describe the bug
I have recently upgraded my Maui app to use .net 8 but one of my Nuget packages will not build for iOS (builds for Android just fine). I am getting the following error.
The xcframework C:\Users\Danie.nuget\packages\branch-xamarin-linking-sdk\9.0.1\lib\net6.0-iOS11.0\BranchSDK.iOSBinding.resources.zip has an incorrect or unknown format and cannot be processed. ChronicleMobileApp C:\Program Files\dotnet\packs\Microsoft.iOS.Sdk\17.0.8478\tools\msbuild\iOS\Xamarin.Shared.targets
Steps to reproduce
1.Create new MAUI app using latest version of VS and .net 8 target
2. Run program for IOS device
3.
Expected behavior
project compiles
SDK Version
9.0.2
Make and Model
iPhone 14
OS
iOS 17
Additional Information/Context
No response
The text was updated successfully, but these errors were encountered: