Hello,
thanks for the answer.
com.apple.quarantine -> CHECK
codesign -v -> CHECK
UUID -> CHECK
extract-certificates -> CHECK
codesign -d -> CHECK
But no success.
here my commandline to build my app
xcodebuild -archivePath ~/aaa.xcarchive -workspace ~/aaa.xcworkspace -scheme aaa archive -configuration Release -destination 'platform=OS X'
xcodebuild -exportArchive -archivePath ~/aaa.xcarchive -exportPath ~/aaa -exportOptionsPlist ~/exportOptionsMacDev.plist
exportOptionsMacDev.plist ->
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>destination</key>
<string>export</string>
<key>method</key>
<string>development</string>
<key>provisioningProfiles</key>
<dict>
<key>com.aa.aaa</key>
<string>DEV-profile</string>
</dict>
<key>signingCertificate</key>
<string>Apple Development</string>
<key>signingStyle</key>
<string>manual</string>
<key>teamID</key>
<string>XXXX</string></dict>
</plist>
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: