@DTS Engineer @NateBosscher```
"Cannot be used with TestFlight because the executable “***.app/Contents/Frameworks/*** Helper (GPU).app/Contents/MacOS/*** Helper (GPU)” in bundle “***.app/Contents/Frameworks/pcsuite Helper (GPU).app” is missing a provisioning profile but has an application identifier in its signature. Nested executables are expected to have provisioning profiles with application identifiers matching the identifier in the signature in order to be eligible for TestFlight." (90885)
下面是我的entitlements.mas.plist的配置
![]("https://forums.developer.apple.com/forums/content/attachment/2a8bba59-b299-48f0-ae63-e74bcdada936" "title=截屏2024-10-23 17.58.08.png;width=1998;height=1366")
Post
Replies
Boosts
Views
Activity
<key>com.apple.developer.team-identifier</key>
<string>***</string>
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
<true/>
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
<key>com.apple.security.cs.allow-jit</key>
<true/>
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
<true/>
<key>com.apple.security.device.audio-input</key>
<true/>