Periodically, Apple updates its development and distribution certificates. They are updated when XCode updates. If you haven’t updated to the latest version you may have to update these files yourself. 1. Download the certificate APPLEWWDCRCA3.cer 2. Install it into KeyChain Access https://developer.apple.com/support/certificates/ https://stackoverflow.com/questions/64596362/iphone-distribution-certificate-is-not-trusted
XCode’s CLI Swiss Army Knife xcrun -h (for help) xcrun -v (verbose output) xcrun –show-sdk-path (will show the SDK path including its platform) ls /Applications/Xcode.app/Contents/Developer/Platforms (displays all the platforms) xcrun simctl list (list device uuid for the simulator) xcrun simctl install [sim-device-uuid] tester.app (install an app onto the simulator) =============================================== xcrun actool Assets.xcassets –compile build […]
For Adobe AIR for Mobile Section 11.3 iOS of “Release_Notes_AIR_SDK_33.1.1.345.pdf” (page 22) from Samsung Harman regarding iPhone App Development states: “The splash screen is implemented as a launch storyboard with the binary storyboard and related assets included in the SDK. This has implications for those who are providing their own storyboards or images in an […]
Scenario: created an iPhone app for Grip 411 using Adobe Air for Mobile now managed by Samsung Harman’s AIR SDK. The build process created the app’s grip411.ipa properly but was rejected by Apple because: ‘ERROR ITMS-90034: “Missing or invalid signature. The bundle ‘com.grip411.release’ at bundle path ‘Payload/Grip 411.app’ is not signed using an Apple submission […]
The following procedure can be used to undelete a user document in Cloudant. First, login to the Cloudant database as an administrator. Use an Administrator’s username and password. Only admins have access to the _users table. The previously deleted document needs to be retrieved from the database. However, since it has been deleted, all requests […]
1. Clone. git clone https://github.com/Homebrew/brew ~/.linuxbrew/Homebrew 2. Compile. mkdir ~/.linuxbrew/bin 3. Link. ln -s ../Homebrew/bin/brew ~/.linuxbrew/bin 4. Update environment. eval $(~/.linuxbrew/bin/brew shellenv) 5. Update. brew 6. Confirm. brew –version
AWS brings the Mac mini to its cloud YouTube video of AWS and Mac Mini EC2 https://youtu.be/Pn3miC_tTH0 Shutdown all services Check your Billing to confirm your forecasted expenditure is $0. MFA on Root Account DO not use root account for day to day. Only for billing or selecting support plan
for the .htaccess file, immediately before # END WordPress Order allow,deny Deny from all Background information