Tapad / tapestry-ios-sdk

Tapestry iOS SDK (archived as unmaintained)
MIT License
1 stars 1 forks source link

Compile error on XCode 5.1 #3

Closed staminajim closed 10 years ago

staminajim commented 10 years ago

I'm not sure why but TapAd lib doesn't seem to compile on XCode 5.1 due to an unused variable: http://cl.ly/image/2c2y2h2a0V3E

I've checked and the "treat warnings as errors" build option isn't on - so I'm not sure what's happening here. Commenting out the unused variable fixes the problem.

tobym commented 10 years ago

It seems you must set "treat warnings as errors" to NO on the project as well as the targets. However, we can remove the constant since it isn't used anyway.

tobym commented 10 years ago

Fixed via 88e428a5e0d33ce456a14f2eda29cf0c4f7cceff