What does is this Error Log from PhoneGap Build trying to tell me (iOS build -Android ok)












0















For a little while I have been successfully testing my App with Android and all is good - I finally got the courage to tackle Apple Certification and finally got all the documentation to a point where I could submit a Build request to Cloud Build. Unfortunately it has failed and I have no idea why (sorry, don't understand a word of the Log).



The PhoneGap App details are ......
App ID: 3345282
Version: 5.0.1



PhoneGap (iOS / Android / Windows): cli-8.0.0 (4.5.4 / 7.0.0 / 5.0.0)
Source: .zip package



and the final (hopefully the relevant) lines of the log are ...



Ld /Library/Developer/Xcode/DerivedData/Ephalump-dugkldzlmaztzpbpvjaewqbnuywf/Build/Intermed iates.noindex/ArchiveIntermediates/Ephalump/IntermediateBuildFilesPath/Ephalump.build/Rel e ase-iphoneos/Ephalump.build/Objects-normal/armv7/Ephalump normal armv7



cd /project

export IPHONEOS_DEPLOYMENT_TARGET=9.0

/Applications/Xcode92.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ clang -arch armv7 -isysroot /Applications/Xcode92.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/i PhoneOS11.2.sdk -L/project/build -F/project/build -F/project/Pods/OneSignal/iOS_SDK/OneSignalSDK/Framework -filelist /Library/Developer/Xcode/DerivedData/Ephalump-dugkldzlmaztzpbpvjaewqbnuywf/Build/Intermed iates.noindex/ArchiveIntermediates/Ephalump/IntermediateBuildFilesPath/Ephalump.build/Rel e ase-iphoneos/Ephalump.build/Objects-normal/armv7/Ephalump.LinkFileList -Xlinker -rpath -Xlinker @executable_path/Frameworks -miphoneos-version-min=9.0 -dead_strip -Xlinker -object_path_lto -Xlinker /Library/Developer/Xcode/DerivedData/Ephalump-dugkldzlmaztzpbpvjaewqbnuywf/Build/Intermed iates.noindex/ArchiveIntermediates/Ephalump/IntermediateBuildFilesPath/Ephalump.build/Rel e ase-iphoneos/Ephalump.build/Objects-normal/armv7/Ephalump_lto.o -Xlinker -final_output -Xlinker /Applications/Ephalump.app/Ephalump -fobjc-arc -fobjc-link-runtime -ObjC -ObjC -framework OneSignal -framework SystemConfiguration -framework UIKit -framework UserNotifications -ObjC -framework OneSignal -framework SystemConfiguration -framework UIKit -framework UserNotifications /project/build/libCordova.a -framework SystemConfiguration -lPods-Ephalump -weak_framework ImageIO -framework CoreLocation -framework AVFoundation -weak_framework AddressBook -weak_framework AddressBookUI -lz -framework CoreMotion -weak_framework AudioToolbox -framework CoreTelephony -Xlinker -dependency_info -Xlinker /Library/Developer/Xcode/DerivedData/Ephalump-dugkldzlmaztzpbpvjaewqbnuywf/Build/Intermed iates.noindex/ArchiveIntermediates/Ephalump/IntermediateBuildFilesPath/Ephalump.build/Rel e ase-iphoneos/Ephalump.build/Objects-normal/armv7/Ephalump_dependency_info.dat -o /Library/Developer/Xcode/DerivedData/Ephalump-dugkldzlmaztzpbpvjaewqbnuywf/Build/Intermed iates.noindex/ArchiveIntermediates/Ephalump/IntermediateBuildFilesPath/Ephalump.build/Rel e ase-iphoneos/Ephalump.build/Objects-normal/armv7/Ephalump


** ARCHIVE FAILED **



The following build commands failed:



Ld /Library/Developer/Xcode/DerivedData/Ephalump-dugkldzlmaztzpbpvjaewqbnuywf/Build/Intermed iates.noindex/ArchiveIntermediates/Ephalump/IntermediateBuildFilesPath/Ephalump.build/Rel e ase-iphoneos/Ephalump.build/Objects-normal/arm64/Ephalump normal arm64


(1 failure)



Error code 65 for command: xcodebuild with args: -xcconfig,/private/project/cordova/build-release.xcconfig,-workspace,Ephalump.xcworkspace ,-scheme,Ephalump,-configuration,Release,-destination,generic/platform=iOS,-archivePath,E p halump.xcarchive,archive,CONFIGURATION_BUILD_DIR=/private/project/build/device,SHARED_PRE C OMPS_DIR=/private/project/build/sharedpch










share|improve this question

























  • Hi and welcome to SO :) Did you really want to post your email address in the question description? I'd advise removing it, since it doesn't add anything to the question. Have you tried building the project locally using Xcode? If you're using Phonegapbuild, maybe you don't have a Mac, but I'd strongly suggest trying to get hold of one and see what happens when you compile locally. It's much less of a black box than Phonegapbuild! Hope this helps.

    – CPR
    Nov 22 '18 at 11:50











  • I might add... these are very general xcodebuild errors, and the chances of anyone being able to help you solve them without more logs are fairly remote. Do you have any technical support available through Phonegap? If so, I recommend raising this as a support ticket and seeing if they can help you.

    – CPR
    Nov 22 '18 at 11:53











  • Thanks for your comments - you are correct, I am using PhoneGap as while I have access to a Mac, I have zero knowledge of it and I don't know how to transfer the project onto it or how to compile locally using Xcode :( Anybody willing to bear with me to teach me?

    – I Howse
    Nov 26 '18 at 22:08













  • Does Phonegap build give you the option to download a zip archive of the whole project?

    – CPR
    Nov 26 '18 at 22:26
















