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