CrossPlatformDiskTest icon indicating copy to clipboard operation
CrossPlatformDiskTest copied to clipboard

IOS Run Crash

Open FlymeToTheMoonIn2012 opened this issue 2 years ago • 1 comments

Hi, @maxim-saplin , I have many iphones need to test. When I built this project in visual studio, I found a problem: In iOSDrives.cs file at line 11: ---------visual studio tips error: public class iOSDrives : IPlatformDrives (CS0535: 'iOSDrives' does not implement interface member 'IPlatformDrives.GetExternalAppFolder()')

After I modified it according to this recommendation, I successfully built this app. But when the app was executing, it crashed. My visual studio version is :8.10.13(build 11) This is the log. 截屏2021-11-17 10 10 38 截屏2021-11-17 10 11 17 iphone8P_ios12.4.1.txt

FlymeToTheMoonIn2012 avatar Nov 17 '21 02:11 FlymeToTheMoonIn2012

That's odd. Platform implementations for iOS of this interface is present here: https://github.com/maxim-saplin/CrossPlatformDiskTest/blob/master/Saplin.CPDT.iOS/iOSDrives.cs Though not sure why it can't be linked in the runtime. Can't check localy, don't have iOS dev environment.

maxim-saplin avatar Nov 17 '21 19:11 maxim-saplin