MegaBits / SIOSocket

Realtime iOS application framework (client) http://socket.io
MIT License
494 stars 80 forks source link

Can't build the project despite setting deploy target to iOS 7.0+ #51

Open haxpor opened 9 years ago

haxpor commented 9 years ago

screen shot 2015-02-24 at 2 26 22 am

I always got the above error. My project has heavy UI created with storyboard, and in-house library as another library project referencing by project I'm trying to build. I tried to create a new project with nothing, and then add only SIOSocket, it can build just fine.

Then I try to remove all those storyboard files, and rebuild the project. It shouts out the same error as above. Even I tried to change the storyboard's version to 7.0+. It didn't help, and the same error appears. Thus at least I can be sure that storyboard files don't involve with the error. Anyway I can't really find anything wrong with the project being built.

Any idea would be welcome.

naartjie commented 9 years ago

Oh snap @haxpor. I had the same happen to me when I was trying SIOSocket. I have no idea what this is though, so sorry I'm no help. Just that I can verify this as an issue (while trying to add SIOSocket to an existing project).

I gave up, never solved this.