You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting this error on XCloud After upgrade Flutter to 3.24
I've settted ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES to NO
`Invalid Bundle. The bundle at 'Runner.app/Frameworks/MetaMapSDK.framework' contains disallowed file 'Frameworks'.
Invalid Signature. Code failed to satisfy specified code requirement(s). The file at path "Runner.app/Frameworks/MetaMapSDK.framework/Frameworks/Pods_MetaMapSDK.framework/Pods_MetaMapSDK" is not properly signed. Make sure you have signed your application with a distribution certificate, not an ad hoc certificate or a development certificate. Verify that the code signing settings in Xcode are correct at the target level (which override any values at the project level). Additionally, make sure the bundle you are uploading was built using a Release target in Xcode, not a Simulator target. If you are certain your code signing settings are correct, choose "Clean All" in Xcode, delete the "build" directory in the Finder, and rebuild your release target. For more information, please consult https://developer.apple.com/support/code-signing.
Invalid Bundle. The bundle at 'Runner.app/Frameworks/MetaMapSDK.framework' contains disallowed nested bundles.
`
The text was updated successfully, but these errors were encountered:
ferso
changed the title
After Upgrade Flutter 3.24
After Upgrade Flutter 3.24 Invalid Bundle. The bundle at 'Runner.app/Frameworks/MetaMapSDK.framework' contains disallowed file 'Frameworks'.
Nov 8, 2024
I'm getting this error on XCloud After upgrade Flutter to 3.24
I've settted
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES to NO
`Invalid Bundle. The bundle at 'Runner.app/Frameworks/MetaMapSDK.framework' contains disallowed file 'Frameworks'.
Invalid Signature. Code failed to satisfy specified code requirement(s). The file at path "Runner.app/Frameworks/MetaMapSDK.framework/Frameworks/Pods_MetaMapSDK.framework/Pods_MetaMapSDK" is not properly signed. Make sure you have signed your application with a distribution certificate, not an ad hoc certificate or a development certificate. Verify that the code signing settings in Xcode are correct at the target level (which override any values at the project level). Additionally, make sure the bundle you are uploading was built using a Release target in Xcode, not a Simulator target. If you are certain your code signing settings are correct, choose "Clean All" in Xcode, delete the "build" directory in the Finder, and rebuild your release target. For more information, please consult https://developer.apple.com/support/code-signing.
Invalid Bundle. The bundle at 'Runner.app/Frameworks/MetaMapSDK.framework' contains disallowed nested bundles.
`
The text was updated successfully, but these errors were encountered: