Post

Replies

Boosts

Views

Activity

Reply to Xcode 12.5 "code signature version is no longer supported"
Apple has changed the codesign signature to include DER encoded entitlements in addition to the plist encoded entitlements. This additional DER encoded entitlements section is required in iOS 15 and becomes the default behavior of codesign in the latest Xcode. To use codesign on an older machines with an older version of Xcode add the --generate-entitlement-der flag to your call to codesign. If signing through Xcode, you can add this flag to the OTHER_CODE_SIGN_FLAGS setting in the Build Settings tab. from here: https://stackoverflow.com/a/68467307/7033956
Nov ’21
Reply to Metal render crash on iPhone X/XR/XS compiled with Xcode 15 beta
I get samle error on iPhone XR with Xcode15.0.2, render with metal using argument buffer, How to resolve it?
Topic: Graphics & Games SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’23
Reply to Metal Demo: Hit Test , Mouse Pick , Shadows
Thank you very much, I am a fresh in metal, Now I have rendered multiple video to a mtkview, videos image may have intersection, How can I do hit test for them to select it. I think it is a 2D operations. Any help will be much appreciated!
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Feb ’22
Reply to Unable to Capture View Hierarchy on physical device
May be your iPhone system version higher than Xcode supported. Try another iPhone which lower version.
Replies
Boosts
Views
Activity
Dec ’21
Reply to Xcode 12.5 "code signature version is no longer supported"
Apple has changed the codesign signature to include DER encoded entitlements in addition to the plist encoded entitlements. This additional DER encoded entitlements section is required in iOS 15 and becomes the default behavior of codesign in the latest Xcode. To use codesign on an older machines with an older version of Xcode add the --generate-entitlement-der flag to your call to codesign. If signing through Xcode, you can add this flag to the OTHER_CODE_SIGN_FLAGS setting in the Build Settings tab. from here: https://stackoverflow.com/a/68467307/7033956
Replies
Boosts
Views
Activity
Nov ’21
Reply to [AVAsynchronousVideoCompositionRequest sourceFrameByTrackID] returns nil CVPixelBuffer
I have meet this problem now, did you solved it?
Replies
Boosts
Views
Activity
Aug ’21