jonasbark / flutter_stripe_payment

[DISCONTINUED] A flutter plugin with stripe payment plugin integration
MIT License
309 stars 244 forks source link

i got this error on create paymentID for my app using iOS device: memory Issue it said #282

Open Softmatech opened 3 years ago

Softmatech commented 3 years ago

thread #11, name = 'io.flutter.1.io', stop reason = EXC_RESOURCE RESOURCE_TYPE_MEMORY (limit=1450 MB, unused=0x0) frame #0: 0x00000001c8a0a138 libsystem_platform.dylib_platform_memmove + 88 libsystem_platform.dylib_platform_memmove: -> 0x1c8a0a138 <+88>: stnp x8, x9, [x3] 0x1c8a0a13c <+92>: stnp x10, x11, [x3, #0x10] 0x1c8a0a140 <+96>: add x3, x3, #0x20 ; =0x20 0x1c8a0a144 <+100>: ldnp x8, x9, [x1] Target 0: (Runner) stopped.

jonasbark commented 3 years ago

please provide a minimal project where this issue can be reproduced

Softmatech commented 3 years ago

@jonasbark I'm working on a flutter project for a client I can't provide the code but I can provide a short video.

Softmatech commented 3 years ago

@jonasbark here is the video when I try to register a new card on iOS https://user-images.githubusercontent.com/29921959/116692903-1a328980-a98b-11eb-8734-eb6b9207ebb5.mp4

zhangdong-lingoace commented 1 year ago

@Softmatech Have you found the solution to this problem?