Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS not builds in Ionic (Error code 65) #15

Open
AlexDZI opened this issue Mar 28, 2018 · 3 comments
Open

iOS not builds in Ionic (Error code 65) #15

AlexDZI opened this issue Mar 28, 2018 · 3 comments

Comments

@AlexDZI
Copy link

AlexDZI commented Mar 28, 2018

** BUILD FAILED **

The following build commands failed:
CompileC /Users/user13/Library/Developer/Xcode/DerivedData/RAFX-gxtuhbgatrmuldfktgoiriftpbnn/Build/Intermediates.noindex/RAFX.build/Debug-iphonesimulator/RAFX.build/Objects-normal/x86_64/FiNeZeep.o RAFX/Plugins/cordova-plugin-zeep/FiNeZeep.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
Error: Error code 65 for command: xcodebuild with args: -xcconfig,/Users/user13/Desktop/RAFX-A/RAFX/platforms/ios/cordova/build-debug.xcconfig,-workspace,RAFX.xcworkspace,-scheme,RAFX,-configuration,Debug,-sdk,iphonesimulator,-destination,platform=iOS Simulator,name=iPhone X,build,CONFIGURATION_BUILD_DIR=/Users/user13/Desktop/RAFX-A/RAFX/platforms/ios/build/emulator,SHARED_PRECOMPS_DIR=/Users/user13/Desktop/RAFX-A/RAFX/platforms/ios/build/sharedpch

[ERROR] An error occurred while running cordova build ios (exit code 1).

Plugins:
cordova-clipboard 1.1.1 "Clipboard"
cordova-plugin-camera 4.0.1 "Camera"
cordova-plugin-device 1.1.4 "Device"
cordova-plugin-file 6.0.1 "File"
cordova-plugin-file-transfer 1.7.1 "File Transfer"
cordova-plugin-filepath 1.0.2 "FilePath"
cordova-plugin-filepicker 1.1.4 "File Picker"
cordova-plugin-inappbrowser 2.0.2 "InAppBrowser"
cordova-plugin-ionic 4.1.3 "IonicCordova"
cordova-plugin-ionic-webview 1.1.16 "cordova-plugin-ionic-webview"
cordova-plugin-media 5.0.2 "Media"
cordova-plugin-nativeaudio 3.0.9 "Cordova Native Audio"
cordova-plugin-splashscreen 5.0.2 "Splashscreen"
cordova-plugin-whitelist 1.3.1 "Whitelist"
cordova-plugin-x-socialsharing 5.2.1 "SocialSharing"
cordova-plugin-zeep 0.0.4 "Zeep"
es6-promise-plugin 4.1.0 "Promise"
ionic-plugin-keyboard 2.2.1 "Keyboard"

Can you help, please? Maybe this related with cordova-plugin-ionic?

@jondediego
Copy link

I am having the same issue. Did you solve this?

@AlexDZI
Copy link
Author

AlexDZI commented May 5, 2019

I am having the same issue. Did you solve this?

Yes. Conflict was in plugins cordova-plugin-ionic and cordova-plugin-zeep.
Ionic plugin use zip libraries, which conflict with zip libraries from zeep plugin, so i was remove zeep plugin from project.

Ionic plugin was more important in my case.

@jondediego
Copy link

I solved it forcing removal of cordova-plugin-zeep and adding it again.
ionic cordova plugin remove cordova-plugin-zeep —force
ionic cordova plugin add cordova-plugin-zeep

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants