i resolve it. i use cocoapods to manage my private libraries. one of the libraries had dependency python lead to the error message. Excluded it then success. on xcode 13.0 or earlier there are no error. but on xcode 13.1-13.2 will error. Are thre xcode change the path of python.framework?
Post
Replies
Boosts
Views
Activity
In my case,it presents like this: "
Cannot link directly with dylib/framework, your binary is not an allowed client of /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.1.sdk/System/Library/Frameworks//Python.framework/Python.tbd for architecture x86_64
" on Monterey. xcode 13.2.1(13C100).
if the project run on Big Sur and xcode 13.0.0, nothing occur. the project build success.
How to sovle this issue?anybody known?