@pyav wrote:
I started to migrate project to ionic pro account, i used deploy updates feature, and tried to switch app to new “ionic pro”.
As per instructions, i added plugins:
cordova plugin add cordova-plugin-ionic --save --variable APP_ID="********" --variable CHANNEL_NAME="Master" --variable UPDATE_METHOD="auto"
after install this plugin,
ionic cordova run ios --device --livereload --consolelogs --serverlogs
generate error:
** ARCHIVE FAILED ** The following build commands failed: Ld /Users/macbook/Library/Developer/Xcode/DerivedData/PremoveExpert-dbeyuqejjssmsofuoiwshymllzky/Build/Intermediates.noindex/ArchiveIntermediates/PremoveExpert/IntermediateBuildFilesPath/PremoveExpert.build/Debug-iphoneos/PremoveExpert.build/Objects-normal/arm64/PremoveExpert normal arm64 (1 failure) Error: Error code 65 for command: xcodebuild with args: -xcconfig,/Users/macbook/IOS/PremoveExpert/platforms/ios/cordova/build-debug.xcconfig,-workspace,PremoveExpert.xcworkspace,-scheme,PremoveExpert,-configuration,Debug,-destination,generic/platform=iOS,-archivePath,PremoveExpert.xcarchive,archive,CONFIGURATION_BUILD_DIR=/Users/macbook/IOS/PremoveExpert/platforms/ios/build/device,SHARED_PRECOMPS_DIR=/Users/macbook/IOS/PremoveExpert/platforms/ios/build/sharedpch
I noticed, this plugin conflicts with already installed ionic-plugin-deploy
if remove it, app starts but stucks by runtime error
Ionic Deploy: Disabled! Deploy plugin is not installed or has not loaded. Have you run `ionic plugin add ionic-plugin-deploy` yet? warn — vendor.js:1:685833
if install it, appear build bug as above.
Posts: 1
Participants: 1