[Problem Record] Unity package for iOS reports error Invalid SWIFT_VERSION / Invalid Bundle. The bundle at '***.app···

Error one:

Invalid SWIFT_VERSION: Could not parse version component from: '0 5'

solve:

Set Swift Language Version: Swift 5 (the original setting is Swift 5, click a few more times, maybe it will be refreshed?)


Error two:

Invalid Bundle. The bundle at '***.app/Frameworks/UnityFramework.framework' contains disallowed file 'Frameworks'. With error code STATE_ERROR.VALIDATION_ERROR.90206 for id 792efa42-c871-4b3d-a48a-4ce7e0508e9f

solve:

Always Embed Swift Standard Libraries This is No

Guess you like

Origin blog.csdn.net/qq_39108767/article/details/129164084