Mobideck / appdeck

AppDeck is a mobile hybrid application engine for iOS and Android.
http://www.appdeck.mobi/
47 stars 22 forks source link

iOS Build Failing - Export To AppStore/AdHoc #106

Closed ChrisBeereGithub closed 6 years ago

ChrisBeereGithub commented 6 years ago

From build log :

Export for AppStore xcodebuild -exportArchive -exportOptionsPlist '/appdeckbuild/src/appdeck-ios/AppDeck/exportOptionsAppStore.plist' -archivePath '/appdeckbuild/src/appdeck-ios/build/AppDeck.xcarchive' -exportPath '/appdeckbuild/src/appdeck-ios/build/AppDeck-AppStore/' PROVISIONING_PROFILE_SPECIFIER='20180205AppStore' 2>&1 error: archive not found at path '/appdeckbuild/src/appdeck-ios/build/AppDeck.xcarchive' EXPORT FAILED

App is Buyagift Voucher Redemption. All provisioning profiles and certficates are valid and present in the build.

Please advise.