Post

Replies

Boosts

Views

Activity

Reply to Provisioning profile failed qualification
I select the archive in the Xcode organiser and click Distribute App. Choose App Store connect click next choose upload chick next choose upload symbols and manage version number 7 click next 8 Choose automatically manage signing 9. click next 10 Fails with Provisioning profile failed qualification/Profile doesn't include the selected signing certificate.
Oct ’22
Reply to IOS document icon not appearing
After much experimenting and googling I came across the answer to this. The answer is as follows: <key>UTExportedTypeDeclarations</key> <array> <dict> <key>UTTypeConformsTo</key> <array> <string>public.data</string> </array> <key>UTTypeDescription</key> <string>Writing Shed Data</string> <key>UTTypeIconFiles</key> <array> <string>writingshed.png</string> </array> <key>UTTypeIdentifier</key> <string>www.writing-shed.comuk.Writing-Shed.data</string> <key>UTTypeTagSpecification</key> <dict> <key>public.filename-extension</key> <array> <string>wsd</string> </array> </dict> </dict> </array> <key>UTImportedTypeDeclarations</key> <array> <dict> <key>UTTypeConformsTo</key> <array> <string>public.data</string> </array> <key>UTTypeDescription</key> <string>Writing Shed Data</string> <key>UTTypeIconFiles</key> <array> <string>writingshed.png</string> </array> <key>UTTypeIdentifier</key> <string>www.writing-shed.comuk.Writing-Shed.data</string> <key>UTTypeTagSpecification</key> <dict> <key>public.filename-extension</key> <array> <string>wsd</string> </array> </dict> </dict> </array>
Topic: Media Technologies SubTopic: General Tags:
Oct ’21
Reply to Provisioning profile failed qualification
I select the archive in the Xcode organiser and click Distribute App. Choose App Store connect click next choose upload chick next choose upload symbols and manage version number 7 click next 8 Choose automatically manage signing 9. click next 10 Fails with Provisioning profile failed qualification/Profile doesn't include the selected signing certificate.
Replies
Boosts
Views
Activity
Oct ’22
Reply to Provisioning profile failed qualification
When I chose distribute I also chose sign automatically. This is a process I always follow. The binary uploaded ok the day before. Suddenly this.
Replies
Boosts
Views
Activity
Sep ’22
Reply to Provisioning profile failed qualification
MacAppStore
Replies
Boosts
Views
Activity
Sep ’22
Reply to App Preview Issue
Fixed the issue. My preview had no soundtrack. Given that the App Store doesn't play sound I saw no point.
Replies
Boosts
Views
Activity
Jun ’22
Reply to IOS document icon not appearing
After much experimenting and googling I came across the answer to this. The answer is as follows: <key>UTExportedTypeDeclarations</key> <array> <dict> <key>UTTypeConformsTo</key> <array> <string>public.data</string> </array> <key>UTTypeDescription</key> <string>Writing Shed Data</string> <key>UTTypeIconFiles</key> <array> <string>writingshed.png</string> </array> <key>UTTypeIdentifier</key> <string>www.writing-shed.comuk.Writing-Shed.data</string> <key>UTTypeTagSpecification</key> <dict> <key>public.filename-extension</key> <array> <string>wsd</string> </array> </dict> </dict> </array> <key>UTImportedTypeDeclarations</key> <array> <dict> <key>UTTypeConformsTo</key> <array> <string>public.data</string> </array> <key>UTTypeDescription</key> <string>Writing Shed Data</string> <key>UTTypeIconFiles</key> <array> <string>writingshed.png</string> </array> <key>UTTypeIdentifier</key> <string>www.writing-shed.comuk.Writing-Shed.data</string> <key>UTTypeTagSpecification</key> <dict> <key>public.filename-extension</key> <array> <string>wsd</string> </array> </dict> </dict> </array>
Topic: Media Technologies SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’21
Reply to Unable to generate DocC documentation
I have tried building documentation for the SlothCreator using Xcode 13 beta and Mac OS Monterey beta and it doesn't open the documentation window (as per the demo). It just opens the Developer Documentation window. I guess that the developers have a later version of Xcode to be released rsn.
Replies
Boosts
Views
Activity
Jun ’21