0















For a little while I have been successfully testing my App with Android and all is good - I finally got the courage to tackle Apple Certification and finally got all the documentation to a point where I could submit a Build request to Cloud Build. Unfortunately it has failed and I have no idea why (sorry, don't understand a word of the Log).



The PhoneGap App details are ......
App ID: 3345282
Version: 5.0.1



PhoneGap (iOS / Android / Windows): cli-8.0.0 (4.5.4 / 7.0.0 / 5.0.0)
Source: .zip package



and the final (hopefully the relevant) lines of the log are ...



Ld /Library/Developer/Xcode/DerivedData/Ephalump-dugkldzlmaztzpbpvjaewqbnuywf/Build/Intermed iates.noindex/ArchiveIntermediates/Ephalump/IntermediateBuildFilesPath/Ephalump.build/Rel e ase-iphoneos/Ephalump.build/Objects-normal/armv7/Ephalump normal armv7



cd /project

export IPHONEOS_DEPLOYMENT_TARGET=9.0

/Applications/Xcode92.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ clang -arch armv7 -isysroot /Applications/Xcode92.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/i PhoneOS11.2.sdk -L/project/build -F/project/build -F/project/Pods/OneSignal/iOS_SDK/OneSignalSDK/Framework -filelist /Library/Developer/Xcode/DerivedData/Ephalump-dugkldzlmaztzpbpvjaewqbnuywf/Build/Intermed iates.noindex/ArchiveIntermediates/Ephalump/IntermediateBuildFilesPath/Ephalump.build/Rel e ase-iphoneos/Ephalump.build/Objects-normal/armv7/Ephalump.LinkFileList -Xlinker -rpath -Xlinker @executable_path/Frameworks -miphoneos-version-min=9.0 -dead_strip -Xlinker -object_path_lto -Xlinker /Library/Developer/Xcode/DerivedData/Ephalump-dugkldzlmaztzpbpvjaewqbnuywf/Build/Intermed iates.noindex/ArchiveIntermediates/Ephalump/IntermediateBuildFilesPath/Ephalump.build/Rel e ase-iphoneos/Ephalump.build/Objects-normal/armv7/Ephalump_lto.o -Xlinker -final_output -Xlinker /Applications/Ephalump.app/Ephalump -fobjc-arc -fobjc-link-runtime -ObjC -ObjC -framework OneSignal -framework SystemConfiguration -framework UIKit -framework UserNotifications -ObjC -framework OneSignal -framework SystemConfiguration -framework UIKit -framework UserNotifications /project/build/libCordova.a -framework SystemConfiguration -lPods-Ephalump -weak_framework ImageIO -framework CoreLocation -framework AVFoundation -weak_framework AddressBook -weak_framework AddressBookUI -lz -framework CoreMotion -weak_framework AudioToolbox -framework CoreTelephony -Xlinker -dependency_info -Xlinker /Library/Developer/Xcode/DerivedData/Ephalump-dugkldzlmaztzpbpvjaewqbnuywf/Build/Intermed iates.noindex/ArchiveIntermediates/Ephalump/IntermediateBuildFilesPath/Ephalump.build/Rel e ase-iphoneos/Ephalump.build/Objects-normal/armv7/Ephalump_dependency_info.dat -o /Library/Developer/Xcode/DerivedData/Ephalump-dugkldzlmaztzpbpvjaewqbnuywf/Build/Intermed iates.noindex/ArchiveIntermediates/Ephalump/IntermediateBuildFilesPath/Ephalump.build/Rel e ase-iphoneos/Ephalump.build/Objects-normal/armv7/Ephalump


** ARCHIVE FAILED **



The following build commands failed:



Ld /Library/Developer/Xcode/DerivedData/Ephalump-dugkldzlmaztzpbpvjaewqbnuywf/Build/Intermed iates.noindex/ArchiveIntermediates/Ephalump/IntermediateBuildFilesPath/Ephalump.build/Rel e ase-iphoneos/Ephalump.build/Objects-normal/arm64/Ephalump normal arm64


(1 failure)



Error code 65 for command: xcodebuild with args: -xcconfig,/private/project/cordova/build-release.xcconfig,-workspace,Ephalump.xcworkspace ,-scheme,Ephalump,-configuration,Release,-destination,generic/platform=iOS,-archivePath,E p halump.xcarchive,archive,CONFIGURATION_BUILD_DIR=/private/project/build/device,SHARED_PRE C OMPS_DIR=/private/project/build/sharedpch










share|improve this question

























  • Hi and welcome to SO :) Did you really want to post your email address in the question description? I'd advise removing it, since it doesn't add anything to the question. Have you tried building the project locally using Xcode? If you're using Phonegapbuild, maybe you don't have a Mac, but I'd strongly suggest trying to get hold of one and see what happens when you compile locally. It's much less of a black box than Phonegapbuild! Hope this helps.

    – CPR
    Nov 22 '18 at 11:50











  • I might add... these are very general xcodebuild errors, and the chances of anyone being able to help you solve them without more logs are fairly remote. Do you have any technical support available through Phonegap? If so, I recommend raising this as a support ticket and seeing if they can help you.

    – CPR
    Nov 22 '18 at 11:53











  • Thanks for your comments - you are correct, I am using PhoneGap as while I have access to a Mac, I have zero knowledge of it and I don't know how to transfer the project onto it or how to compile locally using Xcode :( Anybody willing to bear with me to teach me?

    – I Howse
    Nov 26 '18 at 22:08













  • Does Phonegap build give you the option to download a zip archive of the whole project?

    – CPR
    Nov 26 '18 at 22:26














