Marko Asplund created CB-7346:
---------------------------------
Summary: Build fails after installing InAppBrowser plugin
Key: CB-7346
URL: https://issues.apache.org/jira/browse/CB-7346
Project: Apache Cordova
Issue Type: Bug
Components: Plugin InAppBrowser
Affects Versions: 3.5.0
Environment: Mac OS X 10.8.5, Xcode 5.1.1, InAppBrowser 0.5.1
Reporter: Marko Asplund
Running my Cordova app in the emulator fails due to build failures after
installing the plugin. everything works before installing the plugin and the
problem gets fixed after uninstalling it.
$ cordova plugin add org.apache.cordova.inappbrowser
$ cordova plugin ls
org.apache.cordova.globalization 0.2.7 "Globalization"
org.apache.cordova.inappbrowser 0.5.1 "InAppBrowser"
$ cordova emulate iOS
...
The following build commands failed:
CompileC
build/myprj.build/Debug-iphonesimulator/myprj.build/Objects-normal/i386/CDVInAppBrowser.o
myprj/Plugins/org.apache.cordova.inappbrowser/CDVInAppBrowser.m normal i386
objective-c com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
Error: /me/myproject/platforms/ios/cordova/run: Command failed with exit code 65
at ChildProcess.whenDone
(/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/cordova/superspawn.js:131:23)
at ChildProcess.EventEmitter.emit (events.js:98:17)
at maybeClose (child_process.js:743:16)
at Process.ChildProcess._handle.onexit (child_process.js:810:5)
--
This message was sent by Atlassian JIRA
(v6.2#6252)