Replies: 6 comments 36 replies
-
What was it compared to? i.e. what was your previous SDK version? It's worth noting that building iOS solely on Windows is getting to be challenging because of how Apple are updating their linker and options. I think it's going to get even trickier in the future. We have a mechanism where you can develop on Windows but have the linking stage done on a mac, in case you have a spare macOS machine around? thanks |
Beta Was this translation helpful? Give feedback.
-
@ajwfrost it was a old app the SDK version were in the AIR 50, something. I can't really know exactly. I uploaded a version with my MAC to see the difference. Could you tell me which SDK version is the best from now to publish an APP with IOS? Because I really don't know which one should I use right now. Thank you. |
Beta Was this translation helpful? Give feedback.
-
For building it's also possible to compile swf on windows machine and then copy to Mac (even virtual) all these: And then build an ipa there |
Beta Was this translation helpful? Give feedback.
-
@ajwfrost Any answer to this question please? Could you tell me which SDK version is the best from now to publish an APP with IOS? |
Beta Was this translation helpful? Give feedback.
-
I also noticed a spike in crashes in 51.1.2.1 But this time the version I submitted to AppStore was built on MacOS, and as you see, the selection of operating systems with crashes is quite diverse. |
Beta Was this translation helpful? Give feedback.
-
Just to add some more details - from a crash log, we've got:
And looking at this and the code, it may be we need to add some critical sections in to protect against the potential for an object to be being cleaned up at the same time as another thread is trying to finish using it. We'll add some of this in and check that it's not going to cause any issues.. thanks |
Beta Was this translation helpful? Give feedback.
-
I uploaded an app with this SDK version 51.1.1.5 and I see a lot of crash now compare to what I saw. Did you get crashes too with this SDK version?
I use Animate 2023 and windows build.
Beta Was this translation helpful? Give feedback.
All reactions