dyld: Library not loaded: /System/Library/Frameworks/Network.framework/Network Referenced from: /var/containers/Bundle/Application/F656B952-BCEA-45AA-AFE8-35460D9C2872/TuyaSmartPublic.app/TuyaSmartPublic Reason: image not found
I found the same code compiled using Xcode 13, execute the command “otool -L ***”: /System/Library/PrivateFrameworks/Network.framework/Network (compatibility version 1.0.0, current version 1.0.0) /usr/lib/libnetwork.dylib (compatibility version 1.0.0, current version 1.0.0, weak)
using Xcode 14 is different: /System/Library/Frameworks/Network.framework/Network (compatibility version 1.0.0, current version 1.0.0, weak)
How do I solve this problem?