Posts

Post not yet marked as solved
2 Replies
I get samle error on iPhone XR with Xcode15.0.2, render with metal using argument buffer, How to resolve it?
Post not yet marked as solved
1 Replies
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!
Post not yet marked as solved
2 Replies
May be your iPhone system version higher than Xcode supported. Try another iPhone which lower version.
Post not yet marked as solved
25 Replies
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
Post not yet marked as solved
82 Replies
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!
Post not yet marked as solved
3 Replies
I found a result in there: https://download.developer.apple.com/Documentation/Universal_App_Quick_Start_Program_Resources/Restoring_Developer_Transition_Kit.pdf https://developer.apple.com/forums/thread/655307 Note that you can visit url only login with your developer account, hope those will help for you!