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 Can't deploy to iPhone (not available, please reconnect the device)
Hi, everyone, I have solve this promble as follow:(Mac version:10.15.7 (19H1217), iPhone version:iOS14.2, Xcode version: Xcode12.1) Downloaded file from iPhoneOSDeviceSupport/iOS14.2 Unzip it; Close Xcode; Copy and paste unziped folder by path:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/ Restart Xcode Notice: If there are same error when run Xcode project, please restart Mac and run Xcode project again. Hope it could help you!
Aug ’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
Reply to Can't deploy to iPhone (not available, please reconnect the device)
Hi, everyone, I have solve this promble as follow:(Mac version:10.15.7 (19H1217), iPhone version:iOS14.2, Xcode version: Xcode12.1) Downloaded file from iPhoneOSDeviceSupport/iOS14.2 Unzip it; Close Xcode; Copy and paste unziped folder by path:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/ Restart Xcode Notice: If there are same error when run Xcode project, please restart Mac and run Xcode project again. Hope it could help you!
Replies
Boosts
Views
Activity
Aug ’21
Reply to AVVideoCompositionCoreAnimationTool with Core Animation layer as track input
I have meet problem same with your correctly, Have you solved this problem? Any help will be appreciate very much.
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Jun ’21