Further to this question https://forums.xamarin.com/discussion/comment/412962 still failing to archive my solution to get an IPA, getting a funny "ditto exited code 1", looking into logs shows
Could not find a part of the path "/Users/Username/Library/Caches/Xamarin/mtbs/builds/BlaBla.iOS/c53f41a2a149592e299c552833a05746/F:/BlaBla/Src/BlaBla.OneSignalNotificationServiceExtension/bin/iPhone/Release/OneSignalNotificationServiceExtension.appex/Info.plist".
Obviously this is a release version, compiled ok, but not archiving. What i don't get how come the archiver wants to access path "..5746/F:/Bl.." with a semicolon character what is not allowed. I indeed has a path on mac disk with "..5746/F//Bl.." without semicolon that was replaced by "/". Xamarin bug? Visual studio bug? Already cleaned caches, binobjs and stuff, restarted everything tons of times.. Thoughts?
Edit: Created another project from scratch from xamarin templates, gives same error.