Posts

Showing posts from April 19, 2021

Maximo Anywhere iOS build Error Archive Failed due to certificate issue

Image
During the iOS Build after resolving the Build System issue we were getting below error causing Archive Failed error. [INFO] 2021-4-15 12:59:23   note: Planning build note: Constructing build description [INFO] 2021-4-15 12:59:25   note: Constructing build description error: No signing certificate "iOS Development" found: No "iOS Development" signing certificate matching team ID "XXXXXXXCSG" with a private key was found. (in target 'AssetManager' from project 'AssetManager') [INFO] 2021-4-15 12:59:27   error: No signing certificate "iOS Development" found: No "iOS Development" signing certificate matching team ID "XXXXXXXCSG" with a private key was found. (in target 'AssetManager' from project 'AssetManager') [INFO] 2021-4-15 12:59:27   [ERROR] 2021-4-15 12:59:27   ** ARCHIVE FAILED ** [ERROR] 2021-4-15 12:59:27   xcodebuild: Command failed with exit code 65 [ERROR...

Maximo Anywhere iOS Build Archive error due to new build system

Image
 During Maximo Anywhere App Container build for iOS I was getting the below error  Reems-Air : ios sreeja$ xcodebuild -workspace AssetManager.xcworkspace -scheme AssetManager -configuration Release -destination generic/platform=iOS -archivePath AssetManager.xcarchive archive CONFIGURATION_BUILD_DIR=/Users/sreeja/IBM/Anywhere/MaximoAnywhereAppCntr/output/AssetDataManager/platforms/ios/build/device SHARED_PRECOMPS_DIR=/Users/sreeja/IBM/Anywhere/MaximoAnywhereAppCntr/output/AssetDataManager/platforms/ios/build/sharedpch "VALID_ARCHS=arm64 CURRENT_ARCH=arm64 ONLY_ACTIVE_ARCH=YES" Command line invocation : /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -workspace AssetManager.xcworkspace -scheme AssetManager -configuration Release -destination generic/platform = iOS -archivePath AssetManager.xcarchive archive CONFIGURATION_BUILD_DIR = /Users/sreeja/IBM/Anywhere/MaximoAnywhereAppCntr/output/AssetDataManager/platforms/ios/build/device SHARED_PRECOMPS_DIR = /Us...