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?
Post
Replies
Boosts
Views
Activity
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.
Hey,I have found the problem alone. Into the plist left one tag "CFBundleSupportedPlatforms" with value "MacOSX".The archive now validate the app but when upload the PROFILE is not enabled for Mac Catalyst -,-Can Apple enable it to my account please?Screenshot:https://www.dropbox.com/s/sai8gt2ja49t8sn/Screenshot%202020-01-02%2020.09.32.png?dl=1Thanks.
Im with the same problem :(
It is not compatible with monterey.
Hi,
I have the same issue with Xcode 13.3.1.
Any news?
Thanks.
Hi,
I made an app to solve this:
https://apps.apple.com/en-us/app/bluetooth-record-enabler/id1618098152
Thanks.
I have the same error. Anyone have a solution?
My case is related to this line (targetFrame and isMainFrame):
https://github.com/swordray/JXWebViewController/blob/90516d0a1a68ad77d113e7acfb687929b3121dcf/JXWebViewController/Classes/JXWebViewController.swift#L133
Thanks.
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
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?
Hi,
Message from Apple: "The issue has been resolved on the app validation backend. Please try resubmitting. Sorry for the trouble."
Thanks.
Hi,
Im with the same error when i try run in Simulator on M1 and Xcode 14.2.
There is any solution?
Thanks.
If we run in x86_64 using Rosetta, it works?
Hi,
Any news on this?
Thanks.
Self healing, after some hours is was solved.
These are the errors after update to Xcode16: