Search found 11 matches

by davidps
13 Nov 2013, 13:15
Forum: SFS2X iPhone / iPad / OSX API
Topic: [NEW] API 1.2.1 Released
Replies: 2
Views: 6289

Re: [NEW] API 1.2.1 Released

I can confirm this release does indeed fix our issues when compiling with Xcode 5 and also with reconnection failures. Nice!
by davidps
13 Oct 2013, 18:20
Forum: SFS2X iPhone / iPad / OSX API
Topic: Problem compiling to simulator in xcode5
Replies: 3
Views: 7938

Re: Problem compiling to simulator in xcode5

We get the same linker errors with v1.1.8 on simulator builds with Xcode 5, as I mentioned in this thread: viewtopic.php?f=21&t=16384.
by davidps
09 Oct 2013, 16:42
Forum: SFS2X iPhone / iPad / OSX API
Topic: API version 1.1.8 Available
Replies: 32
Views: 41090

Re: API version 1.1.8 Available

Ok, thanks for the information. We'll wait for the next version then.
by davidps
09 Oct 2013, 16:25
Forum: SFS2X iPhone / iPad / OSX API
Topic: API version 1.1.8 Available
Replies: 32
Views: 41090

Re: API version 1.1.8 Available

Yes, we use Xcode 5. I've redownloaded the library and rebuilt from scratch a couple of times now to no avail. There are no references left to old copies of the API either.
by davidps
09 Oct 2013, 15:04
Forum: SFS2X iPhone / iPad / OSX API
Topic: API version 1.1.8 Available
Replies: 32
Views: 41090

Re: API version 1.1.8 Available

Hi Lapo, While v1.1.8 compiles fine for devices, it doesn't do so for the simulator; we are getting lots of link-time errors regarding duplicate symbols with basically every name defined by the SmartFoxServer API. This has never happened before, so we're currently stuck with v1.1.7 as having a worki...
by davidps
16 Aug 2013, 09:49
Forum: SFS2X iPhone / iPad / OSX API
Topic: API version 1.1.7 Released
Replies: 10
Views: 14092

Re: API version 1.1.7 Released

The settings for our games are basically the same (Xcode 4.6.3, iOS 6.1, universal app targeting armv7 and armv7s). If you run lipo -info over the static library inside the framework, the output is: Architectures in the fat file: SFS2XAPIIOS are: i386 armv7 And it should be: Architectures in the fat...
by davidps
16 Aug 2013, 08:24
Forum: SFS2X iPhone / iPad / OSX API
Topic: API version 1.1.7 Released
Replies: 10
Views: 14092

Re: API version 1.1.7 Released

It seems this version, unlike previous versions, is not properly built for armv7s. I'm getting the following error when linking:

Code: Select all

ld: file is universal (2 slices) but does not contain a(n) armv7s slice: /.../Libraries/SFS2XAPIIOS.framework/SFS2XAPIIOS for architecture armv7s
by davidps
30 Jul 2013, 10:56
Forum: SFS2X iPhone / iPad / OSX API
Topic: Problem with network disconnections
Replies: 13
Views: 17733

Re: Problem with network disconnections

Thanks again for the information, Lapo. Regarding this: If it's not you should probably poll the system until it comes back up again and finally restart the connection to the server using a new SmartFox2XClient object. This however excludes the reconnection system, in principle, because when it's tu...
by davidps
30 Jul 2013, 08:34
Forum: SFS2X iPhone / iPad / OSX API
Topic: Problem with network disconnections
Replies: 13
Views: 17733

Re: Problem with network disconnections

Hi Lapo, Thanks for the information. Everything is fine if I simulate a connection drop via killConnection, and onConnectionRetry/onConnectionResume are called as appropriate. My worry still remains, though: aren't we expected to handle the situation of pulling a network cable out or shutting down t...
by davidps
29 Jul 2013, 14:55
Forum: SFS2X iPhone / iPad / OSX API
Topic: Problem with network disconnections
Replies: 13
Views: 17733

Problem with network disconnections

Hi, I'm having trouble getting my onConnectionLost/onConnectionRetry/onConnectionResume delegate functions working as expected. I'm testing network disconnections using the simulator (by disabling the Ethernet interface via Network Preferences and also by physically removing the network cable from m...
by davidps
02 Aug 2012, 14:07
Forum: SFS2X iPhone / iPad / OSX API
Topic: Redefinition of class Message in the API
Replies: 1
Views: 5239

Redefinition of class Message in the API

Hello, I've just started using the SFS2X Client API for iOS and noticed something that might be potentially very dangerous. It seems the API implements a Message class, which is also implemented in the private MIME framework from the system, yielding the following runtime warning: objc[1718]: Class ...

Go to advanced search