Michael de Ruijter wrote:
Miguel Oliveira wrote:
From
https://github.com/CocoaPods/Specs e3432ec1c9a..93b94ec45e2 master -> origin/master
** ARCHIVE FAILED **
Is it possible this app is not yet made compatible with mabs 4.0 ?
I think this is because Console Log plugin is not compatible with new build service (at least in older P10 versions), or there are some conflicting version numbers. As Michael said, choosing MABS version is possible, but only from Platform Server 10.0.1005.0 and onwards.
I created another thread to component support for this: https://www.outsystems.com/forums/discussion/45672/console-log-plugin-cocoapods-specs-archive-fail/
Quick workaround to get builds to succeed, is to remove this plugin (and of course, lose some of the debug features).
For mobile applications, javascript console.log
can be hijacked in such manner that the log history can be preserved. Only problem with user-space javascript solution is that the load order matters and if not done correctly, there are probably some cases during page transitions where this approach would "skip a beat" (= not log everything). Native side approach for this thing is good because this Console Logs plugin seems to extend platform's native logging functionality, therefore reliably capturing all log entries.
br,
-Mikko(N)