This might be an old issue already solved in `0.7....
# multiplatform
y
This might be an old issue already solved in
0.7.1
https://kotlinlang.slack.com/archives/C3SGXARS6/p1528475089000678 but I wanted to get another opinion from the community. @kpgalligan (I was told you might be familiar with this). Our dynamic scanner has identified a use of private iOS API:
Frameworks/Core.framework/Core: _unsymbolicated_function accessed _NSBlock
within a KMP library module, which would block the app from getting published in the App store. Upon some digging, I came across this similar old issue on github with fix already merged. So my question is, has anyone else come across this? And if so, is this issue already addressed and have folks been fine publishing to App store without rejections?
k
I haven't seen this particular one myself but you aren't the first to ask in the last couple days. I don't think any app submissions have been rejected, right? This is a scanner process raising a possible issue? I don't know much more about it. We've submitted a few builds over the last week or so and no problems. I did one last night. That class looks pretty core to the objc interoperability runtime, so it seems unlikely that it wouldn't be included in most apps. In any case, this is something the core team would need to address. I think it would be good to clarify what is reporting these issues
y
Thanks for the detailed response. I agree that we probably should review our scanner to see how exactly these are being picked up. 🤞 It's a false positive.