Post

Replies

Boosts

Views

Activity

Reply to Problems with Roland Cloud Manager
UPDATE: Finally, I confirm that Roland Cloud plugins NEED read access to the "~/Library/Application Support/Roland Cloud/shared" directory to check their permission status! The fact is that the beta version contained these (XCode injected?) additional entitlements: com.apple.security.temporary-exception.files.absolute-path.read-only/ com.apple.security.temporary-exception.mach-lookup.global-namecom.apple.testmanagerdcom.apple.dt.testmanagerd.runnercom.apple.coresymbolicationd That is :(
Topic: Code Signing SubTopic: Entitlements Tags:
Oct ’23
Reply to Problems with Roland Cloud Manager
Thank you Quinn! I've added the server entitlement but but that wasn't enough, Roland plugins need read access to the "~/Library/Application Support/Roland Cloud" directory to check their authorization status :( com.apple.security.temporary-exception.files.home-relative-path.read-only /Library/Application Support/Roland Cloud/ Now I hope this exception will be accepted by the review team. Bruno
Topic: Code Signing SubTopic: Entitlements Tags:
Sep ’23
Reply to Thread running at User-interactive quality-of-service class waiting on a lower QoS thread running at Default quality-of-service class
Thank you Etresoft. Solved by modifying the code as follows: NSArray <AVMetadataItem *> *metadataForFormat = [track metadataForFormat:@"com.apple.quicktime.mdta"]; // for ( AVMetadataItem *item in track.metadata ) for ( AVMetadataItem *item in metadataForFormat )
Replies
Boosts
Views
Activity
Oct ’25
Reply to Problems with Roland Cloud Manager
UPDATE: Finally, I confirm that Roland Cloud plugins NEED read access to the "~/Library/Application Support/Roland Cloud/shared" directory to check their permission status! The fact is that the beta version contained these (XCode injected?) additional entitlements: com.apple.security.temporary-exception.files.absolute-path.read-only/ com.apple.security.temporary-exception.mach-lookup.global-namecom.apple.testmanagerdcom.apple.dt.testmanagerd.runnercom.apple.coresymbolicationd That is :(
Topic: Code Signing SubTopic: Entitlements Tags:
Replies
Boosts
Views
Activity
Oct ’23
Reply to Problems with Roland Cloud Manager
I actually said something stupid. Enabling com.apple.security.network.server works. It involved reinstalling some things. A thousand thanks!
Topic: Code Signing SubTopic: Entitlements Tags:
Replies
Boosts
Views
Activity
Sep ’23
Reply to Problems with Roland Cloud Manager
Thank you Quinn! I've added the server entitlement but but that wasn't enough, Roland plugins need read access to the "~/Library/Application Support/Roland Cloud" directory to check their authorization status :( com.apple.security.temporary-exception.files.home-relative-path.read-only /Library/Application Support/Roland Cloud/ Now I hope this exception will be accepted by the review team. Bruno
Topic: Code Signing SubTopic: Entitlements Tags:
Replies
Boosts
Views
Activity
Sep ’23