0












0








0








For a little while I have been successfully testing my App with Android and all is good - I finally got the courage to tackle Apple Certification and finally got all the documentation to a point where I could submit a Build request to Cloud Build. Unfortunately it has failed and I have no idea why (sorry, don't understand a word of the Log).



The PhoneGap App details are ......
App ID: 3345282
Version: 5.0.1



PhoneGap (iOS / Android / Windows): cli-8.0.0 (4.5.4 / 7.0.0 / 5.0.0)
Source: .zip package



and the final (hopefully the relevant) lines of the log are ...



Ld /Library/Developer/Xcode/DerivedData/Ephalump-dugkldzlmaztzpbpvjaewqbnuywf/Build/Intermed iates.noindex/ArchiveIntermediates/Ephalump/IntermediateBuildFilesPath/Ephalump.build/Rel e ase-iphoneos/Ephalump.build/Objects-normal/armv7/Ephalump normal armv7



cd /project

export IPHONEOS_DEPLOYMENT_TARGET=9.0

/Applications/Xcode92.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ clang -arch armv7 -isysroot /Applications/Xcode92.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/i PhoneOS11.2.sdk -L/project/build -F/project/build -F/project/Pods/OneSignal/iOS_SDK/OneSignalSDK/Framework -filelist /Library/Developer/Xcode/DerivedData/Ephalump-dugkldzlmaztzpbpvjaewqbnuywf/Build/Intermed iates.noindex/ArchiveIntermediates/Ephalump/IntermediateBuildFilesPath/Ephalump.build/Rel e ase-iphoneos/Ephalump.build/Objects-normal/armv7/Ephalump.LinkFileList -Xlinker -rpath -Xlinker @executable_path/Frameworks -miphoneos-version-min=9.0 -dead_strip -Xlinker -object_path_lto -Xlinker /Library/Developer/Xcode/DerivedData/Ephalump-dugkldzlmaztzpbpvjaewqbnuywf/Build/Intermed iates.noindex/ArchiveIntermediates/Ephalump/IntermediateBuildFilesPath/Ephalump.build/Rel e ase-iphoneos/Ephalump.build/Objects-normal/armv7/Ephalump_lto.o -Xlinker -final_output -Xlinker /Applications/Ephalump.app/Ephalump -fobjc-arc -fobjc-link-runtime -ObjC -ObjC -framework OneSignal -framework SystemConfiguration -framework UIKit -framework UserNotifications -ObjC -framework OneSignal -framework SystemConfiguration -framework UIKit -framework UserNotifications /project/build/libCordova.a -framework SystemConfiguration -lPods-Ephalump -weak_framework ImageIO -framework CoreLocation -framework AVFoundation -weak_framework AddressBook -weak_framework AddressBookUI -lz -framework CoreMotion -weak_framework AudioToolbox -framework CoreTelephony -Xlinker -dependency_info -Xlinker /Library/Developer/Xcode/DerivedData/Ephalump-dugkldzlmaztzpbpvjaewqbnuywf/Build/Intermed iates.noindex/ArchiveIntermediates/Ephalump/IntermediateBuildFilesPath/Ephalump.build/Rel e ase-iphoneos/Ephalump.build/Objects-normal/armv7/Ephalump_dependency_info.dat -o /Library/Developer/Xcode/DerivedData/Ephalump-dugkldzlmaztzpbpvjaewqbnuywf/Build/Intermed iates.noindex/ArchiveIntermediates/Ephalump/IntermediateBuildFilesPath/Ephalump.build/Rel e ase-iphoneos/Ephalump.build/Objects-normal/armv7/Ephalump


** ARCHIVE FAILED **



The following build commands failed:



Ld /Library/Developer/Xcode/DerivedData/Ephalump-dugkldzlmaztzpbpvjaewqbnuywf/Build/Intermed iates.noindex/ArchiveIntermediates/Ephalump/IntermediateBuildFilesPath/Ephalump.build/Rel e ase-iphoneos/Ephalump.build/Objects-normal/arm64/Ephalump normal arm64


(1 failure)



Error code 65 for command: xcodebuild with args: -xcconfig,/private/project/cordova/build-release.xcconfig,-workspace,Ephalump.xcworkspace ,-scheme,Ephalump,-configuration,Release,-destination,generic/platform=iOS,-archivePath,E p halump.xcarchive,archive,CONFIGURATION_BUILD_DIR=/private/project/build/device,SHARED_PRE C OMPS_DIR=/private/project/build/sharedpch










share|improve this question
















For a little while I have been successfully testing my App with Android and all is good - I finally got the courage to tackle Apple Certification and finally got all the documentation to a point where I could submit a Build request to Cloud Build. Unfortunately it has failed and I have no idea why (sorry, don't understand a word of the Log).



The PhoneGap App details are ......
App ID: 3345282
Version: 5.0.1



PhoneGap (iOS / Android / Windows): cli-8.0.0 (4.5.4 / 7.0.0 / 5.0.0)
Source: .zip package



and the final (hopefully the relevant) lines of the log are ...



Ld /Library/Developer/Xcode/DerivedData/Ephalump-dugkldzlmaztzpbpvjaewqbnuywf/Build/Intermed iates.noindex/ArchiveIntermediates/Ephalump/IntermediateBuildFilesPath/Ephalump.build/Rel e ase-iphoneos/Ephalump.build/Objects-normal/armv7/Ephalump normal armv7



cd /project

export IPHONEOS_DEPLOYMENT_TARGET=9.0

/Applications/Xcode92.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ clang -arch armv7 -isysroot /Applications/Xcode92.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/i PhoneOS11.2.sdk -L/project/build -F/project/build -F/project/Pods/OneSignal/iOS_SDK/OneSignalSDK/Framework -filelist /Library/Developer/Xcode/DerivedData/Ephalump-dugkldzlmaztzpbpvjaewqbnuywf/Build/Intermed iates.noindex/ArchiveIntermediates/Ephalump/IntermediateBuildFilesPath/Ephalump.build/Rel e ase-iphoneos/Ephalump.build/Objects-normal/armv7/Ephalump.LinkFileList -Xlinker -rpath -Xlinker @executable_path/Frameworks -miphoneos-version-min=9.0 -dead_strip -Xlinker -object_path_lto -Xlinker /Library/Developer/Xcode/DerivedData/Ephalump-dugkldzlmaztzpbpvjaewqbnuywf/Build/Intermed iates.noindex/ArchiveIntermediates/Ephalump/IntermediateBuildFilesPath/Ephalump.build/Rel e ase-iphoneos/Ephalump.build/Objects-normal/armv7/Ephalump_lto.o -Xlinker -final_output -Xlinker /Applications/Ephalump.app/Ephalump -fobjc-arc -fobjc-link-runtime -ObjC -ObjC -framework OneSignal -framework SystemConfiguration -framework UIKit -framework UserNotifications -ObjC -framework OneSignal -framework SystemConfiguration -framework UIKit -framework UserNotifications /project/build/libCordova.a -framework SystemConfiguration -lPods-Ephalump -weak_framework ImageIO -framework CoreLocation -framework AVFoundation -weak_framework AddressBook -weak_framework AddressBookUI -lz -framework CoreMotion -weak_framework AudioToolbox -framework CoreTelephony -Xlinker -dependency_info -Xlinker /Library/Developer/Xcode/DerivedData/Ephalump-dugkldzlmaztzpbpvjaewqbnuywf/Build/Intermed iates.noindex/ArchiveIntermediates/Ephalump/IntermediateBuildFilesPath/Ephalump.build/Rel e ase-iphoneos/Ephalump.build/Objects-normal/armv7/Ephalump_dependency_info.dat -o /Library/Developer/Xcode/DerivedData/Ephalump-dugkldzlmaztzpbpvjaewqbnuywf/Build/Intermed iates.noindex/ArchiveIntermediates/Ephalump/IntermediateBuildFilesPath/Ephalump.build/Rel e ase-iphoneos/Ephalump.build/Objects-normal/armv7/Ephalump


** ARCHIVE FAILED **



The following build commands failed:



Ld /Library/Developer/Xcode/DerivedData/Ephalump-dugkldzlmaztzpbpvjaewqbnuywf/Build/Intermed iates.noindex/ArchiveIntermediates/Ephalump/IntermediateBuildFilesPath/Ephalump.build/Rel e ase-iphoneos/Ephalump.build/Objects-normal/arm64/Ephalump normal arm64


(1 failure)



Error code 65 for command: xcodebuild with args: -xcconfig,/private/project/cordova/build-release.xcconfig,-workspace,Ephalump.xcworkspace ,-scheme,Ephalump,-configuration,Release,-destination,generic/platform=iOS,-archivePath,E p halump.xcarchive,archive,CONFIGURATION_BUILD_DIR=/private/project/build/device,SHARED_PRE C OMPS_DIR=/private/project/build/sharedpch







ios build phonegap






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 26 '18 at 22:04







I Howse

















asked Nov 22 '18 at 1:56









I HowseI Howse

13




13













  • Hi and welcome to SO :) Did you really want to post your email address in the question description? I'd advise removing it, since it doesn't add anything to the question. Have you tried building the project locally using Xcode? If you're using Phonegapbuild, maybe you don't have a Mac, but I'd strongly suggest trying to get hold of one and see what happens when you compile locally. It's much less of a black box than Phonegapbuild! Hope this helps.

    – CPR
    Nov 22 '18 at 11:50











  • I might add... these are very general xcodebuild errors, and the chances of anyone being able to help you solve them without more logs are fairly remote. Do you have any technical support available through Phonegap? If so, I recommend raising this as a support ticket and seeing if they can help you.

    – CPR
    Nov 22 '18 at 11:53











  • Thanks for your comments - you are correct, I am using PhoneGap as while I have access to a Mac, I have zero knowledge of it and I don't know how to transfer the project onto it or how to compile locally using Xcode :( Anybody willing to bear with me to teach me?

    – I Howse
    Nov 26 '18 at 22:08













  • Does Phonegap build give you the option to download a zip archive of the whole project?

    – CPR
    Nov 26 '18 at 22:26



















  • Hi and welcome to SO :) Did you really want to post your email address in the question description? I'd advise removing it, since it doesn't add anything to the question. Have you tried building the project locally using Xcode? If you're using Phonegapbuild, maybe you don't have a Mac, but I'd strongly suggest trying to get hold of one and see what happens when you compile locally. It's much less of a black box than Phonegapbuild! Hope this helps.

    – CPR
    Nov 22 '18 at 11:50











  • I might add... these are very general xcodebuild errors, and the chances of anyone being able to help you solve them without more logs are fairly remote. Do you have any technical support available through Phonegap? If so, I recommend raising this as a support ticket and seeing if they can help you.

    – CPR
    Nov 22 '18 at 11:53











  • Thanks for your comments - you are correct, I am using PhoneGap as while I have access to a Mac, I have zero knowledge of it and I don't know how to transfer the project onto it or how to compile locally using Xcode :( Anybody willing to bear with me to teach me?

    – I Howse
    Nov 26 '18 at 22:08













  • Does Phonegap build give you the option to download a zip archive of the whole project?

    – CPR
    Nov 26 '18 at 22:26

















