-
I am building a MAUI app and releasing it on iOS and Android. For iOS after upgrading Xcode to 16.1 I ran into the issue that compiling on a physical ios device fails with below error message. It looks like mac and windows path are mixed up. I tried cleaning solution, manual deleting obj and bin folders, emptying the cache on mac, to no avail. I don't see anything suspicious in the project file. compiling on virtual device works fine. Help on this is very much appreciated. Any idea?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@smiech helped me out. Deleting the xma folder on the mac book fixed. This forces reinstall of MAUI components, there must have been a version mismatch somehow |
Beta Was this translation helpful? Give feedback.
@smiech helped me out. Deleting the xma folder on the mac book fixed. This forces reinstall of MAUI components, there must have been a version mismatch somehow