Closed
Description
Starting from XCode 15.3, each framework must have Info.plist located directly under framework root, otherwise app won't be able to run on Simulator (iOS device with iOS 17.4 or later?).
i.e. ProtonMail/gopenpgp#271
We don't have Info.plist
file under gopenpgp.xcframework/ios-arm64_x86_64-simulator/Gopenpgp.framework/.
Could you please update procedure for "gomobile bind" to put an alias of Info.plist to framework root?
Thank you.