Hi and welcome to SO :) Did you really want to post your email address in the question description? I'd advise removing it, since it doesn't add anything to the question. Have you tried building the project locally using Xcode? If you're using Phonegapbuild, maybe you don't have a Mac, but I'd strongly suggest trying to get hold of one and see what happens when you compile locally. It's much less of a black box than Phonegapbuild! Hope this helps.

– CPR
Nov 22 '18 at 11:50





Hi and welcome to SO :) Did you really want to post your email address in the question description? I'd advise removing it, since it doesn't add anything to the question. Have you tried building the project locally using Xcode? If you're using Phonegapbuild, maybe you don't have a Mac, but I'd strongly suggest trying to get hold of one and see what happens when you compile locally. It's much less of a black box than Phonegapbuild! Hope this helps.

– CPR
Nov 22 '18 at 11:50













I might add... these are very general xcodebuild errors, and the chances of anyone being able to help you solve them without more logs are fairly remote. Do you have any technical support available through Phonegap? If so, I recommend raising this as a support ticket and seeing if they can help you.

– CPR
Nov 22 '18 at 11:53





I might add... these are very general xcodebuild errors, and the chances of anyone being able to help you solve them without more logs are fairly remote. Do you have any technical support available through Phonegap? If so, I recommend raising this as a support ticket and seeing if they can help you.

– CPR
Nov 22 '18 at 11:53













Thanks for your comments - you are correct, I am using PhoneGap as while I have access to a Mac, I have zero knowledge of it and I don't know how to transfer the project onto it or how to compile locally using Xcode :( Anybody willing to bear with me to teach me?

– I Howse
Nov 26 '18 at 22:08







Thanks for your comments - you are correct, I am using PhoneGap as while I have access to a Mac, I have zero knowledge of it and I don't know how to transfer the project onto it or how to compile locally using Xcode :( Anybody willing to bear with me to teach me?

– I Howse
Nov 26 '18 at 22:08















Does Phonegap build give you the option to download a zip archive of the whole project?

– CPR
Nov 26 '18 at 22:26





Does Phonegap build give you the option to download a zip archive of the whole project?

– CPR
Nov 26 '18 at 22:26












0






active

oldest

votes











Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53422861%2fwhat-does-is-this-error-log-from-phonegap-build-trying-to-tell-me-ios-build-an%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53422861%2fwhat-does-is-this-error-log-from-phonegap-build-trying-to-tell-me-ios-build-an%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Create new schema in PostgreSQL using DBeaver

Deepest pit of an array with Javascript: test on Codility

Costa Masnaga