Post

Replies

Boosts

Views

Activity

Reply to ITMS-90338: Non-public API usage automatic refuse
Hi, I have the same error now: ITMS-90338: Non-public API usage - The app references non-public selectors in Frameworks/JXWebViewController.framework/JXWebViewController: isMainFrame, setNavigationDelegate:, targetFrame. If method names in your source code match the private Apple APIs listed above, altering your method names will help prevent this app from being flagged in future submissions. In addition, note that one or more of the above APIs may be located in a static library that was included with your app. If so, they must be removed Any solution?
Jun ’22
Reply to ITMS-90338: Non-public API usage automatic refuse
Hi, I have the same error. I put here: https://github.com/swordray/JXWebViewController/issues/1 And the message is: ITMS-90338: Non-public API usage - The app references non-public selectors in Frameworks/JXWebViewController.framework/JXWebViewController: isMainFrame, setNavigationDelegate:, targetFrame. If method names in your source code match the private Apple APIs listed above, altering your method names will help prevent this app from being flagged in future submissions. In addition, note that one or more of the above APIs may be located in a static library that was included with your app. If so, they must be removed
Jun ’22
Reply to Clang not emit LC_VERSION_MIN when target is Mac Catalyst
I understand you.It not use xcode commands but use clang from xcode.The problem is that my framework is compiled with open source software from community. It has only C++ code and i used ezored (https://github.com/ezored/ezored) to generate the framework that use conan C++ dependency manager and otther tools.If you help me what left with params you will help the community to solve this problem.Today im using only two params:mmacosx-version-min=10.15 -target x86_64-apple-ios13.0-macabiCan you help me what left?Only to you understand, my application is already done for Mac Catalyst and running without problems. You can check here:https://www.youtube.com/watch?v=ro2WVX_wHuQMy problem is only when archive from xcode and upload from xcode.Thanks.
Jan ’20
Reply to Clang not emit LC_VERSION_MIN when target is Mac Catalyst
Hi,Yes, eskimo1 from apple give me the same answer. But the problem is when i upload new binary of Mac Catalyst application to Apple Store from XCode.See:Coulnd't find CFBundleSupportedPlatforms in the Info.plist or LC_VERSION_MIN in the Mach-O for path "/Users/paulo/Library/Developer/Xcode/Archives/2020-01-02/Sample 02-01-20 15.58.xcarchive/Products/Applications/Sample.app/Contents/Frameworks/Ezored.framework/Versions/A".Screenshot:https://www.dropbox.com/s/gyzvmnpq3x0zyp7/xcode-lc-version-error.png?dl=1How can i upload now?
Jan ’20