<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
<div class="">Hi,</div>
<div class="">Thanks for your response.</div>
<div class=""><br class="">
</div>
<div class="">It’s still not working with this configuration:</div>
<div class=""><br class="">
</div>
<div class=""><b class="">PODFILE:</b></div>
<div class=""><br class="">
</div>
<div class="">
<div class="">source '<a href="https://github.com/CocoaPods/Specs.git'" class="">https://github.com/CocoaPods/Specs.git'</a></div>
<div class=""><br class="">
</div>
<div class="">platform :ios, '8.0'</div>
<div class="">platform :ios, :deployment_target =&gt; '8.0'</div>
<div class="">xcodeproj 'TestAerogear.xcodeproj'</div>
<div class="">use_frameworks!</div>
<div class=""><br class="">
</div>
<div class="">pod '<b class="">AeroGearSyncClient</b>'</div>
<div class="">pod '<b class="">Starscream</b>', '~&gt; 1.0’</div>
</div>
<div class=""><br class="">
</div>
<div class="">—</div>
<div class=""><br class="">
</div>
<div class=""><b class="">POD INSTALL:</b></div>
<div class=""><b class=""><br class="">
</b></div>
<div class="">
<div style="margin: 0px; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(52, 189, 38); background-color: rgb(0, 0, 0);" class="">
CocoaPods 1.0.0.beta.2 is available.</div>
<div style="margin: 0px; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(52, 189, 38); background-color: rgb(0, 0, 0);" class="">
To update use: `gem install cocoapods --pre`</div>
<div style="margin: 0px; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(175, 173, 36); background-color: rgb(0, 0, 0);" class="">
[!] This is a test version we'd love you to try.</div>
<div style="margin: 0px; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(245, 245, 245); background-color: rgb(0, 0, 0); min-height: 14px;" class="">
<br class="">
</div>
<div style="margin: 0px; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(52, 189, 38); background-color: rgb(0, 0, 0);" class="">
For more information see <a href="http://blog.cocoapods.org" class="">http://blog.cocoapods.org</a></div>
<div style="margin: 0px; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(52, 189, 38); background-color: rgb(0, 0, 0);" class="">
and the CHANGELOG for this version <a href="http://git.io/BaH8pQ" class="">http://git.io/BaH8pQ</a>.</div>
<div style="margin: 0px; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(245, 245, 245); background-color: rgb(0, 0, 0); min-height: 14px;" class="">
<br class="">
</div>
<div style="margin: 0px; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(245, 245, 245); background-color: rgb(0, 0, 0);" class="">
Analyzing dependencies</div>
<div style="margin: 0px; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(195, 55, 32); background-color: rgb(0, 0, 0);" class="">
[!] Unable to satisfy the following requirements:</div>
<div style="margin: 0px; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(245, 245, 245); background-color: rgb(0, 0, 0); min-height: 14px;" class="">
<br class="">
</div>
<div style="margin: 0px; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(195, 55, 32); background-color: rgb(0, 0, 0);" class="">
- `Starscream (~&gt; 1.0)` required by `Podfile`</div>
<div style="margin: 0px; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(195, 55, 32); background-color: rgb(0, 0, 0);" class="">
- `Starscream (= 0.9.3)` required by `Podfile.lock`</div>
<div style="margin: 0px; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(245, 245, 245); background-color: rgb(0, 0, 0); min-height: 14px;" class="">
<br class="">
</div>
<div style="margin: 0px; font-size: 10px; line-height: normal; font-family: Monaco; color: rgb(195, 55, 32); background-color: rgb(0, 0, 0);" class="">
Specs satisfying the `Starscream (= 0.9.3)` dependency were found, but they required a higher minimum deployment target.</div>
</div>
<br class="">
<div>
<blockquote type="cite" class="">
<div class="">On 07 Jan 2016, at 17:34, Corinne Krych &lt;<a href="mailto:corinnekrych@gmail.com" class="">corinnekrych@gmail.com</a>&gt; wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div dir="ltr" class="">
<div class="gmail_extra">
<div dir="ltr" style="font-size:12.8px" class="">Hello Nataniel,
<div class=""><br class="">
</div>
<div class="">By the look of the errors it seems the Swift syntax of starscream is not using Swift 2. This is hinted by the error on 'join' (Swift1.0 syntax) whereas joinWithSeparator() is Swift 2 syntax).</div>
<div class="">In Podfile[1] check you're pointing to starscream 1.0.2&#43; or latest version on master. Previous version of the lib used Swift 1 syntax.</div>
<div class=""><br class="">
</div>
<div class="">&#43;&#43;</div>
<div class="">Corinne</div>
<div class="">[1]&nbsp;<a href="https://github.com/aerogear/aerogear-ios-sync-client/blob/master/Podfile#L8" target="_blank" class="">https://github.com/aerogear/aerogear-ios-sync-client/blob/master/Podfile#L8</a><br class="">
</div>
<div class=""><br class="">
</div>
</div>
</div>
</div>
_______________________________________________<br class="">
Aerogear-users mailing list<br class="">
<a href="mailto:Aerogear-users@lists.jboss.org" class="">Aerogear-users@lists.jboss.org</a><br class="">
https://lists.jboss.org/mailman/listinfo/aerogear-users<br class="">
</div>
</blockquote>
</div>
<br class="">
</body>
</html>